/aoo4110/main/sw/source/core/text/ |
H A D | porfld.cxx | 855 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( 0, nId ); in ~SwGrfNumPortion() 859 void SwGrfNumPortion::StopAnimation( OutputDevice* pOut ) in StopAnimation() function in SwGrfNumPortion 862 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( pOut, nId ); in StopAnimation() 1000 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation(0,nId); in Paint() 1021 ( (Graphic*) pBrush->GetGraphic() )->StopAnimation( 0, nId ); in Paint() 1081 void SwTxtFrm::StopAnimation( OutputDevice* pOut ) in StopAnimation() function in SwTxtFrm 1093 ((SwGrfNumPortion*)pPor)->StopAnimation( pOut ); in StopAnimation()
|
H A D | porfld.hxx | 216 void StopAnimation( OutputDevice* pOut );
|
/aoo4110/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 208 StopAnimation(); in ~SwNoTxtFrm() 273 StopAnimation(); in Paint() 292 StopAnimation(); in Paint() 1211 void SwNoTxtFrm::StopAnimation( OutputDevice* pOut ) const in StopAnimation() function in SwNoTxtFrm
|
H A D | docnum.cxx | 1345 pFrm->StopAnimation( pOut ); in StopNumRuleAnimations()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | notxtfrm.hxx | 67 void StopAnimation( OutputDevice* = 0 ) const;
|
H A D | txtfrm.hxx | 548 void StopAnimation( OutputDevice *pOut );
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdograf.hxx | 171 void StopAnimation(OutputDevice* pOutDev=NULL, long nExtraData=0L);
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | graph.hxx | 173 void StopAnimation( OutputDevice* pOutputDevice = NULL,
|
/aoo4110/main/sw/inc/ |
H A D | ndgrf.hxx | 141 …cAnimation(OutputDevice* pOut = NULL, long nExtraData = 0) { maGrfObj.StopAnimation(pOut, nExtraDa… in StopGraphicAnimation()
|
/aoo4110/main/sw/source/core/view/ |
H A D | vnew.cxx | 357 ((SwNoTxtFrm*)pFrm)->StopAnimation( pOut ); in ~ViewShell()
|
/aoo4110/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()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdograf.cxx | 1118 pGraphic->StopAnimation(); in SetPage() 1186 void SdrGrafObj::StopAnimation(OutputDevice* /*pOutDev*/, long /*nExtraData*/) in StopAnimation() function in SdrGrafObj
|
/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlsInsertAnimator.cxx | 152 void StopAnimation (void);
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | grfmgr.hxx | 474 void StopAnimation( OutputDevice* pOut = NULL, long nExtraData = 0L );
|
/aoo4110/main/vcl/source/gdi/ |
H A D | graph.cxx | 608 void Graphic::StopAnimation( OutputDevice* pOutDev, long nExtraData ) in StopAnimation() function in Graphic
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 242 ((SwNoTxtFrm*)pTmp->Lower())->StopAnimation( GetOut() ); in SelectObj()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 938 ((SwNoTxtFrm*)pCnt)->StopAnimation(); in ~SwCntntNotify()
|