LibreOffice
LibreOffice 24.2 SDK API Reference
XPathSettings.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 
21 module com { module sun { module star { module util {
22 
23 
27 published interface XPathSettings
28 {
31 
34  [attribute] string Addin;
35 
39  [attribute] string AutoCorrect;
40 
43  [attribute] string AutoText;
44 
46  [attribute] string Backup;
47 
50  [attribute] string Basic;
51 
53  [attribute] string Bitmap;
54 
57  [attribute] string Config;
58 
60  [attribute] string Dictionary;
61 
63  [attribute] string Favorite;
64 
66  [attribute] string Filter;
67 
71  [attribute] string Gallery;
72 
75  [attribute] string Graphic;
76 
78  [attribute] string Help;
79 
81  [attribute] string Linguistic;
82 
84  [attribute] string Module;
85 
89  [attribute] string Palette;
90 
93  [attribute] string Plugin;
94 
97  [attribute] string Storage;
98 
100  [attribute] string Temp;
101 
104  [attribute] string Template;
105 
110  [attribute] string UIConfig;
111 
113  [attribute] string UserConfig;
114 
118  [attribute] string UserDictionary;
119 
123  [attribute] string Work;
124 
125  [attribute] string BasePathShareLayer;
126  [attribute] string BasePathUserLayer;
127 };
128 
129 
130 }; }; }; };
131 
132 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
string Gallery
Specifies the directories which contains the Gallery database and multimedia files.
Definition: XPathSettings.idl:71
string Dictionary
The provided dictionaries are stored here.
Definition: XPathSettings.idl:60
string Help
The path to the Office help files.
Definition: XPathSettings.idl:78
string BasePathUserLayer
Definition: XPathSettings.idl:126
string Template
The templates originate from these folders and sub-folders.
Definition: XPathSettings.idl:104
string Config
The configuration files are located here.
Definition: XPathSettings.idl:57
string AutoText
The directory which contains the AutoText modules.
Definition: XPathSettings.idl:43
string Storage
Mail, News files and other information (for example, about FTP Server) are stored here...
Definition: XPathSettings.idl:97
string Module
This is the path for the modules.
Definition: XPathSettings.idl:84
Definition: Ambiguous.idl:20
Definition: XPathSettings.idl:27
string UIConfig
Global directories to look for user interface configuration files.
Definition: XPathSettings.idl:110
string Backup
Automatic backup copies of documents are stored here.
Definition: XPathSettings.idl:46
string Filter
Specifies the directory where all the filters are stored.
Definition: XPathSettings.idl:66
string UserDictionary
The custom dictionaries are contained here.
Definition: XPathSettings.idl:118
string Plugin
Plugins are saved in these directories.
Definition: XPathSettings.idl:93
string Basic
The Basic files, used by the AutoPilots, can be found here.
Definition: XPathSettings.idl:50
string UserConfig
Specifies the folder with the user settings.
Definition: XPathSettings.idl:113
string Work
The path of the work folder can be modified according to the user's needs.
Definition: XPathSettings.idl:123
string Graphic
This directory is displayed when the dialog for opening a graphic or for saving a new graphic is call...
Definition: XPathSettings.idl:75
string Temp
The base url to the office temp-files.
Definition: XPathSettings.idl:100
string BasePathShareLayer
Definition: XPathSettings.idl:125
string Linguistic
The files that are necessary for the spell check are saved here.
Definition: XPathSettings.idl:81
string AutoCorrect
The settings of the AutoCorrect dialog.
Definition: XPathSettings.idl:39
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:45
string Favorite
Path to save folder bookmarks.
Definition: XPathSettings.idl:63
string Palette
This is the path to the palette files *.SOB to *.SOF containing user-defined colors and patterns...
Definition: XPathSettings.idl:89
string Bitmap
This directory contains the icons for the toolbars.
Definition: XPathSettings.idl:53