LibreOffice Module sw (master) 1
|
#include <hintids.hxx>
#include <ftninfo.hxx>
#include <ftnidx.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentListsAccess.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentState.hxx>
#include <IDocumentStylePoolAccess.hxx>
#include <pam.hxx>
#include <ndtxt.hxx>
#include <poolfmt.hxx>
#include <UndoCore.hxx>
#include <UndoRedline.hxx>
#include <UndoNumbering.hxx>
#include <swundo.hxx>
#include <SwUndoFmt.hxx>
#include <rolbck.hxx>
#include <paratr.hxx>
#include <docary.hxx>
#include <mvsave.hxx>
#include <txtfrm.hxx>
#include <rootfrm.hxx>
#include <redline.hxx>
#include <strings.hrc>
#include <SwNodeNum.hxx>
#include <list.hxx>
#include <calbck.hxx>
#include <comphelper/string.hxx>
#include <comphelper/random.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/string_view.hxx>
#include <osl/diagnose.h>
#include <tools/datetimeutils.hxx>
#include <map>
#include <stdlib.h>
#include <wrtsh.hxx>
Go to the source code of this file.
Namespaces | |
namespace | sw |
Dialog to specify the properties of date form field. | |
Functions | |
static sal_uInt8 | GetUpperLvlChg (sal_uInt8 nCurLvl, sal_uInt8 nLevel, sal_uInt16 nMask) |
static SwTextNode * | lcl_FindOutlineName (const SwOutlineNodes &rOutlNds, SwRootFrame const *const pLayout, std::u16string_view aName, bool const bExact) |
static SwTextNode * | lcl_FindOutlineNum (const SwOutlineNodes &rOutlNds, OUString &rName, SwRootFrame const *const pLayout) |
static void | lcl_ChgNumRule (SwDoc &rDoc, const SwNumRule &rRule) |
static bool | lcl_IsNumOk (sal_uInt8 nSrchNum, sal_uInt8 &rLower, sal_uInt8 &rUpper, bool bOverUpper, sal_uInt8 nNumber) |
static bool | lcl_IsValidPrevNextNumNode (const SwNodeIndex &rIdx) |
void | sw::GotoPrevLayoutTextFrame (SwNodeIndex &rIndex, SwRootFrame const *const pLayout) |
void | sw::GotoNextLayoutTextFrame (SwNodeIndex &rIndex, SwRootFrame const *const pLayout) |
static bool | lcl_GotoNextPrevNum (SwPosition &rPos, bool bNext, bool bOverUpper, sal_uInt8 *pUpper, sal_uInt8 *pLower, SwRootFrame const *const pLayout) |
Definition at line 100 of file docnum.cxx.
Referenced by lcl_ChgNumRule().
Definition at line 795 of file docnum.cxx.
References SwNumRule::CheckCharFormats(), SwDoc::FindNumRulePtr(), SwNumRule::Get(), SwNumRule::GetName(), SwNumRule::GetNumFormat(), SwNumRule::GetTextNodeList(), GetUpperLvlChg(), SwNumRule::IsContinusNum(), MAXLEVEL, n, SwNumRule::Set(), SwNumRule::SetContinusNum(), SwNumRule::SetInvalidRule(), SVX_NUM_NUMBER_NONE, and SwDoc::UpdateNumRule().
Referenced by SwDoc::ChgNumRuleFormats(), and SwDoc::SetNumRule().
|
static |
Definition at line 596 of file docnum.cxx.
References aName, SwTextNode::GetExpandText(), SwNode::GetTextNode(), and sw::IsParaPropsNode().
Referenced by SwDoc::GotoOutline().
|
static |
Definition at line 631 of file docnum.cxx.
References o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::empty(), SwTextNode::GetActualListLevel(), SwTextNode::GetAttrOutlineLevel(), SwTextNode::GetNum(), SwNumberTreeNode::GetNumberVector(), SwTextNode::GetNumRule(), SwNode::GetTextNode(), o3tl::getToken(), comphelper::string::isdigitAsciiString(), MAXLEVEL, n, nPos, and sName.
Referenced by SwDoc::GotoOutline().
|
static |
Definition at line 1507 of file docnum.cxx.
References SwPosition::Assign(), SwNodes::Count(), SwTextNode::GetActualListLevel(), SwNodeIndex::GetIndex(), SwNodeIndex::GetNode(), SwPosition::GetNode(), SwNodeIndex::GetNodes(), SwTextNode::GetNumRule(), sw::GetParaPropsNode(), SwNode::GetTextNode(), sw::GotoNextLayoutTextFrame(), sw::GotoPrevLayoutTextFrame(), SwTextNode::IsCountedInList(), SwNode::IsTextNode(), lcl_IsNumOk(), and lcl_IsValidPrevNextNumNode().
Referenced by SwDoc::GotoNextNum(), and SwDoc::GotoPrevNum().
|
static |
Definition at line 1393 of file docnum.cxx.
References MAXLEVEL.
Referenced by lcl_GotoNextPrevNum().
|
static |
Definition at line 1411 of file docnum.cxx.
References End, SwNodeIndex::GetNode(), SwNode::GetNodeType(), SwStartNode::GetStartNodeType(), SwNode::IsSectionNode(), Section, Start, SwNode::StartOfSectionNode(), and SwTableBoxStartNode.
Referenced by lcl_GotoNextPrevNum().