Searched refs:SwLayouter (Results 1 – 18 of 18) sorted by relevance
/trunk/main/sw/source/core/layout/ |
H A D | layouter.cxx | 62 SwLayouter* pMaster; 66 SwEndnoter( SwLayouter* pLay ) in SwEndnoter() 232 SwLayouter::SwLayouter() in SwLayouter() function in SwLayouter 244 SwLayouter::~SwLayouter() in ~SwLayouter() 265 sal_Bool SwLayouter::HasEndnotes() const in HasEndnotes() 270 void SwLayouter::CollectEndnote( SwFtnFrm* pFtn ) in CollectEndnote() 299 sal_Bool SwLayouter::StartLooping( SwPageFrm* pPage ) in StartLooping() 307 void SwLayouter::EndLoopControl() in EndLoopControl() 317 pDoc->SetLayouter( new SwLayouter() ); in CollectEndnotes() 325 SwLayouter *pLayouter = pDoc->GetLayouter(); in Collecting() [all …]
|
H A D | objectformattertxtfrm.cxx | 219 if ( SwLayouter::FrmMovedFwdByObjPos( in DoFormatObj() 229 SwLayouter::InsertMovedFwdFrm( rDoc, mrAnchorTxtFrm, in DoFormatObj() 269 if ( SwLayouter::FrmMovedFwdByObjPos( in DoFormatObj() 311 SwLayouter::InsertFrmNotToWrap( in DoFormatObj() 314 SwLayouter::RemoveMovedFwdFrm( in DoFormatObj() 421 if ( SwLayouter::FrmMovedFwdByObjPos( in DoFormatObjs() 431 SwLayouter::InsertMovedFwdFrm( rDoc, mrAnchorTxtFrm, in DoFormatObjs() 455 if ( SwLayouter::FrmMovedFwdByObjPos( in DoFormatObjs() 459 SwLayouter::RemoveMovedFwdFrm( rDoc, mrAnchorTxtFrm ); in DoFormatObjs() 495 SwLayouter::InsertFrmNotToWrap( in DoFormatObjs() [all …]
|
H A D | flycnt.cxx | 482 if ( SwLayouter::FrmMovedFwdByObjPos( in MakeAll() 486 SwLayouter::RemoveMovedFwdFrm( rDoc, *pAnchorTxtFrm ); in MakeAll() 492 SwLayouter::InsertMovedFwdFrm( rDoc, *pAnchorTxtFrm, in MakeAll()
|
H A D | anchoredobject.cxx | 887 SwLayouter::InsertObjForTmpConsiderWrapInfluence( *(GetFrmFmt().GetDoc()), in SetTmpConsiderWrapInfluence()
|
H A D | flowfrm.cxx | 2408 const bool bMoveFwdByObjPos = SwLayouter::FrmMovedFwdByObjPos( in MoveBwd() 2550 SwLayouter::MoveBwdSuppressed( *(pOldPage->GetFmt()->GetDoc()), in MoveBwd()
|
H A D | sectfrm.cxx | 951 SwLayouter *pLayouter ) in lcl_FindEndnote() 1024 void SwSectionFrm::CollectEndnotes( SwLayouter* pLayouter ) in CollectEndnotes()
|
H A D | calcmove.cxx | 1233 const bool bMoveFwdByObjPos = SwLayouter::FrmMovedFwdByObjPos( in MakeAll()
|
H A D | fly.cxx | 1566 SwLayouter::CollectEndnotes( pLay->GetFmt()->GetDoc(), pSect ); in CalcCntnt()
|
H A D | layact.cxx | 615 …sal_Bool bNoLoop = pPage ? SwLayouter::StartLoopControl( pRoot->GetFmt()->GetDoc(), pPage ) : sal_… in InternalAction()
|
H A D | tabfrm.cxx | 3646 SwLayouter::DoesRowContainMovedFwdFrm( in ShouldBwdMoved()
|
/trunk/main/sw/inc/ |
H A D | IDocumentLayoutAccess.hxx | 33 class SwLayouter; 60 virtual SwLayouter* GetLayouter() = 0; 61 virtual const SwLayouter* GetLayouter() const = 0; 62 virtual void SetLayouter( SwLayouter* pNew ) = 0;
|
H A D | doc.hxx | 191 class SwLayouter; 385 SwLayouter *pLayouter; // ::com::sun::star::frame::Controller for complex layout formatting 978 virtual SwLayouter* GetLayouter(); 979 virtual const SwLayouter* GetLayouter() const; 980 virtual void SetLayouter( SwLayouter* pNew );
|
/trunk/main/sw/source/core/inc/ |
H A D | layouter.hxx | 60 class SwLayouter class 121 SwLayouter(); 122 ~SwLayouter();
|
H A D | sectfrm.hxx | 34 class SwLayouter; 118 void CollectEndnotes( SwLayouter* pLayouter );
|
/trunk/main/sw/source/core/doc/ |
H A D | doc.cxx | 1927 SwLayouter::ClearMovedFwdFrms( *this ); in SetModified() 1928 SwLayouter::ClearObjsTmpConsiderWrapInfluence( *this ); in SetModified() 1929 SwLayouter::ClearFrmsNotToWrap( *this ); in SetModified() 1932 SwLayouter::ClearMoveBwdLayoutInfo( *this ); in SetModified()
|
H A D | doclay.cxx | 2356 SwLayouter* SwDoc::GetLayouter() in GetLayouter() 2361 const SwLayouter* SwDoc::GetLayouter() const in GetLayouter() 2366 void SwDoc::SetLayouter( SwLayouter* pNew ) in SetLayouter()
|
/trunk/main/sw/source/core/text/ |
H A D | txtftn.cxx | 574 !SwLayouter::Collecting( GetNode()->GetDoc(), in RemoveFtn() 688 if( SwLayouter::Collecting( pDoc, pSect, pFtnFrm ) ) in ConnectFtn()
|
H A D | txtfly.cxx | 1434 … !SwLayouter::FrmNotToWrap( *pCurrFrm->GetTxtNode()->getIDocumentLayoutAccess(), *pCurrFrm ); in InitAnchoredObjList()
|
Completed in 157 milliseconds