Searched refs:pRT (Results 1 – 4 of 4) sorted by relevance
569 if( pRT->m_nDirectory != pLT->m_nDirectory || in equalsPrintFont()570 pRT->m_aFontFile != pLT->m_aFontFile || in equalsPrintFont()571 pRT->m_nCollectionEntry != pLT->m_nCollectionEntry || in equalsPrintFont()572 pRT->m_nTypeFlags != pLT->m_nTypeFlags ) in equalsPrintFont()579 …const PrintFontManager::Type1FontFile* pRT = static_cast<const PrintFontManager::Type1FontFile*>(p… in equalsPrintFont() local580 if( pRT->m_nDirectory != pLT->m_nDirectory || in equalsPrintFont()581 pRT->m_aFontFile != pLT->m_aFontFile || in equalsPrintFont()582 pRT->m_aMetricFile != pLT->m_aMetricFile ) in equalsPrintFont()589 …const PrintFontManager::BuiltinFont* pRT = static_cast<const PrintFontManager::BuiltinFont*>(pRigh… in equalsPrintFont() local590 if( pRT->m_nDirectory != pLT->m_nDirectory || in equalsPrintFont()[all …]
995 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() local996 bTextMode = pRT ? pRT->GetImageFlag( SBIMG_COMPARETEXT ) : sal_False; in RTLFUNC()1076 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() local1077 bTextMode = pRT ? pRT->GetImageFlag( SBIMG_COMPARETEXT ) : sal_False; in RTLFUNC()1412 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() local1413 bTextMode = pRT ? pRT->GetImageFlag( SBIMG_COMPARETEXT ) : sal_False; in RTLFUNC()1640 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() local1641 nTextCompare = pRT ? pRT->GetImageFlag( SBIMG_COMPARETEXT ) : sal_False; in RTLFUNC()
191 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() local192 if( pRT != NULL ) in RTLFUNC()193 pRT->StepSET_Impl( pValVar, rFindVar, false ); in RTLFUNC()
2298 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in CollRemove() local2299 if( pRT ) in CollRemove()2301 SbiForStack* pStack = pRT->FindForStackItemForCollection( this ); in CollRemove()
Completed in 51 milliseconds