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 | 6025 ORoadmap *pRM = dynamic_cast< ORoadmap* >(pControl); in Execute() local 6029 … pRet->GenReturn ( RET_Value, aUId, comm_ULONG( pRM->GetItemCount())); in Execute() 6032 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pRM->GetItemCount() )) in Execute() 6033 … pRet->GenReturn ( RET_Value, aUId, pRM->GetRoadmapItemLabel( pRM->GetItemID( nNr1-1 ) ) ); in Execute() 6036 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pRM->GetItemCount() )) in Execute() 6038 … if ( pRM->IsRoadmapItemEnabled( pRM->GetItemID( nNr1-1 ) ) ) in Execute() 6039 … pRM->SelectRoadmapItemByID( pRM->GetItemID( nNr1-1 ) ); in Execute() 6045 …pRet->GenReturn ( RET_Value, aUId, comm_ULONG( pRM->GetItemIndex( pRM->GetCurrentRoadmapItemID() )… in Execute() 6048 … pRet->GenReturn ( RET_Value, aUId, pRM->GetRoadmapItemLabel( pRM->GetCurrentRoadmapItemID() ) ); in Execute() 6051 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pRM->GetItemCount() )) in Execute() [all …]
|