Searched refs:rSubstitute (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/svtools/source/graphic/ |
H A D | grfcache.cxx | 303 maGfxLink = rSubstitute.GetLink(); in ImplFillSubstitute() 307 rSubstitute = maSvgData; in ImplFillSubstitute() 311 rSubstitute = *mpBmpEx; in ImplFillSubstitute() 315 rSubstitute = *mpAnimation; in ImplFillSubstitute() 319 rSubstitute = *mpMtf; in ImplFillSubstitute() 323 rSubstitute.Clear(); in ImplFillSubstitute() 328 rSubstitute.SetPrefSize( aPrefSize ); in ImplFillSubstitute() 336 rSubstitute.SetLink( maGfxLink ); in ImplFillSubstitute() 341 rSubstitute.SetDefaultType(); in ImplFillSubstitute() 352 ImplFillSubstitute( rSubstitute ); in AddGraphicObjectReference() [all …]
|
H A D | grfcache.hxx | 66 void AddGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute, 71 sal_Bool FillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute );
|
H A D | grfmgr2.cxx | 267 void GraphicManager::ImplRegisterObj( const GraphicObject& rObj, Graphic& rSubstitute, in ImplRegisterObj() argument 271 mpCache->AddGraphicObject( rObj, rSubstitute, pID, pCopyObj ); in ImplRegisterObj() 396 …ool GraphicManager::ImplFillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute ) in ImplFillSwappedGraphicObject() argument 398 return mpCache->FillSwappedGraphicObject(rObj, rSubstitute); in ImplFillSwappedGraphicObject()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | grfmgr.hxx | 548 void SVT_DLLPRIVATE ImplRegisterObj( const GraphicObject& rObj, Graphic& rSubstitute, 556 …l SVT_DLLPRIVATE ImplFillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute );
|
/aoo4110/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 1685 const GDIMetaFile& rSubstitute = pAct->GetSubstitute(); in createActions() local 1688 const Size aMtfSize( rSubstitute.GetPrefSize() ); in createActions() 1690 … rSubstitute.GetPrefMapMode() ) ); in createActions() 1704 rVDev.SetMapMode( rSubstitute.GetPrefMapMode() ); in createActions()
|
Completed in 323 milliseconds