:: com :: sun :: star :: util ::

interface XPathSettings
Base Interfaces
XPathSettings
┗ ::com::sun::star::beans::XPropertySet

::com::sun::star::beans::XPropertySet
Description
Main interface to have access to the path properties.
Since
LibreOffice 4.1

Attributes' Summary
Addin Specifies the directory that contains spreadsheet add-ins which use the old add-in API  
AutoCorrect The settings of the AutoCorrect dialog. The value can be more than one path separated by a semicolon.  
AutoText The directory which contains the AutoText modules. The value can be more than one path separated by a semicolon. 
Backup Automatic backup copies of documents are stored here.  
Basic The Basic files, used by the AutoPilots, can be found here. The value can be more than one path separated by a semicolon. 
Bitmap This directory contains the icons for the toolbars.  
Config The configuration files are located here. This entry cannot be changed by the user in Office user interface.  
Dictionary The provided dictionaries are stored here.  
Favorite Path to save folder bookmarks  
Filter Specifies the directory where all the filters are stored.  
Gallery Specifies the directories which contains the Gallery database and multimedia files. The value can be more than one path separated by a semicolon. 
Graphic This directory is displayed when the dialog for opening a graphic or for saving a new graphic is called.  
Help The path to the Office help files.  
Linguistic The files that are necessary for the spell check are saved here.  
Module This is the path for the modules.  
Palette This is the path to the palette files *.SOB to *.SOF containing user-defined colors and patterns.  
Plugin Plugins are saved in these directories. The value can be more than one path separated by a semicolon. 
Storage Mail, News files and other information (for example, about FTP Server) are stored here. 
Temp The base url to the office temp-files  
Template The templates originate from these folders and sub-folders. The value can be more than one path separated by a semicolon. 
UIConfig Global directories to look for user interface configuration files. The user interface configuration will be merged with user settings stored in the directory specified by UserConfig. The value can be more than one path separated by a semicolon. 
UserConfig Specifies the folder with the user settings.  
UserDictionary [ DEPRECATED ]
The custom dictionaries are contained here. *  
Work The path of the work folder can be modified according to the user's needs. The path specified here can be seen in the Open or Save dialog.  
BasePathShareLayer  
BasePathUserLayer  
Attributes' Details
Addin
string Addin;
Description
Specifies the directory that contains spreadsheet add-ins which use the old add-in API
AutoCorrect
string AutoCorrect;
Description
The settings of the AutoCorrect dialog. The value can be more than one path separated by a semicolon.
AutoText
string AutoText;
Description
The directory which contains the AutoText modules. The value can be more than one path separated by a semicolon.
Backup
string Backup;
Description
Automatic backup copies of documents are stored here.
Basic
string Basic;
Description
The Basic files, used by the AutoPilots, can be found here. The value can be more than one path separated by a semicolon.
Bitmap
string Bitmap;
Description
This directory contains the icons for the toolbars.
Config
string Config;
Description
The configuration files are located here. This entry cannot be changed by the user in Office user interface.
Dictionary
string Dictionary;
Description
The provided dictionaries are stored here.
Favorite
string Favorite;
Description
Path to save folder bookmarks
Filter
string Filter;
Description
Specifies the directory where all the filters are stored.
Gallery
string Gallery;
Description
Specifies the directories which contains the Gallery database and multimedia files. The value can be more than one path separated by a semicolon.
Graphic
string Graphic;
Description
This directory is displayed when the dialog for opening a graphic or for saving a new graphic is called.
Help
string Help;
Description
The path to the Office help files.
Linguistic
string Linguistic;
Description
The files that are necessary for the spell check are saved here.
Module
string Module;
Description
This is the path for the modules.
Palette
string Palette;
Description
This is the path to the palette files *.SOB to *.SOF containing user-defined colors and patterns.
Plugin
string Plugin;
Description
Plugins are saved in these directories. The value can be more than one path separated by a semicolon.
Storage
string Storage;
Description
Mail, News files and other information (for example, about FTP Server) are stored here.
Temp
string Temp;
Description
The base url to the office temp-files
Template
string Template;
Description
The templates originate from these folders and sub-folders. The value can be more than one path separated by a semicolon.
UIConfig
string UIConfig;
Description
Global directories to look for user interface configuration files. The user interface configuration will be merged with user settings stored in the directory specified by UserConfig. The value can be more than one path separated by a semicolon.
UserConfig
string UserConfig;
Description
Specifies the folder with the user settings.
UserDictionary
string UserDictionary;
Usage Restrictions
deprecated
Deprecation Info
*
Description
The custom dictionaries are contained here. *
Work
string Work;
Description
The path of the work folder can be modified according to the user's needs. The path specified here can be seen in the Open or Save dialog.
BasePathShareLayer
string BasePathShareLayer;
BasePathUserLayer
string BasePathUserLayer;
Top of Page