Directory and file paths must be entered using file URL syntax, as described below.
Local drive or network drive mapped to a drive letter, such as C:
file:///C:/path/file.ext
UNC path
file://server/share/path/file.ext
Spaces and non-ASCII characters must be URL encoded, e.g. space must be written as %20.
The following path variables can be used:
$(inst) = location of installation
$(user) = location of user's profile
$(username) = users login name without the domain name (since version 5.2)
$(work) = user's My Documents folder
$(home) = user's home directory
$(temp) = location of user's temporary files
$(vlang) = current language code (e.g. en-US, fr, hu)
Set paths in path lists have to be separated by spaces.
Registry Path | Value Name | Value Type | Value |
---|---|---|---|
Software\Policies\LibreOffice\org.openoffice.Office.Common\Path\Current\Dictionary | Value | REG_SZ | |
Software\Policies\LibreOffice\org.openoffice.Office.Common\Path\Current\Dictionary | Final | REG_DWORD | 1 |
Software\Policies\LibreOffice\org.openoffice.Office.Common\Path\Current\Dictionary | Nil | REG_DWORD | 1 |
WritePath of Dictionary files. It is the location where new user files are written.
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.Office.Paths\Paths\org.openoffice.Office.Paths:NamedPath['Dictionary']\WritePath |
Value Name | Value |
Value Type | REG_SZ |
Default Value | $(user)/wordbook |
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.Office.Common\Path\Current\Dictionary |
Value Name | Nil |
Value Type | REG_DWORD |
Default Value | 0 |
True Value | 1 |
False Value | 0 |
UserPaths of Dictionary files
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.Office.Paths\Paths\org.openoffice.Office.Paths:NamedPath['Dictionary']\UserPaths |
Value Name | Value |
Value Type | REG_SZ |
Default Value | $(inst)/share/wordbook $(inst)/share/wordbook/$(vlang) $(user)/wordbook |
Registry Hive | HKEY_LOCAL_MACHINE or HKEY_CURRENT_USER |
Registry Path | Software\Policies\LibreOffice\org.openoffice.Office.Common\Path\Current\Dictionary |
Value Name | Nil |
Value Type | REG_DWORD |
Default Value | 0 |
True Value | 1 |
False Value | 0 |