Lines Matching refs:rSubstitute
183 void ImplFillSubstitute( Graphic& rSubstitute );
192 void AddGraphicObjectReference( const GraphicObject& rObj, Graphic& rSubstitute );
199 sal_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()
300 const sal_Bool bDefaultType = ( rSubstitute.GetType() == GRAPHIC_DEFAULT ); in ImplFillSubstitute()
302 if( rSubstitute.IsLink() && ( GFX_LINK_TYPE_NONE == maGfxLink.GetType() ) ) in ImplFillSubstitute()
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()
329 rSubstitute.SetPrefMapMode( aPrefMapMode ); in ImplFillSubstitute()
330 rSubstitute.SetAnimationNotifyHdl( aAnimationNotifyHdl ); in ImplFillSubstitute()
331 rSubstitute.SetDocFileName( aDocFileName, nDocFilePos ); in ImplFillSubstitute()
336 rSubstitute.SetLink( maGfxLink ); in ImplFillSubstitute()
341 rSubstitute.SetDefaultType(); in ImplFillSubstitute()
347 void GraphicCacheEntry::AddGraphicObjectReference( const GraphicObject& rObj, Graphic& rSubstitute ) in AddGraphicObjectReference() argument
352 ImplFillSubstitute( rSubstitute ); in AddGraphicObjectReference()
418 …Bool GraphicCacheEntry::FillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute ) in FillSwappedGraphicObject() argument
424 ImplFillSubstitute( rSubstitute ); in FillSwappedGraphicObject()
622 void GraphicCache::AddGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute, in AddGraphicObject() argument
638 pEntry->AddGraphicObjectReference( rObj, rSubstitute ); in AddGraphicObject()
679 pEntry->AddGraphicObjectReference( rObj, rSubstitute ); in AddGraphicObject()
695 pEntry->AddGraphicObjectReference( rObj, rSubstitute ); in AddGraphicObject()
769 sal_Bool GraphicCache::FillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute ) in FillSwappedGraphicObject() argument
776 return pEntry->FillSwappedGraphicObject( rObj, rSubstitute ); in FillSwappedGraphicObject()