Searched refs:xLeaveAccess (Results 1 – 1 of 1) sorted by relevance
2452 Reference< XNameAccess > xLeaveAccess; in LoadNodes() local2453 xLeavesSet->getByName( seqLeaves[j] ) >>= xLeaveAccess; in LoadNodes()2455 if ( xLeaveAccess.is() ) in LoadNodes()2460 xLeaveAccess->getByName( C2U("Id") ) >>= sId; in LoadNodes()2461 xLeaveAccess->getByName( C2U("Label") ) >>= sLeafLabel; in LoadNodes()2462 xLeaveAccess->getByName( C2U("OptionsPage") ) >>= sLeafURL; in LoadNodes()2463 xLeaveAccess->getByName( C2U("EventHandlerService") ) >>= sEventHdl; in LoadNodes()2464 xLeaveAccess->getByName( C2U("GroupId") ) >>= sLeafGrpId; in LoadNodes()2465 xLeaveAccess->getByName( C2U("GroupIndex") ) >>= nLeafGrpIdx; in LoadNodes()
Completed in 33 milliseconds