Home
last modified time | relevance | path

Searched refs:maGrfObj (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/core/graphic/
H A Dndgrf.cxx103 maGrfObj(), in SwGrfNode()
108 maGrfObj.SetSwapStreamHdl( LINK( this, SwGrfNode, SwapGraphic ), getCacheTimeInMs() ); in SwGrfNode()
121 maGrfObj( rGrfObj ), in SwGrfNode()
126 maGrfObj = rGrfObj; in SwGrfNode()
127 maGrfObj.SetSwapStreamHdl( LINK( this, SwGrfNode, SwapGraphic ), getCacheTimeInMs() ); in SwGrfNode()
129 maGrfObj.SetSwapState(); in SwGrfNode()
145 maGrfObj(), in SwGrfNode()
150 maGrfObj.SetSwapStreamHdl( LINK( this, SwGrfNode, SwapGraphic ), getCacheTimeInMs() ); in SwGrfNode()
154 maGrfObj.SetGraphic( aGrf, rGrfName ); in SwGrfNode()
228 maGrfObj.SetGraphic( *pGraphic, rGrfName ); in ReRead()
[all …]
/AOO41X/main/sw/inc/
H A Dndgrf.hxx43 GraphicObject maGrfObj; member in SwGrfNode
130 const Graphic& GetGrf() const { return maGrfObj.GetGraphic(); } in GetGrf()
131 const GraphicObject& GetGrfObj() const { return maGrfObj; } in GetGrfObj()
139 void ReleaseGraphicFromCache() { maGrfObj.ReleaseFromCache(); } in ReleaseGraphicFromCache()
140 …Flags = GRFMGR_DRAW_STANDARD, OutputDevice* pFirstFrameOutDev = NULL) { maGrfObj.StartAnimation(pO… in StartGraphicAnimation()
141 …void StopGraphicAnimation(OutputDevice* pOut = NULL, long nExtraData = 0) { maGrfObj.StopAnimation… in StopGraphicAnimation()
149 inline sal_Bool IsAnimated() const { return maGrfObj.IsAnimated(); } in IsAnimated()
179 sal_Bool HasEmbeddedStreamName() const { return maGrfObj.HasUserData(); } in HasEmbeddedStreamName()
183 maGrfObj.SetUserData( r ); in ApplyNewEmbeddedStreamName()
/AOO41X/main/svx/source/xml/
H A Dxmlgrhlp.cxx245 GraphicObject maGrfObj; member in SvXMLGraphicOutputStream
323 if( mbClosed && ( maGrfObj.GetType() == GRAPHIC_NONE ) && mpOStm ) in GetGraphicObject()
381 maGrfObj = aGraphic; in GetGraphicObject()
382 if( maGrfObj.GetType() != GRAPHIC_NONE ) in GetGraphicObject()
389 return maGrfObj; in GetGraphicObject()