Searched refs:pRM (Results 1 – 2 of 2) sorted by relevance
/aoo42x/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()
|
/aoo42x/main/automation/source/server/ |
H A D | statemnt.cxx | 6038 ORoadmap *pRM = dynamic_cast< ORoadmap* >(pControl); in Execute() local 6042 pRet->GenReturn ( RET_Value, aUId, comm_ULONG( pRM->GetItemCount())); in Execute() 6045 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pRM->GetItemCount() )) in Execute() 6046 … pRet->GenReturn ( RET_Value, aUId, pRM->GetRoadmapItemLabel( pRM->GetItemID( nNr1-1 ) ) ); in Execute() 6049 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pRM->GetItemCount() )) in Execute() 6051 … if ( pRM->IsRoadmapItemEnabled( pRM->GetItemID( nNr1-1 ) ) ) in Execute() 6052 … pRM->SelectRoadmapItemByID( pRM->GetItemID( nNr1-1 ) ); in Execute() 6058 …pRet->GenReturn ( RET_Value, aUId, comm_ULONG( pRM->GetItemIndex( pRM->GetCurrentRoadmapItemID() )… in Execute() 6061 … pRet->GenReturn ( RET_Value, aUId, pRM->GetRoadmapItemLabel( pRM->GetCurrentRoadmapItemID() ) ); in Execute() 6064 if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pRM->GetItemCount() )) in Execute() [all …]
|
Completed in 28 milliseconds