Lines Matching refs:maGraphic

66 	Graphic		maGraphic;  member
70 maGraphic( rGraphic ), maAttr( rAttr ) {} in GrfSimpleCacheObj()
106 maGraphic ( rGraphic ), in GraphicObject()
118 maGraphic ( rGraphic ), in GraphicObject()
131 maGraphic ( rGraphicObj.GetGraphic() ), in GraphicObject()
198 maPrefSize = maGraphic.GetPrefSize(); in ImplAssignGraphicData()
199 maPrefMapMode = maGraphic.GetPrefMapMode(); in ImplAssignGraphicData()
200 mnSizeBytes = maGraphic.GetSizeBytes(); in ImplAssignGraphicData()
201 meType = maGraphic.GetType(); in ImplAssignGraphicData()
202 mbTransparent = maGraphic.IsTransparent(); in ImplAssignGraphicData()
203 mbAlpha = maGraphic.IsAlpha(); in ImplAssignGraphicData()
204 mbAnimated = maGraphic.IsAnimated(); in ImplAssignGraphicData()
205 mbEPS = maGraphic.IsEPS(); in ImplAssignGraphicData()
206 mnAnimationLoopCount = ( mbAnimated ? maGraphic.GetAnimationLoopCount() : 0 ); in ImplAssignGraphicData()
243 mpMgr->ImplRegisterObj( *this, maGraphic, pID, pCopyObj ); in ImplSetGraphicManager()
254 if( mpMgr && mpMgr->ImplFillSwappedGraphicObject( *this, maGraphic ) ) in ImplAutoSwapIn()
260 if( maGraphic.SwapIn() ) in ImplAutoSwapIn()
280 (*pIStm) >> maGraphic; in ImplAutoSwapIn()
281 mbAutoSwapped = ( maGraphic.GetType() != GRAPHIC_NONE ); in ImplAutoSwapIn()
288 mbAutoSwapped = !maGraphic.SwapIn(); in ImplAutoSwapIn()
290 mbAutoSwapped = maGraphic.IsSwapOut(); in ImplAutoSwapIn()
293 mbAutoSwapped = !maGraphic.SwapIn( pStream ); in ImplAutoSwapIn()
351 if( maGraphic.GetPrefMapMode() == MAP_PIXEL ) in ImplGetCropParams()
352 … aSize100 = Application::GetDefaultDevice()->PixelToLogic( maGraphic.GetPrefSize(), aMap100 ); in ImplGetCropParams()
355 MapMode m(maGraphic.GetPrefMapMode()); in ImplGetCropParams()
356 aSize100 = pOut->LogicToLogic( maGraphic.GetPrefSize(), &m, &aMap100 ); in ImplGetCropParams()
410 maGraphic = rGraphicObj.GetGraphic(); in operator =()
418 mpMgr->ImplRegisterObj( *this, maGraphic, NULL, &rGraphicObj ); in operator =()
428 return( ( rGraphicObj.maGraphic == maGraphic ) && in operator ==()
473 …return( ( maGraphic.IsSupportedGraphic() && !maGraphic.IsSwapOut() ) ? maGraphic.GetChecksum() : 0… in GetChecksum()
664 maGraphic.SetAnimationNotifyHdl( rLink ); in SetAnimationNotifyHdl()
671 return maGraphic.GetAnimationInfoList(); in GetAnimationInfoList()
882 mpSimpleCache->maGraphic.SetAnimationNotifyHdl( GetAnimationNotifyHdl() ); in StartAnimation()
885 mpSimpleCache->maGraphic.StartAnimation( pOut, aPt, aSz, nExtraData, pFirstFrameOutDev ); in StartAnimation()
904 mpSimpleCache->maGraphic.StopAnimation( pOut, nExtraData ); in StopAnimation()
914 return maGraphic; in GetGraphic()
926 maGraphic = rGraphic; in SetGraphic()
932 mpMgr->ImplRegisterObj( *this, maGraphic, 0, pCopyObj); in SetGraphic()
954 Graphic aTransGraphic( maGraphic ); in GetTransformedGraphic()
1188 if( maGraphic.IsSupportedGraphic() && !maGraphic.IsSwapOut() ) in GetTransformedGraphic()
1196 Animation aAnimation( maGraphic.GetAnimation() ); in GetTransformedGraphic()
1203 BitmapEx aBmpEx( maGraphic.GetBitmapEx() ); in GetTransformedGraphic()
1210 GDIMetaFile aMtf( maGraphic.GetGDIMetaFile() ); in GetTransformedGraphic()
1219 Animation aAnimation( maGraphic.GetAnimation() ); in GetTransformedGraphic()
1224 aGraphic = maGraphic; in GetTransformedGraphic()
1237 maGraphic.ResetAnimationLoopCount(); in ResetAnimationLoopCount()
1240 mpSimpleCache->maGraphic.ResetAnimationLoopCount(); in ResetAnimationLoopCount()
1248 sal_Bool bRet = ( !mbAutoSwapped ? maGraphic.SwapOut() : sal_False ); in SwapOut()
1260 sal_Bool bRet = ( !mbAutoSwapped ? maGraphic.SwapOut( pOStm ) : sal_False ); in SwapOut()
1279 else if( mpMgr && mpMgr->ImplFillSwappedGraphicObject( *this, maGraphic ) ) in SwapIn()
1285 bRet = maGraphic.SwapIn(); in SwapIn()
1313 else if( mpMgr && mpMgr->ImplFillSwappedGraphicObject( *this, maGraphic ) ) in SwapIn()
1319 bRet = maGraphic.SwapIn( pIStm ); in SwapIn()