Searched refs:aSubst (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/unotools/source/config/ |
H A D | fontcfg.cxx | 966 OUString aSubst( pLine->getToken( 0, ';', nIndex ) ); in fillSubstVector() local 967 if( aSubst.getLength() ) in fillSubstVector() 969 UniqueSubstHash::iterator aEntry = maSubstHash.find( aSubst ); in fillSubstVector() 971 aSubst = *aEntry; in fillSubstVector() 973 maSubstHash.insert( aSubst ); in fillSubstVector() 974 rSubstVector.push_back( aSubst ); in fillSubstVector()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 1208 GDIMetaFile aSubst; in DrawEPS() local 1211 aSubst = *pSubst; in DrawEPS() 1213 mpMetaFile->AddAction( new MetaEPSAction( rPoint, rSize, rGfxLink, aSubst ) ); in DrawEPS()
|
H A D | gdimtf.cxx | 2285 GDIMetaFile aSubst( pAct->GetSubstitute() ); in ImplExchangeColors() local 2287 aSubst.ImplExchangeColors( pFncCol, pColParam, pFncBmp, pBmpParam ); in ImplExchangeColors() 2289 pAct->GetLink(), aSubst ), in ImplExchangeColors()
|
Completed in 48 milliseconds