Home
last modified time | relevance | path

Searched refs:pRC (Results 1 – 5 of 5) sorted by relevance

/trunk/main/padmin/source/
H A Dhelper.cxx263 static Config* pRC = NULL; variable
267 if( ! pRC ) in getPadminRC()
272 pRC = new Config( aFileName ); in getPadminRC()
274 return *pRC; in getPadminRC()
279 if( pRC ) in freePadminRC()
280 delete pRC, pRC = NULL; in freePadminRC()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx1812 const ImpRCStack *pRC = StackTop(); in GetAutoHelpId() local
1813 OSL_ENSURE( pRC, "missing resource stack level" ); in GetAutoHelpId()
1818 switch( pRC->pResource->GetRT() ) { in GetAutoHelpId()
1841 switch( pRC->pResource->GetRT() ) { in GetAutoHelpId()
1882 pRC = StackTop( nOff ); in GetAutoHelpId()
1884 OSL_ENSURE( pRC->pResource, "missing resource in resource stack level !" ); in GetAutoHelpId()
1885 if( pRC->pResource ) in GetAutoHelpId()
1886 aHID.append( sal_Int32( pRC->pResource->GetId() ) ); in GetAutoHelpId()
/trunk/main/automation/source/server/
H A Dserver.cxx268 ExtraIdle( ImplRemoteControl *pRC );
272 ExtraIdle::ExtraIdle( ImplRemoteControl *pRC ) in ExtraIdle() argument
274 , pRemoteControl (pRC ) in ExtraIdle()
H A Dstatemnt.hxx417 StatementFlow (sal_uLong nServiceId, SCmdStream *pIn, ImplRemoteControl *pRC );
H A Dstatemnt.cxx141 StatementFlow::StatementFlow( sal_uLong nServiceId, SCmdStream *pCmdIn, ImplRemoteControl *pRC ) in StatementFlow() argument
151 pRemoteControl = pRC; in StatementFlow()

Completed in 53 milliseconds