Home
last modified time | relevance | path

Searched refs:pRT (Results 1 – 4 of 4) sorted by path

/trunk/main/basic/source/classes/
H A Dsb.cxx2298 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in CollRemove() local
2299 if( pRT ) in CollRemove()
2301 SbiForStack* pStack = pRT->FindForStackItemForCollection( this ); in CollRemove()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx995 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() local
996 bTextMode = pRT ? pRT->GetImageFlag( SBIMG_COMPARETEXT ) : sal_False; in RTLFUNC()
1076 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() local
1077 bTextMode = pRT ? pRT->GetImageFlag( SBIMG_COMPARETEXT ) : sal_False; in RTLFUNC()
1412 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() local
1413 bTextMode = pRT ? pRT->GetImageFlag( SBIMG_COMPARETEXT ) : sal_False; in RTLFUNC()
1640 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() local
1641 nTextCompare = pRT ? pRT->GetImageFlag( SBIMG_COMPARETEXT ) : sal_False; in RTLFUNC()
H A Dmethods1.cxx191 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() local
192 if( pRT != NULL ) in RTLFUNC()
193 pRT->StepSET_Impl( pValVar, rFindVar, false ); in RTLFUNC()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx569 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() local
580 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() local
590 if( pRT->m_nDirectory != pLT->m_nDirectory || in equalsPrintFont()
[all …]

Completed in 57 milliseconds