LibreOffice Module sw (master) 1
|
#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>
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... | |
|
static |
Definition at line 98 of file docfmt.cxx.
References sw::DocumentContentOperationsManager::ParaRstFormat::bResetAll, SfxItemSet::Count(), SwDoc::GetAttrPool(), SwNode::GetContentNode(), SfxItemIter::GetCurItem(), SwNode::GetDoc(), SfxItemSet::GetItemIfSet(), SwContentNode::GetpSwAttrSet(), SwNode::GetRedlineMergeFlag(), SwRootFrame::HasMergedParas(), SwContentNode::HasSwAttrSet(), SwNode::Hidden, SfxItemIter::NextItem(), sw::DocumentContentOperationsManager::ParaRstFormat::pDelSet, sw::DocumentContentOperationsManager::ParaRstFormat::pHistory, sw::DocumentContentOperationsManager::ParaRstFormat::pLayout, POOLATTR_END(), RES_BREAK(), RES_FRMATR_CONDITIONAL_STYLE_NAME(), RES_FRMATR_STYLE_NAME(), RES_PAGEDESC(), RES_PARATR_BEGIN(), RES_PARATR_LIST_AUTOFMT(), RES_PARATR_LIST_BEGIN(), RES_PARATR_NUMRULE(), SwContentNode::ResetAllAttr(), SwContentNode::ResetAttr(), SwContentNode::SetAttr(), and SfxPoolItem::Which().
Referenced by lcl_SetTextFormatColl(), and SwDoc::ResetAttrs().
|
static |
Definition at line 523 of file docfmt.cxx.
References SvxTabStopItem::Count(), n, and SvxTabStopItem::Remove().
Referenced by SwDoc::SetDefault().
|
static |
Definition at line 1010 of file docfmt.cxx.
References SwHistory::Add(), sw::DocumentContentOperationsManager::ParaRstFormat::bReset, sw::DocumentContentOperationsManager::ParaRstFormat::bResetListAttrs, SwContentNode::ChgFormatColl(), SwFormat::GetFormatAttr(), SwContentNode::GetFormatColl(), SwNode::GetIndex(), SwFormat::GetItemState(), SwNumRule::GetName(), SwTextNode::GetNumRule(), SwFormat::GetNumRule(), sw::GetParaPropsNode(), SwNode::GetRedlineMergeFlag(), SwNode::GetTextNode(), CntUnencodedStringItem::GetValue(), SwRootFrame::HasMergedParas(), SwNode::Hidden, SwNode::IsTextNode(), lcl_RstAttr(), sw::DocumentContentOperationsManager::ParaRstFormat::nWhich, sw::DocumentContentOperationsManager::ParaRstFormat::pFormatColl, sw::DocumentContentOperationsManager::ParaRstFormat::pHistory, sw::DocumentContentOperationsManager::ParaRstFormat::pLayout, RES_PARATR_LIST_ID(), RES_PARATR_LIST_ISCOUNTED(), RES_PARATR_LIST_ISRESTART(), RES_PARATR_LIST_LEVEL(), RES_PARATR_LIST_RESTARTVALUE(), RES_PARATR_NUMRULE(), SwContentNode::ResetAttr(), SwContentNode::SetAttr(), and Text.
Referenced by SwDoc::SetTextFormatColl().
|
static |
Definition at line 90 of file docfmt.cxx.
References SwTextFormatColl::GetNextTextFormatColl(), and SwTextFormatColl::SetNextTextFormatColl().
Referenced by SwDoc::DelTextFormatColl().