LibreOffice Module sw (master)
1
|
#include <editeng/ulspitem.hxx>
#include <osl/diagnose.h>
#include <fmtclds.hxx>
#include <fmtfordr.hxx>
#include <frmfmt.hxx>
#include <frmatr.hxx>
#include <frmtool.hxx>
#include <colfrm.hxx>
#include <pagefrm.hxx>
#include <bodyfrm.hxx>
#include <rootfrm.hxx>
#include <sectfrm.hxx>
#include <calbck.hxx>
#include <ftnfrm.hxx>
#include <IDocumentState.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <IDocumentUndoRedo.hxx>
Go to the source code of this file.
Functions | |
static void | lcl_RemoveColumns (SwLayoutFrame *pCont, sal_uInt16 nCnt) |
static SwLayoutFrame * | lcl_FindColumns (SwLayoutFrame *pLay, sal_uInt16 nCount) |
static bool | lcl_AddColumns (SwLayoutFrame *pCont, sal_uInt16 nCount) |
|
static |
Definition at line 108 of file colfrm.cxx.
References SwFrame::FindPageFrame(), SwDoc::GetDfltFrameFormat(), SwFormat::GetDoc(), SwLayoutFrame::GetFormat(), SwDoc::getIDocumentState(), SwDoc::GetIDocumentUndoRedo(), SwFootnoteBossFrame::GetMaxFootnoteHeight(), SwFrame::GetNext(), i, SwFrame::InsertBefore(), SwFrame::IsBodyFrame(), SwFrame::IsColumnFrame(), IDocumentState::IsModified(), SwFrame::IsPageBodyFrame(), lcl_FindColumns(), LONG_MAX, SwLayoutFrame::Lower(), SwDoc::MakeFrameFormat(), SwIterator< TElementType, TSource, eMode >::Next(), SwLayoutFrame::Paste(), IDocumentState::ResetModified(), and SwFootnoteBossFrame::SetMaxFootnoteHeight().
Referenced by SwLayoutFrame::ChgColumns().
|
static |
Definition at line 91 of file colfrm.cxx.
References SwFrame::GetNext(), i, SwFrame::IsColumnFrame(), SwFrame::IsPageFrame(), and SwLayoutFrame::Lower().
Referenced by lcl_AddColumns().
|
static |
Definition at line 69 of file colfrm.cxx.
References SwLayoutFrame::Cut(), SwFrame::DestroyFrame(), i, SwFrame::IsColumnFrame(), SwLayoutFrame::Lower(), and sw_RemoveFootnotes().
Referenced by SwLayoutFrame::ChgColumns().