1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #ifndef __com_sun_star_util_XPathSettings_idl__
21 #define __com_sun_star_util_XPathSettings_idl__
23 #include
<com
/sun
/star
/beans
/XPropertySet.idl
>
26 module com
{ module sun
{ module star
{ module util
{
30 @since LibreOffice 4.1
32 published
interface XPathSettings
34 /** Main interface to have access to the path properties. */
35 interface com
::sun
::star
::beans
::XPropertySet
;
37 /** Specifies the directory that contains spreadsheet add-ins which use
39 [attribute
] string Addin
;
41 /** The settings of the AutoCorrect dialog. The value can be more than
42 one path separated by a semicolon.
44 [attribute
] string AutoCorrect
;
46 /**The directory which contains the AutoText modules. The value can be more than
47 one path separated by a semicolon.*/
48 [attribute
] string AutoText
;
50 /** Automatic backup copies of documents are stored here. */
51 [attribute
] string Backup
;
53 /** The Basic files, used by the AutoPilots, can be found here. The value can be more than
54 one path separated by a semicolon.*/
55 [attribute
] string Basic
;
57 /** This directory contains the icons for the toolbars. */
58 [attribute
] string Bitmap
;
60 /** The configuration files are located here. This entry cannot be changed
61 by the user in Office user interface. */
62 [attribute
] string Config
;
64 /** The provided dictionaries are stored here. */
65 [attribute
] string Dictionary
;
67 /** Path to save folder bookmarks */
68 [attribute
] string Favorite
;
70 /** Specifies the directory where all the filters are stored. */
71 [attribute
] string Filter
;
73 /** Specifies the directories which contains the Gallery
74 database and multimedia files. The value can be more than
75 one path separated by a semicolon.*/
76 [attribute
] string Gallery
;
78 /** This directory is displayed when the dialog for opening a graphic
79 or for saving a new graphic is called. */
80 [attribute
] string Graphic
;
82 /** The path to the Office help files. */
83 [attribute
] string Help
;
85 /** The files that are necessary for the spell check are saved here. */
86 [attribute
] string Linguistic
;
88 /** This is the path for the modules. */
89 [attribute
] string Module;
91 /** This is the path to the palette files *.SOB to *.SOF containing
92 user-defined colors and patterns. The value can be more than
93 one path separated by a semicolon.*/
94 [attribute
] string Palette
;
96 /** Plugins are saved in these directories. The value can be more than
97 one path separated by a semicolon.*/
98 [attribute
] string Plugin
;
100 /** Mail, News files and other information (for example, about FTP Server)
102 [attribute
] string Storage
;
104 /** The base url to the office temp-files */
105 [attribute
] string Temp
;
107 /** The templates originate from these folders and sub-folders. The value
108 can be more than one path separated by a semicolon.*/
109 [attribute
] string Template
;
111 /** Global directories to look for user interface configuration files. The
112 user interface configuration will be merged with user settings stored
113 in the directory specified by <var>UserConfig</var>. The value can be more
114 than one path separated by a semicolon.*/
115 [attribute
] string UIConfig
;
117 /** Specifies the folder with the user settings. */
118 [attribute
] string UserConfig
;
120 /** The custom dictionaries are contained here.
123 [attribute
] string UserDictionary
;
125 /** The path of the work folder can be modified according to the
126 user's needs. The path specified here can be seen in the Open
128 [attribute
] string Work
;
130 [attribute
] string BasePathShareLayer
;
131 [attribute
] string BasePathUserLayer
;
139 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */