Searched refs:NO_LAYER (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/configmgr/source/ |
H A D | node.cxx | 60 OSL_ASSERT(layer == Data::NO_LAYER); in setMandatory() 64 return Data::NO_LAYER; in getMandatory() 90 Node::Node(int layer): layer_(layer), finalized_(Data::NO_LAYER) {} in Node()
|
H A D | xcuparser.cxx | 71 additions_(additions), recordModifications_(layer == Data::NO_LAYER), in XcuParser() 374 finalized ? valueParser_.getLayer() : Data::NO_LAYER, in handleComponentData() 782 finalized ? valueParser_.getLayer() : Data::NO_LAYER, in handlePlainGroupProp() 833 finalized ? valueParser_.getLayer() : Data::NO_LAYER, in handleLocalizedGroupProp() 945 finalized ? valueParser_.getLayer() : Data::NO_LAYER, in handleGroupNode() 1038 int finalizedLayer = finalized ? valueParser_.getLayer() : Data::NO_LAYER; in handleSetNode() 1039 int mandatoryLayer = mandatory ? valueParser_.getLayer() : Data::NO_LAYER; in handleSetNode()
|
H A D | components.cxx | 127 if (node->getLayer() > layer && node->getLayer() < Data::NO_LAYER) { in canRemoveFromLayer() 380 node = Data::findNode(Data::NO_LAYER, *map, *j); in removeExtensionXcuFile() 414 &parseXcuFile, fileUri, Data::NO_LAYER, data_, &part, modifications, in insertModificationXcuFile() 827 &parseXcuFile, getModificationFileUrl(), Data::NO_LAYER, data_, 0, in parseModificationLayer() 836 Data::NO_LAYER, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".xcu")), in parseModificationLayer()
|
H A D | childaccess.cxx | 139 return node_->getFinalized() != Data::NO_LAYER || in isFinalized() 343 Data::NO_LAYER, *changedValue_); in commitChanges() 347 Data::NO_LAYER, *changedValue_); in commitChanges()
|
H A D | README | 102 NO_LAYER, meaning oor:mandatory is not set to true in any layer. (Returning 103 NO_LAYER simplifies the code, e.g., removeByName does not have to check whether 120 (valueParser_.getLayer() == Data::NO_LAYER).
|
H A D | access.cxx | 397 new LocalizedValueNode(Data::NO_LAYER, value))); in insertLocalizedValueChild() 443 j->second->getFinalized() == Data::NO_LAYER; in commitChildChanges() 454 j->second->getFinalized() == Data::NO_LAYER && in commitChildChanges() 455 j->second->getMandatory() == Data::NO_LAYER; in commitChildChanges() 1304 if (node->getMandatory() == Data::NO_LAYER && in setName() 1860 Data::NO_LAYER, TYPE_ANY, true, aElement, true))); in insertByName() 1895 child->getNode()->getMandatory() != Data::NO_LAYER) in removeByName() 1927 components_.getTemplate(Data::NO_LAYER, tmplName)); in createInstance() 1935 node->setLayer(Data::NO_LAYER); in createInstance()
|
H A D | rootaccess.cxx | 159 finalized_ = finalizedLayer != Data::NO_LAYER; in getNode() 294 finalizedLayer == Data::NO_LAYER), in commitChanges()
|
H A D | groupnode.cxx | 40 mandatory_(Data::NO_LAYER) in GroupNode()
|
H A D | data.hxx | 49 enum { NO_LAYER = INT_MAX }; enumerator
|
H A D | setnode.cxx | 65 templateName_(templateName), mandatory_(Data::NO_LAYER) in SetNode()
|
H A D | data.cxx | 233 int finalized = NO_LAYER; in resolvePathRepresentation()
|
H A D | writemodfile.cxx | 577 j->first, Data::findNode(Data::NO_LAYER, data.components, j->first), in writeModFile()
|
H A D | xcsparser.cxx | 68 update->getFinalized() == Data::NO_LAYER); in merge()
|
Completed in 178 milliseconds