Searched refs:StopAnimation (Results 1 – 17 of 17) sorted by relevance
/trunk/main/sw/source/core/text/ |
H A D | porfld.cxx | 854 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( 0, nId ); in ~SwGrfNumPortion() 858 void SwGrfNumPortion::StopAnimation( OutputDevice* pOut ) in StopAnimation() function in SwGrfNumPortion 861 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( pOut, nId ); in StopAnimation() 999 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation(0,nId); in Paint() 1020 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( 0, nId ); in Paint() 1082 void SwTxtFrm::StopAnimation( OutputDevice* pOut ) in StopAnimation() function in SwTxtFrm 1094 ((SwGrfNumPortion*)pPor)->StopAnimation( pOut ); in StopAnimation()
|
H A D | porfld.hxx | 216 void StopAnimation( OutputDevice* pOut );
|
/trunk/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 209 StopAnimation(); in ~SwNoTxtFrm() 287 StopAnimation(); in Paint() 306 StopAnimation(); in Paint() 1227 void SwNoTxtFrm::StopAnimation( OutputDevice* pOut ) const in StopAnimation() function in SwNoTxtFrm
|
H A D | docnum.cxx | 1312 pFrm->StopAnimation( pOut ); in StopNumRuleAnimations()
|
/trunk/main/sw/source/core/inc/ |
H A D | notxtfrm.hxx | 67 void StopAnimation( OutputDevice* = 0 ) const;
|
H A D | txtfrm.hxx | 546 void StopAnimation( OutputDevice *pOut );
|
/trunk/main/svx/inc/svx/ |
H A D | svdograf.hxx | 171 void StopAnimation(OutputDevice* pOutDev=NULL, long nExtraData=0L);
|
/trunk/main/vcl/inc/vcl/ |
H A D | graph.hxx | 173 void StopAnimation( OutputDevice* pOutputDevice = NULL,
|
/trunk/main/sw/inc/ |
H A D | ndgrf.hxx | 141 …cAnimation(OutputDevice* pOut = NULL, long nExtraData = 0) { maGrfObj.StopAnimation(pOut, nExtraDa… in StopGraphicAnimation()
|
/trunk/main/sw/source/core/view/ |
H A D | vnew.cxx | 357 ((SwNoTxtFrm*)pFrm)->StopAnimation( pOut ); in ~ViewShell()
|
/trunk/main/svtools/source/graphic/ |
H A D | grfmgr.cxx | 901 void GraphicObject::StopAnimation( OutputDevice* pOut, long nExtraData ) in StopAnimation() function in GraphicObject 904 mpSimpleCache->maGraphic.StopAnimation( pOut, nExtraData ); in StopAnimation()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdograf.cxx | 1121 pGraphic->StopAnimation(); in SetPage() 1189 void SdrGrafObj::StopAnimation(OutputDevice* /*pOutDev*/, long /*nExtraData*/) in StopAnimation() function in SdrGrafObj
|
/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsInsertAnimator.cxx | 152 void StopAnimation (void);
|
/trunk/main/svtools/inc/svtools/ |
H A D | grfmgr.hxx | 474 void StopAnimation( OutputDevice* pOut = NULL, long nExtraData = 0L );
|
/trunk/main/vcl/source/gdi/ |
H A D | graph.cxx | 608 void Graphic::StopAnimation( OutputDevice* pOutDev, long nExtraData ) in StopAnimation() function in Graphic
|
/trunk/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 239 ((SwNoTxtFrm*)pTmp->Lower())->StopAnimation( GetOut() ); in SelectObj()
|
/trunk/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 954 ((SwNoTxtFrm*)pCnt)->StopAnimation(); in ~SwCntntNotify()
|
Completed in 116 milliseconds