/aoo41x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 2792 SwNumFmt aFmt(pRule->Get( static_cast<sal_uInt16>(GetActualListLevel()))); in HasNumber() 2809 SwNumFmt aFmt(pRule->Get( static_cast<sal_uInt16>(GetActualListLevel()))); in HasBullet() 2832 pRule->Get( static_cast<sal_uInt16>(GetActualListLevel()) ) ); in GetNumString() 2853 const SwNumFmt& rFmt = pRule->Get(static_cast<sal_uInt16>(GetActualListLevel())); in GetLeftMarginWithNum() 2950 const SwNumFmt& rFmt = pRule->Get(static_cast<sal_uInt16>(GetActualListLevel())); in GetAdditionalIndentForStartingNewList() 2993 if ( pRule && GetActualListLevel() >= 0 ) in ClearLRSpaceItemDueToListLevelIndents() 3137 if ( bWithSpacesForLevel && GetActualListLevel() > 0 ) in GetExpandTxt() 3139 int nLevel( GetActualListLevel() ); in GetExpandTxt() 3863 int SwTxtNode::GetActualListLevel() const in GetActualListLevel() function in SwTxtNode 4234 if ( pNumRule && HasVisibleNumberingOrBullet() && GetActualListLevel() >= 0 ) in GetListTabStopPosition() [all …]
|
H A D | thints.cxx | 1828 int nLevel = GetActualListLevel(); in TryCharSetExpandToNum() 2066 if ( pRule && rTxtNode.GetActualListLevel() >= 0 ) in lcl_MergeListLevelIndentAsLRSpaceItem() 2068 … const SwNumFmt& rFmt = pRule->Get(static_cast<sal_uInt16>(rTxtNode.GetActualListLevel())); in lcl_MergeListLevelIndentAsLRSpaceItem()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docnum.cxx | 678 pNd->GetActualListLevel() == ( nLevel - 1 ) ) in lcl_FindOutlineNum() 939 nLvl = static_cast<sal_uInt8>(pTxtNd->GetActualListLevel()); in lcl_ChgNumRule() 1707 sal_uInt8 nSrchNum = static_cast<sal_uInt8>(pNd->GetActualListLevel()); in lcl_GotoNextPrevNum() 1726 nTmpNum = static_cast<sal_uInt8>(pNd->GetActualListLevel()); in lcl_GotoNextPrevNum() 1761 static_cast<sal_uInt8>(pNd->GetActualListLevel()) )) in lcl_GotoNextPrevNum() 1962 sal_uInt8 nLevel = static_cast<sal_uInt8>(pTNd->GetActualListLevel()); in NumUpDown() 1992 sal_uInt8 nLevel = static_cast<sal_uInt8>(pTNd->GetActualListLevel()); in NumUpDown() 2390 pTxtNd->GetActualListLevel() >= 0 && in NumOrNoNum() 2391 pTxtNd->GetActualListLevel() < MAXLEVEL) in NumOrNoNum()
|
H A D | dbgoutsw.cxx | 613 if (pTxtNode->GetActualListLevel() > 0) in lcl_dbg_out() 614 … pNumFmt = pNumRule->GetNumFmt( static_cast< sal_uInt16 >(pTxtNode->GetActualListLevel()) ); in lcl_dbg_out()
|
H A D | docfmt.cxx | 614 SwNumFmt aNumFmt = pNumRule->Get(static_cast<sal_uInt16>(pTxtNd->GetActualListLevel())); in lcl_InsAttr() 2322 const int nListLevel = pTNd->GetActualListLevel(); in MoveLeftMargin()
|
H A D | number.cxx | 191 if( rNd.GetActualListLevel() == nLevel ) in lcl_SetRuleChgd()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | ednumber.cxx | 432 else if ( pTxtNode->GetActualListLevel() >= 0 ) in SetIndent() 435 static_cast<sal_uInt16>(pTxtNode->GetActualListLevel()) ); in SetIndent() 549 ((SwTxtNode*)pNd)->GetActualListLevel() > nUpperLevel )) in MoveNumParas() 751 const int nListLevelOfTxtNode( pTxtNd->GetActualListLevel() ); in GetNumLevel()
|
H A D | edattr.cxx | 99 … pNumRule->Get(static_cast<sal_uInt16>(pTxtNd->GetActualListLevel())).GetCharFmtName(); in GetCurAttr() 437 … const SwNumFmt &rNumFmt = pNumRule->Get( static_cast<sal_uInt16>(rTNd.GetActualListLevel()) ); in lcl_IsNoEndTxtAttrAtPos()
|
H A D | editsh.cxx | 921 … pNumRule->Get( static_cast<sal_uInt16>(pTxtNd->GetActualListLevel()) ).GetStart() ) in SetNumberingRestart()
|
/aoo41x/main/sw/source/core/fields/ |
H A D | chpfld.cxx | 154 const SwNumFmt& rNFmt = pRule->Get(static_cast<unsigned short>(rTxtNd.GetActualListLevel())); in ChangeExpansion() 225 … const SwNumFmt& rNFmt = pRule->Get( static_cast<sal_uInt16>(pTxtNd->GetActualListLevel()) ); in ChangeExpansion()
|
H A D | reffld.cxx | 522 ( nRestrictInclToThisLevel < rTxtNodeOfReferencedItem.GetActualListLevel() && in MakeRefNumStr()
|
/aoo41x/main/sw/source/filter/basflt/ |
H A D | fltini.cxx | 554 if ( rNd.GetActualListLevel() >= 0 && rNd.GetActualListLevel() < MAXLEVEL ) in SetNumLSpace() 556 nLvl = static_cast< sal_uInt8 >(rNd.GetActualListLevel()); in SetNumLSpace()
|
/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 1263 : pTxtNode->GetActualListLevel(); in NumOrBulletOn() 1449 … sal_uInt16 nLevel = sal::static_int_cast<sal_uInt16, sal_Int32>(pTxtNode->GetActualListLevel()); in NumOrBulletOff() 1562 …t& rFmt = pNumRule->Get(sal::static_int_cast< sal_uInt8, sal_Int32>(pTxtNd->GetActualListLevel())); in GetSelectionType()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlnum.cxx | 81 nDeep = static_cast< sal_uInt16 >(pNumRule ? rTxtNd.GetActualListLevel() + 1 : 0); in Set() 811 if( pTxtNd->GetActualListLevel() + 1 < in OutHTML_NumBulListStart()
|
H A D | htmlgrin.cxx | 453 ASSERT( pTxtNode->GetActualListLevel() == GetNumInfo().GetLevel(), in InsertImage()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | writerhelper.cxx | 644 return &(pRule->Get( static_cast< sal_uInt16 >(rTxtNode.GetActualListLevel()) )); in GetNumFmtFromTxtNode() 656 return &(pRule->Get( static_cast< sal_uInt16 >(rTxtNode.GetActualListLevel()) )); in GetNumFmtFromTxtNode()
|
H A D | wrtw8num.cxx | 963 int nLevel = pNd->GetActualListLevel(); in Out_SwNum()
|
H A D | wrtw8nds.cxx | 2146 sal_uInt8 nLvl = static_cast< sal_uInt8 >( rNode.GetActualListLevel() ); in OutputTextNode() 2262 … const SwNumFmt& rNumFmt = pRule->Get( static_cast< sal_uInt16 >(rNode.GetActualListLevel()) ); in OutputTextNode()
|
H A D | rtfattributeoutput.cxx | 2709 ASSERT( pTxtNd->GetActualListLevel() >= 0 && pTxtNd->GetActualListLevel() < MAXLEVEL, in ParaNumRule_Impl()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | unnum.cxx | 250 aLevels.insert( aLevels.begin() + nIns, static_cast<sal_uInt8>(rNd.GetActualListLevel()) ); in AddNode()
|
/aoo41x/main/sw/inc/ |
H A D | ndtxt.hxx | 578 int GetActualListLevel() const;
|
/aoo41x/main/sw/source/core/text/ |
H A D | txtfld.cxx | 481 … const SwNumFmt &rNumFmt = pNumRule->Get( static_cast<sal_uInt16>(pTxtNd->GetActualListLevel()) ); in NewNumberPortion()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 520 ASSERT( pTxtNd->GetActualListLevel() >= 0 && in UpdateMarkedListLevel() 521 pTxtNd->GetActualListLevel() < MAXLEVEL, "Which level?") in UpdateMarkedListLevel() 523 pTxtNd->GetActualListLevel() ); in UpdateMarkedListLevel()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unocrsrhelper.cxx | 262 *pAny <<= (sal_Int16)(pTxtNd->GetActualListLevel()); in getCrsrPropertyValue()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | node.cxx | 2019 ((SwTxtNode*)this)->GetActualListLevel() ); in ChkCondColl()
|