Searched refs:maGrfObj (Results 1 – 3 of 3) sorted by relevance
103 maGrfObj(), in SwGrfNode()121 maGrfObj( rGrfObj ), in SwGrfNode()126 maGrfObj = rGrfObj; in SwGrfNode()129 maGrfObj.SetSwapState(); in SwGrfNode()145 maGrfObj(), in SwGrfNode()231 maGrfObj = *pGrfObj; in ReRead()280 maGrfObj = *pGrfObj; in ReRead()283 maGrfObj.SetSwapState(); in ReRead()743 maGrfObj.SetLink( rGrfName ); in InsertLink()764 maGrfObj.SetLink(); in ReleaseLink()[all …]
43 GraphicObject maGrfObj; member in SwGrfNode130 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()
245 GraphicObject maGrfObj; member in SvXMLGraphicOutputStream323 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()
Completed in 34 milliseconds