Searched refs:SwNoTxtFrm (Results 1 – 14 of 14) sorted by relevance
| /trunk/main/sw/source/core/doc/ |
| H A D | notxtfrm.cxx | 101 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() 279 void SwNoTxtFrm::Paint(SwRect const& rRect, SwPrintData const*const) const in Paint() 414 void SwNoTxtFrm::GetGrfArea( SwRect &rRect, SwRect* pOrigRect, in GetGrfArea() 543 const Size& SwNoTxtFrm::GetSize() const in GetSize() 562 void SwNoTxtFrm::MakeAll() in MakeAll() 595 void SwNoTxtFrm::Format( const SwBorderAttrs * ) in Format() [all …]
|
| /trunk/main/sw/source/core/inc/ |
| H A D | notxtfrm.hxx | 33 class SwNoTxtFrm: public SwCntntFrm class 51 SwNoTxtFrm( SwNoTxtNode * const, SwFrm* ); 52 ~SwNoTxtFrm();
|
| H A D | flyfrm.hxx | 119 friend class SwNoTxtFrm; // Darf NotifyBackground rufen
|
| /trunk/main/sw/source/core/text/ |
| H A D | EnhancedPDFExportHelper.cxx | 688 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 D | txtfly.cxx | 1000 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 D | ndnotxt.hxx | 37 friend class SwNoTxtFrm;
|
| /trunk/main/sw/source/core/frmedt/ |
| H A D | feflyole.cxx | 57 SwOLENode *pNd = ((SwNoTxtFrm*)pFly->Lower())->GetNode()->GetOLENode(); in FindFlyFrm()
|
| H A D | feshview.cxx | 186 ((SwNoTxtFrm*)pOldSelFly->Lower())->HasAnimation() ) in SelectObj() 238 if ( ((SwNoTxtFrm*)pTmp->Lower())->HasAnimation() ) in SelectObj() 239 ((SwNoTxtFrm*)pTmp->Lower())->StopAnimation( GetOut() ); in SelectObj()
|
| H A D | fefly1.cxx | 1629 SwOLENode *pNd = ((SwNoTxtFrm*)pFly->Lower())->GetNode()->GetOLENode(); in GetOleRef()
|
| /trunk/main/sw/source/core/view/ |
| H A D | vnew.cxx | 357 ((SwNoTxtFrm*)pFrm)->StopAnimation( pOut ); in ~ViewShell()
|
| /trunk/main/sw/source/core/layout/ |
| H A D | fly.cxx | 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()
|
| H A D | paintfrm.cxx | 3624 const SwNoTxtFrm *pNoTxt = Lower() && Lower()->IsNoTxtFrm() in Paint() 3625 ? (SwNoTxtFrm*)Lower() : 0; in Paint() 6032 !((SwNoTxtFrm*)Lower())->HasAnimation()); in RefreshLaySubsidiary() 6075 !((SwNoTxtFrm*)pFly->Lower())->HasAnimation()) in RefreshLaySubsidiary()
|
| H A D | frmtool.cxx | 952 if ( Frm().HasArea() && ((SwNoTxtFrm*)pCnt)->HasAnimation() ) in ~SwCntntNotify() 954 ((SwNoTxtFrm*)pCnt)->StopAnimation(); in ~SwCntntNotify()
|
| H A D | layact.cxx | 277 ( ((SwNoTxtFrm*)pFly->Lower())->IsTransparent() || in PaintWithoutFlys()
|