Home
last modified time | relevance | path

Searched refs:aGraphicObj (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx171 if( ImplGetGraphicCenterRect( aGraphicObj.GetGraphic(), aPreviewRect ) ) in Paint()
176 if( aGraphicObj.IsAnimated() ) in Paint()
177 aGraphicObj.StartAnimation( this, aPos, aSize ); in Paint()
179 aGraphicObj.Draw( this, aPos, aSize ); in Paint()
/trunk/main/svx/inc/svx/
H A Dgalctrl.hxx57 GraphicObject aGraphicObj; member in GalleryPreview
87 … void SetGraphic( const Graphic& rGraphic ) { aGraphicObj.SetGraphic( rGraphic ); } in SetGraphic()