Home
last modified time | relevance | path

Searched refs:GetLevelInListTree (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/sw/source/core/doc/
H A Dnumber.cxx890 if ( rNodeNum.GetLevelInListTree() >= 0 ) in MakeRefNumString()
898 … SwNumFmt aFmt( Get( static_cast<sal_uInt16>(pWorkingNodeNum->GetLevelInListTree()) ) ); in MakeRefNumString()
915 if ( bInclSuperiorNumLabels && pWorkingNodeNum->GetLevelInListTree() > 0 ) in MakeRefNumString()
917 …sal_uInt8 n = Get( static_cast<sal_uInt16>(pWorkingNodeNum->GetLevelInListTree()) ).GetIncludeUppe… in MakeRefNumString()
931 pWorkingNodeNum->GetLevelInListTree() >= 0 && in MakeRefNumString()
932 … static_cast<sal_uInt8>(pWorkingNodeNum->GetLevelInListTree()) >= nRestrictInclToThisLevel ); in MakeRefNumString()
/aoo41x/main/sw/source/core/SwNumberTree/
H A DSwNumberTree.cxx941 if ( nLevel != GetLevelInListTree() ) in SetLevelInListTree()
954 int SwNumberTreeNode::GetLevelInListTree() const in GetLevelInListTree() function in SwNumberTreeNode
957 return mpParent->GetLevelInListTree() + 1; in GetLevelInListTree()
H A DSwNodeNum.cxx371 int nLevel = GetParent() ? GetLevelInListTree() : 0; in GetStartValue()
/aoo41x/main/sw/inc/
H A DSwNumberTree.hxx254 int GetLevelInListTree() const;
/aoo41x/main/sw/source/core/txtnode/
H A Dndtxt.cxx3865 return GetNum() ? GetNum()->GetLevelInListTree() : -1; in GetActualListLevel()

Completed in 50 milliseconds