Searched refs:SwNoTxtFrm (Results 1 – 14 of 14) sorted by relevance
101 const ViewShell &rSh, const SwNoTxtFrm *pFrm, in lcl_PaintReplacement()162 SwNoTxtFrm::SwNoTxtFrm(SwNoTxtNode * const pNode, SwFrm* pSib ) in SwNoTxtFrm() function in SwNoTxtFrm171 void SwNoTxtFrm::InitCtor() in InitCtor()194 return new SwNoTxtFrm(this, pSib); in MakeFrm()207 SwNoTxtFrm::~SwNoTxtFrm() in ~SwNoTxtFrm()543 const Size& SwNoTxtFrm::GetSize() const in GetSize()562 void SwNoTxtFrm::MakeAll() in MakeAll()595 void SwNoTxtFrm::Format( const SwBorderAttrs * ) in Format()1083 ((SwNoTxtFrm*)this)->nWeight = -1; in PaintPicture()1212 sal_Bool SwNoTxtFrm::IsTransparent() const in IsTransparent()[all …]
34 class SwNoTxtFrm: public SwCntntFrm class52 SwNoTxtFrm( SwNoTxtNode * const, SwFrm* );53 ~SwNoTxtFrm();
119 friend class SwNoTxtFrm; // Darf NotifyBackground rufen
688 const SwNoTxtFrm* pNoTxtFrm = static_cast<const SwNoTxtFrm*>(pFly->Lower()); in SetAttributes()1307 const SwNoTxtFrm* pNoTxtFrm = static_cast<const SwNoTxtFrm*>(pFly->Lower()); in BeginBlockStructureElements()
1000 const SwNoTxtFrm *pNoTxt = in DrawTextOpaque()1002 ? (SwNoTxtFrm*)pFly->Lower() in DrawTextOpaque()1098 !static_cast<const SwNoTxtFrm*>(pFly->Lower())->IsTransparent() ); in DrawFlyRect()
37 friend class SwNoTxtFrm;
57 SwOLENode *pNd = ((SwNoTxtFrm*)pFly->Lower())->GetNode()->GetOLENode(); in FindFlyFrm()
186 ((SwNoTxtFrm*)pOldSelFly->Lower())->HasAnimation() ) in SelectObj()238 if ( ((SwNoTxtFrm*)pTmp->Lower())->HasAnimation() ) in SelectObj()239 ((SwNoTxtFrm*)pTmp->Lower())->StopAnimation( GetOut() ); in SelectObj()
1631 SwOLENode *pNd = ((SwNoTxtFrm*)pFly->Lower())->GetNode()->GetOLENode(); in GetOleRef()
357 ((SwNoTxtFrm*)pFrm)->StopAnimation( pOut ); in ~ViewShell()
2138 Lower() && dynamic_cast<SwNoTxtFrm*>(Lower()) && in ChgSize()2139 static_cast<SwNoTxtFrm*>(Lower())->GetNode()->GetOLENode() ) in ChgSize()2762 ((SwNoTxtFrm*)Lower())->GetGrfArea( aClip, &aOrig, sal_False ); in GetContour()
3649 const SwNoTxtFrm *pNoTxt = Lower() && Lower()->IsNoTxtFrm() in Paint()3650 ? (SwNoTxtFrm*)Lower() : 0; in Paint()6086 !((SwNoTxtFrm*)Lower())->HasAnimation()); in RefreshLaySubsidiary()6129 !((SwNoTxtFrm*)pFly->Lower())->HasAnimation()) in RefreshLaySubsidiary()
952 if ( Frm().HasArea() && ((SwNoTxtFrm*)pCnt)->HasAnimation() ) in ~SwCntntNotify()954 ((SwNoTxtFrm*)pCnt)->StopAnimation(); in ~SwCntntNotify()
277 ( ((SwNoTxtFrm*)pFly->Lower())->IsTransparent() || in PaintWithoutFlys()
Completed in 112 milliseconds