Home
last modified time | relevance | path

Searched refs:rSubstitute (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/svtools/source/graphic/
H A Dgrfcache.cxx183 void ImplFillSubstitute( Graphic& rSubstitute );
192 … void AddGraphicObjectReference( const GraphicObject& rObj, Graphic& rSubstitute );
199 …al_Bool FillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute );
291 void GraphicCacheEntry::ImplFillSubstitute( Graphic& rSubstitute ) in ImplFillSubstitute() argument
294 const Size aPrefSize( rSubstitute.GetPrefSize() ); in ImplFillSubstitute()
295 const MapMode aPrefMapMode( rSubstitute.GetPrefMapMode() ); in ImplFillSubstitute()
296 const Link aAnimationNotifyHdl( rSubstitute.GetAnimationNotifyHdl() ); in ImplFillSubstitute()
297 const String aDocFileName( rSubstitute.GetDocFileName() ); in ImplFillSubstitute()
298 const sal_uLong nDocFilePos = rSubstitute.GetDocFilePos(); in ImplFillSubstitute()
299 const GraphicType eOldType = rSubstitute.GetType(); in ImplFillSubstitute()
[all …]
H A Dgrfcache.hxx66 void AddGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute,
71 … FillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute );
H A Dgrfmgr2.cxx267 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()
/AOO41X/main/svtools/inc/svtools/
H A Dgrfmgr.hxx548 void SVT_DLLPRIVATE ImplRegisterObj( const GraphicObject& rObj, Graphic& rSubstitute,
556 … SVT_DLLPRIVATE ImplFillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute );
/AOO41X/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1685 const GDIMetaFile& rSubstitute = pAct->GetSubstitute(); in createActions() local
1688 const Size aMtfSize( rSubstitute.GetPrefSize() ); in createActions()
1690rSubstitute.GetPrefMapMode() ) ); in createActions()
1704 rVDev.SetMapMode( rSubstitute.GetPrefMapMode() ); in createActions()