Searched refs:SwNoTxtFrm (Results 1 – 14 of 14) sorted by relevance
| /AOO41X/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() 266 void SwNoTxtFrm::Paint(SwRect const& rRect, SwPrintData const*const) const in Paint() 401 void SwNoTxtFrm::GetGrfArea( SwRect &rRect, SwRect* pOrigRect, in GetGrfArea() 530 const Size& SwNoTxtFrm::GetSize() const in GetSize() 549 void SwNoTxtFrm::MakeAll() in MakeAll() 582 void SwNoTxtFrm::Format( const SwBorderAttrs * ) in Format() [all …]
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | notxtfrm.hxx | 34 class SwNoTxtFrm: public SwCntntFrm class 52 SwNoTxtFrm( SwNoTxtNode * const, SwFrm* ); 53 ~SwNoTxtFrm();
|
| H A D | flyfrm.hxx | 119 friend class SwNoTxtFrm; // Darf NotifyBackground rufen
|
| /AOO41X/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()
|
| /AOO41X/main/sw/inc/ |
| H A D | ndnotxt.hxx | 37 friend class SwNoTxtFrm;
|
| /AOO41X/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 | 189 ((SwNoTxtFrm*)pOldSelFly->Lower())->HasAnimation() ) in SelectObj() 241 if ( ((SwNoTxtFrm*)pTmp->Lower())->HasAnimation() ) in SelectObj() 242 ((SwNoTxtFrm*)pTmp->Lower())->StopAnimation( GetOut() ); in SelectObj()
|
| H A D | fefly1.cxx | 1631 SwOLENode *pNd = ((SwNoTxtFrm*)pFly->Lower())->GetNode()->GetOLENode(); in GetOleRef()
|
| /AOO41X/main/sw/source/core/view/ |
| H A D | vnew.cxx | 357 ((SwNoTxtFrm*)pFrm)->StopAnimation( pOut ); in ~ViewShell()
|
| /AOO41X/main/sw/source/core/layout/ |
| H A D | fly.cxx | 2158 Lower() && dynamic_cast<SwNoTxtFrm*>(Lower()) && in ChgSize() 2159 static_cast<SwNoTxtFrm*>(Lower())->GetNode()->GetOLENode() ) in ChgSize() 2782 ((SwNoTxtFrm*)Lower())->GetGrfArea( aClip, &aOrig, sal_False ); in GetContour()
|
| H A D | paintfrm.cxx | 1406 ( ((SwNoTxtFrm*)pFly->Lower())->IsTransparent() || in lcl_SubtractFlys() 1407 ((SwNoTxtFrm*)pFly->Lower())->HasAnimation() || in lcl_SubtractFlys() 3552 const SwNoTxtFrm *pNoTxt = Lower() && Lower()->IsNoTxtFrm() in Paint() 3553 ? (SwNoTxtFrm*)Lower() : 0; in Paint() 5959 !((SwNoTxtFrm*)Lower())->HasAnimation()); in RefreshLaySubsidiary() 6002 !((SwNoTxtFrm*)pFly->Lower())->HasAnimation()) in RefreshLaySubsidiary()
|
| H A D | frmtool.cxx | 936 if ( Frm().HasArea() && ((SwNoTxtFrm*)pCnt)->HasAnimation() ) in ~SwCntntNotify() 938 ((SwNoTxtFrm*)pCnt)->StopAnimation(); in ~SwCntntNotify()
|
| H A D | layact.cxx | 277 ( ((SwNoTxtFrm*)pFly->Lower())->IsTransparent() || in PaintWithoutFlys()
|