Lines Matching refs:mpMgr
169 if( mpMgr ) in ~GraphicObject()
171 mpMgr->ImplUnregisterObj( *this ); in ~GraphicObject()
173 if( ( mpMgr == mpGlobalMgr ) && !mpGlobalMgr->ImplHasObjects() ) in ~GraphicObject()
188 mpMgr = NULL; in ImplConstruct()
220 if( !mpMgr || ( pMgr != mpMgr ) ) in ImplSetGraphicManager()
222 if( !pMgr && mpMgr && ( mpMgr == mpGlobalMgr ) ) in ImplSetGraphicManager()
226 if( mpMgr ) in ImplSetGraphicManager()
228 mpMgr->ImplUnregisterObj( *this ); in ImplSetGraphicManager()
230 if( ( mpMgr == mpGlobalMgr ) && !mpGlobalMgr->ImplHasObjects() ) in ImplSetGraphicManager()
245 mpMgr = mpGlobalMgr; in ImplSetGraphicManager()
248 mpMgr = (GraphicManager*) pMgr; in ImplSetGraphicManager()
250 mpMgr->ImplRegisterObj( *this, maGraphic, pID, pCopyObj ); in ImplSetGraphicManager()
261 if( mpMgr && mpMgr->ImplFillSwappedGraphicObject( *this, maGraphic ) ) in ImplAutoSwapIn()
313 if( !mbAutoSwapped && mpMgr ) in ImplAutoSwapIn()
314 mpMgr->ImplGraphicObjectWasSwappedIn( *this ); in ImplAutoSwapIn()
410 mpMgr->ImplUnregisterObj( *this ); in operator =()
423 mpMgr = rGraphicObj.mpMgr; in operator =()
425 mpMgr->ImplRegisterObj( *this, maGraphic, NULL, &rGraphicObj ); in operator =()
470 if( mpMgr ) in GetUniqueID()
471 aRet = mpMgr->ImplGetUniqueID( *this ); in GetUniqueID()
619 mpMgr = NULL; in GraphicManagerDestroyed()
651 bRet = mpMgr->IsInCache( pOut, aPt, aSz, *this, ( pAttr ? *pAttr : GetAttr() ) ); in IsCached()
664 mpMgr->ReleaseFromCache( *this ); in ReleaseFromCache()
740 bRet = mpMgr->DrawObj( pOut, aPt, aSz, *this, aAttr, nFlags, bCached ); in Draw()
928 mpMgr->ImplUnregisterObj( *this ); in SetGraphic()
939 mpMgr->ImplRegisterObj( *this, maGraphic, 0, pCopyObj); in SetGraphic()
1257 if( bRet && mpMgr ) in SwapOut()
1258 mpMgr->ImplGraphicObjectWasSwappedOut( *this ); in SwapOut()
1269 if( bRet && mpMgr ) in SwapOut()
1270 mpMgr->ImplGraphicObjectWasSwappedOut( *this ); in SwapOut()
1286 else if( mpMgr && mpMgr->ImplFillSwappedGraphicObject( *this, maGraphic ) ) in SwapIn()
1294 if( bRet && mpMgr ) in SwapIn()
1295 mpMgr->ImplGraphicObjectWasSwappedIn( *this ); in SwapIn()
1320 else if( mpMgr && mpMgr->ImplFillSwappedGraphicObject( *this, maGraphic ) ) in SwapIn()
1328 if( bRet && mpMgr ) in SwapIn()
1329 mpMgr->ImplGraphicObjectWasSwappedIn( *this ); in SwapIn()
1351 if( mpMgr ) in SetSwapState()
1352 mpMgr->ImplGraphicObjectWasSwappedOut( *this ); in SetSwapState()