LibreOffice Module sw (master) 1
|
#include <libxml/xmlwriter.h>
#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 123 of file colfrm.cxx.
References SwFrame::FindPageFrame(), SwIterator< TElementType, TSource, eMode >::First(), 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(), nCount, SwIterator< TElementType, TSource, eMode >::Next(), SwLayoutFrame::Paste(), IDocumentState::ResetModified(), and SwFootnoteBossFrame::SetMaxFootnoteHeight().
Referenced by SwLayoutFrame::ChgColumns().
|
static |
Definition at line 106 of file colfrm.cxx.
References SwFrame::GetNext(), i, SwFrame::IsColumnFrame(), SwFrame::IsPageFrame(), SwLayoutFrame::Lower(), and nCount.
Referenced by lcl_AddColumns().
|
static |
Definition at line 84 of file colfrm.cxx.
References SwLayoutFrame::Cut(), SwFrame::DestroyFrame(), SwFrame::GetNext(), SwFrame::GetPrev(), i, SwFrame::IsColumnFrame(), SwLayoutFrame::Lower(), and sw_RemoveFootnotes().
Referenced by SwLayoutFrame::ChgColumns().