Lines Matching refs:mpMgr
162 if( mpMgr ) in ~GraphicObject()
164 mpMgr->ImplUnregisterObj( *this ); in ~GraphicObject()
166 if( ( mpMgr == mpGlobalMgr ) && !mpGlobalMgr->ImplHasObjects() ) in ~GraphicObject()
181 mpMgr = NULL; in ImplConstruct()
213 if( !mpMgr || ( pMgr != mpMgr ) ) in ImplSetGraphicManager()
215 if( !pMgr && mpMgr && ( mpMgr == mpGlobalMgr ) ) in ImplSetGraphicManager()
219 if( mpMgr ) in ImplSetGraphicManager()
221 mpMgr->ImplUnregisterObj( *this ); in ImplSetGraphicManager()
223 if( ( mpMgr == mpGlobalMgr ) && !mpGlobalMgr->ImplHasObjects() ) in ImplSetGraphicManager()
238 mpMgr = mpGlobalMgr; in ImplSetGraphicManager()
241 mpMgr = (GraphicManager*) pMgr; in ImplSetGraphicManager()
243 mpMgr->ImplRegisterObj( *this, maGraphic, pID, pCopyObj ); in ImplSetGraphicManager()
254 if( mpMgr && mpMgr->ImplFillSwappedGraphicObject( *this, maGraphic ) ) in ImplAutoSwapIn()
306 if( !mbAutoSwapped && mpMgr ) in ImplAutoSwapIn()
307 mpMgr->ImplGraphicObjectWasSwappedIn( *this ); in ImplAutoSwapIn()
403 mpMgr->ImplUnregisterObj( *this ); in operator =()
416 mpMgr = rGraphicObj.mpMgr; in operator =()
418 mpMgr->ImplRegisterObj( *this, maGraphic, NULL, &rGraphicObj ); in operator =()
463 if( mpMgr ) in GetUniqueID()
464 aRet = mpMgr->ImplGetUniqueID( *this ); in GetUniqueID()
612 mpMgr = NULL; in GraphicManagerDestroyed()
644 bRet = mpMgr->IsInCache( pOut, aPt, aSz, *this, ( pAttr ? *pAttr : GetAttr() ) ); in IsCached()
657 mpMgr->ReleaseFromCache( *this ); in ReleaseFromCache()
733 bRet = mpMgr->DrawObj( pOut, aPt, aSz, *this, aAttr, nFlags, bCached ); in Draw()
921 mpMgr->ImplUnregisterObj( *this ); in SetGraphic()
932 mpMgr->ImplRegisterObj( *this, maGraphic, 0, pCopyObj); in SetGraphic()
1250 if( bRet && mpMgr ) in SwapOut()
1251 mpMgr->ImplGraphicObjectWasSwappedOut( *this ); in SwapOut()
1262 if( bRet && mpMgr ) in SwapOut()
1263 mpMgr->ImplGraphicObjectWasSwappedOut( *this ); in SwapOut()
1279 else if( mpMgr && mpMgr->ImplFillSwappedGraphicObject( *this, maGraphic ) ) in SwapIn()
1287 if( bRet && mpMgr ) in SwapIn()
1288 mpMgr->ImplGraphicObjectWasSwappedIn( *this ); in SwapIn()
1313 else if( mpMgr && mpMgr->ImplFillSwappedGraphicObject( *this, maGraphic ) ) in SwapIn()
1321 if( bRet && mpMgr ) in SwapIn()
1322 mpMgr->ImplGraphicObjectWasSwappedIn( *this ); in SwapIn()
1344 if( mpMgr ) in SetSwapState()
1345 mpMgr->ImplGraphicObjectWasSwappedOut( *this ); in SetSwapState()