Home
last modified time | relevance | path

Searched refs:SwNoTxtFrm (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx101 const ViewShell &rSh, const SwNoTxtFrm *pFrm, in lcl_PaintReplacement()
162 SwNoTxtFrm::SwNoTxtFrm(SwNoTxtNode * const pNode, SwFrm* pSib ) in SwNoTxtFrm() function in SwNoTxtFrm
171 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 …]
/trunk/main/sw/source/core/inc/
H A Dnotxtfrm.hxx34 class SwNoTxtFrm: public SwCntntFrm class
52 SwNoTxtFrm( SwNoTxtNode * const, SwFrm* );
53 ~SwNoTxtFrm();
H A Dflyfrm.hxx119 friend class SwNoTxtFrm; // Darf NotifyBackground rufen
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx688 const SwNoTxtFrm* pNoTxtFrm = static_cast<const SwNoTxtFrm*>(pFly->Lower()); in SetAttributes()
1307 const SwNoTxtFrm* pNoTxtFrm = static_cast<const SwNoTxtFrm*>(pFly->Lower()); in BeginBlockStructureElements()
H A Dtxtfly.cxx1000 const SwNoTxtFrm *pNoTxt = in DrawTextOpaque()
1002 ? (SwNoTxtFrm*)pFly->Lower() in DrawTextOpaque()
1098 !static_cast<const SwNoTxtFrm*>(pFly->Lower())->IsTransparent() ); in DrawFlyRect()
/trunk/main/sw/inc/
H A Dndnotxt.hxx37 friend class SwNoTxtFrm;
/trunk/main/sw/source/core/frmedt/
H A Dfeflyole.cxx57 SwOLENode *pNd = ((SwNoTxtFrm*)pFly->Lower())->GetNode()->GetOLENode(); in FindFlyFrm()
H A Dfeshview.cxx186 ((SwNoTxtFrm*)pOldSelFly->Lower())->HasAnimation() ) in SelectObj()
238 if ( ((SwNoTxtFrm*)pTmp->Lower())->HasAnimation() ) in SelectObj()
239 ((SwNoTxtFrm*)pTmp->Lower())->StopAnimation( GetOut() ); in SelectObj()
H A Dfefly1.cxx1631 SwOLENode *pNd = ((SwNoTxtFrm*)pFly->Lower())->GetNode()->GetOLENode(); in GetOleRef()
/trunk/main/sw/source/core/view/
H A Dvnew.cxx357 ((SwNoTxtFrm*)pFrm)->StopAnimation( pOut ); in ~ViewShell()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx2138 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()
H A Dpaintfrm.cxx3649 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()
H A Dfrmtool.cxx952 if ( Frm().HasArea() && ((SwNoTxtFrm*)pCnt)->HasAnimation() ) in ~SwCntntNotify()
954 ((SwNoTxtFrm*)pCnt)->StopAnimation(); in ~SwCntntNotify()
H A Dlayact.cxx277 ( ((SwNoTxtFrm*)pFly->Lower())->IsTransparent() || in PaintWithoutFlys()

Completed in 215 milliseconds