Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/graphic/
H A Dgrfmgr.cxx181 delete mpSimpleCache; in ~GraphicObject()
191 mpSimpleCache = NULL; in ImplConstruct()
413 delete mpSimpleCache, mpSimpleCache = NULL; in operator =()
504 if( mpSimpleCache && ( mpSimpleCache->maAttr != rAttr ) ) in SetAttr()
505 delete mpSimpleCache, mpSimpleCache = NULL; in SetAttr()
883 if( !mpSimpleCache || ( mpSimpleCache->maAttr != aAttr ) || pFirstFrameOutDev ) in StartAnimation()
885 if( mpSimpleCache ) in StartAnimation()
886 delete mpSimpleCache; in StartAnimation()
888 mpSimpleCache = new GrfSimpleCacheObj( GetTransformedGraphic( &aAttr ), aAttr ); in StartAnimation()
889 mpSimpleCache->maGraphic.SetAnimationNotifyHdl( GetAnimationNotifyHdl() ); in StartAnimation()
[all …]
/AOO41X/main/svtools/inc/svtools/
H A Dgrfmgr.hxx208 GrfSimpleCacheObj* mpSimpleCache; member in GraphicObject