Home
last modified time | relevance | path

Searched refs:aSubst (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx2285 GDIMetaFile aSubst( pAct->GetSubstitute() ); in ImplExchangeColors() local
2287 aSubst.ImplExchangeColors( pFncCol, pColParam, pFncBmp, pBmpParam ); in ImplExchangeColors()
2289 pAct->GetLink(), aSubst ), in ImplExchangeColors()
H A Doutdev6.cxx1208 GDIMetaFile aSubst; in DrawEPS() local
1211 aSubst = *pSubst; in DrawEPS()
1213 mpMetaFile->AddAction( new MetaEPSAction( rPoint, rSize, rGfxLink, aSubst ) ); in DrawEPS()
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx966 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()

Completed in 39 milliseconds