LibreOffice Module sw (master) 1
Namespaces | Functions
docfmt.cxx File Reference
#include <libxml/xmlwriter.h>
#include <hintids.hxx>
#include <svl/itemiter.hxx>
#include <svl/numformat.hxx>
#include <editeng/tstpitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/formatbreakitem.hxx>
#include <editeng/rsiditem.hxx>
#include <editeng/colritem.hxx>
#include <officecfg/Office/Common.hxx>
#include <osl/diagnose.h>
#include <svl/zforlist.hxx>
#include <comphelper/processfactory.hxx>
#include <unotools/configmgr.hxx>
#include <sal/log.hxx>
#include <com/sun/star/i18n/WordType.hpp>
#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <fmtpdsc.hxx>
#include <fmthdft.hxx>
#include <fmtcntnt.hxx>
#include <doc.hxx>
#include <docfunc.hxx>
#include <drawdoc.hxx>
#include <MarkManager.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <IDocumentUndoRedo.hxx>
#include <DocumentContentOperationsManager.hxx>
#include <DocumentSettingManager.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentState.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentStylePoolAccess.hxx>
#include <rootfrm.hxx>
#include <txtfrm.hxx>
#include <hints.hxx>
#include <ndtxt.hxx>
#include <pam.hxx>
#include <UndoCore.hxx>
#include <UndoAttribute.hxx>
#include <UndoInsert.hxx>
#include <pagedesc.hxx>
#include <rolbck.hxx>
#include <mvsave.hxx>
#include <txatbase.hxx>
#include <swtblfmt.hxx>
#include <charfmt.hxx>
#include <docary.hxx>
#include <paratr.hxx>
#include <redline.hxx>
#include <reffld.hxx>
#include <fmtinfmt.hxx>
#include <breakit.hxx>
#include <SwUndoFmt.hxx>
#include <UndoManager.hxx>
#include <swmodule.hxx>
#include <modcfg.hxx>
#include <frameformats.hxx>
#include <textboxhelper.hxx>
#include <textcontentcontrol.hxx>
#include <memory>
Include dependency graph for docfmt.cxx:

Go to the source code of this file.

Namespaces

namespace  docfunc
 

Functions

static void SetTextFormatCollNext (SwTextFormatColl *pTextColl, const SwTextFormatColl *pDel)
 
static bool lcl_RstAttr (SwNode *pNd, void *pArgs)
 
static bool lcl_SetNewDefTabStops (SwTwips nOldWidth, SwTwips nNewWidth, SvxTabStopItem &rChgTabStop)
 
static bool lcl_SetTextFormatColl (SwNode *pNode, void *pArgs)
 
bool docfunc::HasOutlineStyleToBeWrittenAsNormalListStyle (SwDoc &rDoc)
 method to check, if the outline style has to written as a normal list style More...
 

Function Documentation

◆ lcl_RstAttr()

static bool lcl_RstAttr ( SwNode pNd,
void *  pArgs 
)
static

◆ lcl_SetNewDefTabStops()

static bool lcl_SetNewDefTabStops ( SwTwips  nOldWidth,
SwTwips  nNewWidth,
SvxTabStopItem rChgTabStop 
)
static

Definition at line 523 of file docfmt.cxx.

References SvxTabStopItem::Count(), n, and SvxTabStopItem::Remove().

Referenced by SwDoc::SetDefault().

◆ lcl_SetTextFormatColl()

static bool lcl_SetTextFormatColl ( SwNode pNode,
void *  pArgs 
)
static

◆ SetTextFormatCollNext()

static void SetTextFormatCollNext ( SwTextFormatColl pTextColl,
const SwTextFormatColl pDel 
)
static