Lines Matching refs:getByName
2337 xRoot->getByName( C2U("Modules") ) >>= xSet; in LoadModule()
2351 xSet->getByName( seqNames[i] ) >>= xModAccess; in LoadModule()
2356 xModAccess->getByName( C2U("Nodes") ) >>= xNodeAccess; in LoadModule()
2364 xNodeAccess->getByName( xTemp[x] ) >>= xAccess; in LoadModule()
2367 xAccess->getByName( C2U("Index") ) >>= nIndex; in LoadModule()
2405 xRoot->getByName( C2U("Nodes") ) >>= xSet; in LoadNodes()
2415 xSet->getByName( seqNames[i] ) >>= xNodeAccess; in LoadNodes()
2424 xNodeAccess->getByName( C2U("Label") ) >>= sLabel; in LoadNodes()
2425 xNodeAccess->getByName( C2U("OptionsPage") ) >>= sPageURL; in LoadNodes()
2426 xNodeAccess->getByName( C2U("AllModules") ) >>= bAllModules; in LoadNodes()
2427 xNodeAccess->getByName( C2U("GroupId") ) >>= sGroupId; in LoadNodes()
2428 xNodeAccess->getByName( C2U("GroupIndex") ) >>= nGroupIndex; in LoadNodes()
2445 xNodeAccess->getByName( C2U( "Leaves" ) ) >>= xLeavesSet; in LoadNodes()
2452 xLeavesSet->getByName( seqLeaves[j] ) >>= xLeaveAccess; 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()