/aoo42x/main/offapi/com/sun/star/configuration/backend/ |
H A D | UpdatableLayer.idl | 42 provides read/write access to a configuration data layer. 44 <p>A layer contains the configuration setting changes to be performed 48 <p>An updatable layer can be read or replaced with another layer. 58 handles read access to the contents of the layer. 73 provides write access to the contents of the layer. 77 the provided replacement layer, the operation performed 88 layer contents. Sublayers present in the current layer but 91 the current layer. 95 <dd>the main layer and sublayers of the provided layer 106 support conversions of the replacement layer. [all …]
|
H A D | XMultiLayerStratum.idl | 116 identifies the layer which should be modified 119 <p> The layer id returned is one of the layer ids obtained from 156 retrieves a layer associated to a layer id, if newer than indicated. 171 a timestamp for the layer. 186 if the layer id is invalid or 237 if one of the layer ids is invalid or 254 if newer than indicated for each layer. 292 if one of the layer ids is invalid or 310 associated to a layer id. 320 write access to the layer [all …]
|
H A D | XLayerImporter.idl | 57 /** allows importing a layer into a <type>Backend</type> 90 /** Imports the layer given into the backend. 95 a layer whose data will be imported into the backend 101 if the layer passed is invalid 104 if the layer passed is for a component 108 if an error occurs in the backend or source layer. 125 a layer whose data will be imported into the backend 128 a entity into whose data the layer will be imported 134 if the layer passed is invalid 137 if the layer passed is for a component [all …]
|
H A D | XSingleLayerStratum.idl | 57 Handles access to a stratum consisting of a single layer 75 retrieves the layer data for a component, if newer than indicated. 78 a point in time. The layer should be returned only if is modified 86 a timestamp for the layer. 88 <p> An empty timestamp indicates, that the layer should be 97 a <type>Layer</type> object providing access to the layer data, 98 <NULL/> if the layer is newer than indicated by the timestamp. 117 retrieves a writable representation of the layer for a component. 124 write access to the layer
|
H A D | LayerUpdateMerger.idl | 41 applies updates to a configuration layer. 43 <p> The configuration layer data is read from a <type>XLayer</type> 44 and the changed layer is provided as <type>XLayer</type> again or 49 Service describes a layer and accepts a changed layer.. 63 /** allows initializing layer data source and target. 78 only if the existing layer is empty. 83 to a layer that is completely empty.
|
H A D | XUpdatableLayer.idl | 50 Provides access to a read-write layer of configuration data for 60 Replaces the current layer with the layer given as input 64 layer will return the new content. Some implementations 70 replacement layer 77 if the layer contains invalid data.
|
H A D | Layer.idl | 46 provides read-only access to a configuration data layer. 48 <p> A layer contains the configuration setting changes to be performed 57 Service providing write access to a configuration data layer. 66 provides read access to the contents of the configuration layer. 81 provides a way to detect changes to the layer. 99 The URL of the layer data.
|
H A D | XLayerHandler.idl | 48 /** receives a description of a configuration layer 57 /** receives notification that a layer description is started 60 <p> Subsequent calls describe the contents of the layer 66 if there is an unfinished layer in progress 76 /** receives notification that a layer description is complete. 83 <li>if invalid data is detected in the layer</li> 85 <li>if no layer is started at all</li> 86 <li>if the layer tries to override read-only or final data</li> 125 <li>if there isn't a layer in progress</li> 128 <li>if the node is marked read-only in a lower layer</li> [all …]
|
H A D | XLayerContentDescriber.idl | 53 describe the contents of a layer to an XLayerHander object. The contents of 54 the layer is contained in the sequence of PropertyInfo structures 63 describes the contents of the layer to an <type>XLayerHandler</type>. 67 describing the contents of the layer 76 if the data read from the layer is rejected as invalid by the
|
/aoo42x/main/configmgr/source/ |
H A D | components.cxx | 136 if (!canRemoveFromLayer(layer, i->second)) { in canRemoveFromLayer() 246 int layer, rtl::OUString const & fullName) const in getTemplate() argument 248 return data_.getTemplate(layer, fullName); in getTemplate() 337 int layer = shared ? 10 : 14; in insertExtensionXcuFile() local 392 if (canRemoveFromLayer(item->layer, node)) { in removeExtensionXcuFile() 652 int layer, FileParser * parseFile, rtl::OUString const & urls, in parseFileList() argument 661 adds = data_.addExtensionXcuAdditions(url, layer); in parseFileList() 773 parseXcdFiles(layer, url); in parseXcsXcuLayer() 785 int layer, rtl::OUString const & url, bool recordAdditions) in parseXcsXcuIniLayer() argument 793 parseFileList(layer, &parseXcsFile, urls, ini, false); in parseXcsXcuIniLayer() [all …]
|
H A D | node.cxx | 58 void Node::setMandatory(int layer) { in setMandatory() argument 59 (void) layer; // avoid warnings in setMandatory() 60 OSL_ASSERT(layer == Data::NO_LAYER); in setMandatory() 67 void Node::setLayer(int layer) { in setLayer() argument 68 OSL_ASSERT(layer >= layer_); in setLayer() 69 layer_ = layer; in setLayer() 76 void Node::setFinalized(int layer) { in setFinalized() argument 77 finalized_ = layer; in setFinalized() 90 Node::Node(int layer): layer_(layer), finalized_(Data::NO_LAYER) {} in Node() argument
|
H A D | components.hxx | 76 int layer, rtl::OUString const & fullName) const; 126 FileParser * parseFile, rtl::OUString const & url, int layer, 131 int layer, rtl::OUString const & extension, FileParser * parseFile, 135 int layer, FileParser * parseFile, rtl::OUString const & urls, 138 void parseXcdFiles(int layer, rtl::OUString const & url); 140 void parseXcsXcuLayer(int layer, rtl::OUString const & url); 143 int layer, rtl::OUString const & url, bool recordAdditions); 145 void parseModuleLayer(int layer, rtl::OUString const & url); 147 void parseResLayer(int layer, rtl::OUString const & url);
|
H A D | propertynode.cxx | 48 int layer, Type staticType, bool nillable, css::uno::Any const & value, in PropertyNode() argument 50 Node(layer), staticType_(staticType), nillable_(nillable), value_(value), in PropertyNode() 78 void PropertyNode::setValue(int layer, css::uno::Any const & value) { in setValue() argument 79 setLayer(layer); in setValue() 84 void PropertyNode::setExternal(int layer, rtl::OUString const & descriptor) { in setExternal() argument 86 setLayer(layer); in setExternal()
|
H A D | data.cxx | 198 int layer, NodeMap const & map, rtl::OUString const & name) in findNode() argument 201 return i == map.end() || i->second->getLayer() > layer in findNode() 321 int layer, rtl::OUString const & fullName) const in getTemplate() argument 323 return findNode(layer, templates, fullName); in getTemplate() 327 rtl::OUString const & url, int layer) in addExtensionXcuAdditions() argument 343 item->layer = layer; in addExtensionXcuAdditions()
|
H A D | README | 102 NO_LAYER, meaning oor:mandatory is not set to true in any layer. (Returning 109 the "mandatory" flag was added by a concurrent modification of a lower layer). 111 modification of a lower layer) mandatory nodes (but still recorded in 112 registrymodifications, so may take effect once the lower layer addition is 119 - XcuParser records modifications when reading user layer data 123 it is assumed that user layer data does not contain them (for one, they are not 126 would not necessarily be true if the locprop were only present in the user layer
|
H A D | node.hxx | 52 virtual void setMandatory(int layer); 56 void setLayer(int layer); 60 void setFinalized(int layer); 67 explicit Node(int layer);
|
H A D | localizedvaluenode.cxx | 43 LocalizedValueNode::LocalizedValueNode(int layer, css::uno::Any const & value): in LocalizedValueNode() argument 44 Node(layer), value_(value) in LocalizedValueNode() 59 void LocalizedValueNode::setValue(int layer, css::uno::Any const & value) { in setValue() argument 60 setLayer(layer); in setValue()
|
H A D | groupnode.cxx | 38 int layer, bool extensible, rtl::OUString const & templateName): in GroupNode() argument 39 Node(layer), extensible_(extensible), templateName_(templateName), in GroupNode() 55 void GroupNode::setMandatory(int layer) { in setMandatory() argument 56 mandatory_ = layer; in setMandatory()
|
H A D | data.hxx | 52 int layer; member 77 int layer, NodeMap const & map, rtl::OUString const & name); 85 int layer, rtl::OUString const & fullName) const; 88 rtl::OUString const & url, int layer);
|
H A D | setnode.cxx | 62 int layer, rtl::OUString const & defaultTemplateName, in SetNode() argument 64 Node(layer), defaultTemplateName_(defaultTemplateName), in SetNode() 80 void SetNode::setMandatory(int layer) { in setMandatory() argument 81 mandatory_ = layer; in setMandatory()
|
/aoo42x/main/offapi/com/sun/star/ui/ |
H A D | XModuleUIConfigurationManager.idl | 59 or changeelements settings in this layer through the 64 this layer. This layer is the same as the document ui 74 of the default layer of the user interface configuration manager. 83 <TRUE/> if settings have been found in the default layer, 88 /** retrieves the settings from the default layer of the user interface 89 configuration manager if it has a default layer. 98 <TRUE/> if default settings have been found in the default layer,
|
/aoo42x/main/offapi/com/sun/star/view/ |
H A D | XFormLayerAccess.idl | 46 /** provides access to the form layer elements in a view 59 with the form layer, as long as the form is not in design mode.</p> 63 form layer is currently in design mode. Note that the returned 64 instance becomes non-functional as soon as the form layer is switched 77 /** determines whether the view's form layer is currently in design 88 /** determines whether the view's form layer is currently in design
|
/aoo42x/main/vcl/unx/gtk/a11y/ |
H A D | atkcomponent.cxx | 272 AtkLayer layer = ATK_LAYER_WIDGET; in component_wrapper_get_layer() local 281 layer = ATK_LAYER_POPUP; in component_wrapper_get_layer() 287 layer = ATK_LAYER_POPUP; in component_wrapper_get_layer() 295 layer = ATK_LAYER_POPUP; in component_wrapper_get_layer() 303 return layer; in component_wrapper_get_layer()
|
/aoo42x/main/offapi/com/sun/star/drawing/ |
H A D | LayerType.idl | 34 /** This enumeration specifies the type of a drawing layer. 41 /** This is the layer for all standard shapes. 48 /** This is the layer for the controls. 55 /** This is the layer for all measure shapes.
|
/aoo42x/main/offapi/com/sun/star/configuration/backend/xml/ |
H A D | LayerWriter.idl | 46 can be used to parse a stream of configuration layer xml. 48 <p> The configuration layer data described to a 54 Service that parses configuration layer xml. 62 /** accepts events describing the layer data.
|