Searched refs:finalizedLayer (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/configmgr/source/ |
H A D | xcuparser.cxx | 373 int finalizedLayer = std::min( in handleComponentData() local 376 node->setFinalized(finalizedLayer); in handleComponentData() 402 int finalizedLayer; in handleItem() local 405 path, 0, &path_, &finalizedLayer)); in handleItem() 781 int finalizedLayer = std::min( in handlePlainGroupProp() local 784 property->setFinalized(finalizedLayer); in handlePlainGroupProp() 832 int finalizedLayer = std::min( in handleLocalizedGroupProp() local 835 property->setFinalized(finalizedLayer); in handleLocalizedGroupProp() 944 int finalizedLayer = std::min( in handleGroupNode() local 947 child->setFinalized(finalizedLayer); in handleGroupNode() [all …]
|
H A D | rootaccess.cxx | 142 int finalizedLayer; in getNode() local 144 pathRepresentation_, &canonic, &path_, &finalizedLayer); in getNode() 159 finalized_ = finalizedLayer != Data::NO_LAYER; in getNode() 288 int finalizedLayer; in commitChanges() local 292 pathRepresentation_, 0, 0, &finalizedLayer) in commitChanges() 294 finalizedLayer == Data::NO_LAYER), in commitChanges()
|
H A D | data.cxx | 207 rtl::OUString * canonicRepresentation, Path * path, int * finalizedLayer) in resolvePathRepresentation() 259 if (finalizedLayer != 0) { in resolvePathRepresentation() 260 *finalizedLayer = finalized; in resolvePathRepresentation()
|
H A D | data.hxx | 81 rtl::OUString * canonicRepresenation, Path * path, int * finalizedLayer)
|
H A D | components.cxx | 238 rtl::OUString * canonicRepresentation, Path * path, int * finalizedLayer) in resolvePathRepresentation() 242 pathRepresentation, canonicRepresentation, path, finalizedLayer); in resolvePathRepresentation()
|
H A D | components.hxx | 72 rtl::OUString * canonicRepresenation, Path * path, int * finalizedLayer)
|
Completed in 29 milliseconds