Home
last modified time | relevance | path

Searched refs:pRM (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/extensions/source/resource/
H A Dresource.cxx385 ResMgr * pRM = ResMgr::CreateResMgr( aBuf.getStr() ); in setValue() local
386 if( !pRM ) in setValue()
390 pResMgr = pRM; in setValue()
/aoo41x/main/automation/source/server/
H A Dstatemnt.cxx6038 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()
6052pRM->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 107 milliseconds