Searched refs:pRC (Results 1 – 5 of 5) sorted by relevance
263 static Config* pRC = NULL; variable267 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()
1812 const ImpRCStack *pRC = StackTop(); in GetAutoHelpId() local1813 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()
268 ExtraIdle( ImplRemoteControl *pRC );272 ExtraIdle::ExtraIdle( ImplRemoteControl *pRC ) in ExtraIdle() argument274 , pRemoteControl (pRC ) in ExtraIdle()
416 StatementFlow (sal_uLong nServiceId, SCmdStream *pIn, ImplRemoteControl *pRC );
141 StatementFlow::StatementFlow( sal_uLong nServiceId, SCmdStream *pCmdIn, ImplRemoteControl *pRC ) in StatementFlow() argument151 pRemoteControl = pRC; in StatementFlow()
Completed in 56 milliseconds