Searched refs:pRM (Results 1 – 2 of 2) sorted by relevance
/trunk/main/extensions/source/resource/ |
H A D | resource.cxx | 385 ResMgr * pRM = ResMgr::CreateResMgr( aBuf.getStr() ); in setValue() local 386 if( !pRM ) in setValue() 390 pResMgr = pRM; in setValue()
|
/trunk/main/automation/source/server/ |
H A D | statemnt.cxx | 6037 ORoadmap *pRM = dynamic_cast< ORoadmap* >(pControl); in Execute() local 6041 pRet->GenReturn ( RET_Value, aUId, comm_ULONG( pRM->GetItemCount())); in Execute() 6044 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pRM->GetItemCount() )) in Execute() 6045 … pRet->GenReturn ( RET_Value, aUId, pRM->GetRoadmapItemLabel( pRM->GetItemID( nNr1-1 ) ) ); in Execute() 6048 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pRM->GetItemCount() )) in Execute() 6050 … if ( pRM->IsRoadmapItemEnabled( pRM->GetItemID( nNr1-1 ) ) ) in Execute() 6051 … pRM->SelectRoadmapItemByID( pRM->GetItemID( nNr1-1 ) ); in Execute() 6057 …pRet->GenReturn ( RET_Value, aUId, comm_ULONG( pRM->GetItemIndex( pRM->GetCurrentRoadmapItemID() )… in Execute() 6060 … pRet->GenReturn ( RET_Value, aUId, pRM->GetRoadmapItemLabel( pRM->GetCurrentRoadmapItemID() ) ); in Execute() 6063 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pRM->GetItemCount() )) in Execute() [all …]
|
Completed in 35 milliseconds