Home
last modified time | relevance | path

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

/trunk/main/svtools/source/config/
H A Dfontsubstconfig.cxx154 SubstitutionStructPtr pSubst = pImpl->aSubstArr[i]; in Commit() local
156 pSetValues[nSetValue++].Value <<= pSubst->sFont; in Commit()
158 pSetValues[nSetValue++].Value <<= pSubst->sReplaceBy; in Commit()
160 pSetValues[nSetValue++].Value.setValue(&pSubst->bReplaceAlways, rBoolType); in Commit()
162 pSetValues[nSetValue++].Value.setValue(&pSubst->bReplaceOnScreenOnly, rBoolType); in Commit()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx845 const GfxLink& rGfxLink, GDIMetaFile* pSubst = NULL );
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx393 ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; in RemoveFontSubstitute() local
394 if( pSubst ) in RemoveFontSubstitute()
395 pSubst->RemoveFontSubstitute( n ); in RemoveFontSubstitute()
412 const ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; in GetFontSubstituteCount() local
413 if( !pSubst ) in GetFontSubstituteCount()
415 int nCount = pSubst->GetFontSubstituteCount(); in GetFontSubstituteCount()
426 const ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; in GetFontSubstitute() local
427 if( pSubst ) in GetFontSubstitute()
428 pSubst->GetFontSubstitute( n, rFontName, rReplaceFontName, rFlags ); in GetFontSubstitute()
483 const ImplDirectFontSubstitution* pSubst = ImplGetSVData()->maGDIData.mpDirectFontSubst; in ImplFontSubstitute() local
[all …]
H A Doutdev6.cxx1200 const GfxLink& rGfxLink, GDIMetaFile* pSubst ) in DrawEPS() argument
1210 if( pSubst ) in DrawEPS()
1211 aSubst = *pSubst; in DrawEPS()
1241 if( !bDrawn && pSubst ) in DrawEPS()
1246 Graphic( *pSubst ).Draw( this, rPoint, rSize ); in DrawEPS()
1252 mpAlphaVDev->DrawEPS( rPoint, rSize, rGfxLink, pSubst ); in DrawEPS()

Completed in 64 milliseconds