Home
last modified time | relevance | path

Searched refs:xLeaveAccess (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/cui/source/options/
H A Dtreeopt.cxx2451 Reference< XNameAccess > xLeaveAccess; in LoadNodes() local
2452 xLeavesSet->getByName( seqLeaves[j] ) >>= xLeaveAccess; in LoadNodes()
2454 if ( xLeaveAccess.is() ) in LoadNodes()
2459 xLeaveAccess->getByName( C2U("Id") ) >>= sId; in LoadNodes()
2460 xLeaveAccess->getByName( C2U("Label") ) >>= sLeafLabel; in LoadNodes()
2461 xLeaveAccess->getByName( C2U("OptionsPage") ) >>= sLeafURL; in LoadNodes()
2462 xLeaveAccess->getByName( C2U("EventHandlerService") ) >>= sEventHdl; in LoadNodes()
2463 xLeaveAccess->getByName( C2U("GroupId") ) >>= sLeafGrpId; in LoadNodes()
2464 xLeaveAccess->getByName( C2U("GroupIndex") ) >>= nLeafGrpIdx; in LoadNodes()

Completed in 26 milliseconds