Home
last modified time | relevance | path

Searched refs:GetNumRule (Results 1 – 25 of 81) sorted by relevance

1234

/trunk/main/sw/source/filter/html/
H A Dhtmlnum.cxx76 const SwNumRule* pTxtNdNumRule( rTxtNd.GetNumRule() ); in Set()
123 if( !rInfo.GetNumRule() ) in NewNumBulList()
131 sal_Bool bNewNumFmt = rInfo.GetNumRule()->GetNumFmt( nLevel ) == 0; in NewNumBulList()
135 SwNumFmt aNumFmt( rInfo.GetNumRule()->Get(nLevel) ); in NewNumBulList()
168 const SwNumFmt& rPrevNumFmt = rInfo.GetNumRule()->Get( nLevel-1 ); in NewNumBulList()
364 rInfo.GetNumRule()->Set( nLevel, aNumFmt ); in NewNumBulList()
365 pDoc->ChgNumRuleFmts( *rInfo.GetNumRule() ); in NewNumBulList()
378 rInfo.GetNumRule()->Set( nLevel, aNumFmt ); in NewNumBulList()
379 pDoc->ChgNumRuleFmts( *rInfo.GetNumRule() ); in NewNumBulList()
428 const SwNumFmt *pNumFmt = rInfo.GetNumRule()->GetNumFmt(i); in EndNumBulList()
[all …]
H A Dhtmltabw.cxx1094 ASSERT( !rHTMLWrt.GetNumInfo().GetNumRule() || in OutHTML_SwTblNode()
1099 ( !rHTMLWrt.GetNumInfo().GetNumRule() || in OutHTML_SwTblNode()
1102 rHTMLWrt.GetNumInfo().GetNumRule() != in OutHTML_SwTblNode()
1103 rHTMLWrt.GetNextNumInfo()->GetNumRule()) ) ) ) in OutHTML_SwTblNode()
1249 rHTMLWrt.GetNextNumInfo()->GetNumRule() == in OutHTML_SwTblNode()
1250 rHTMLWrt.GetNumInfo().GetNumRule() ) in OutHTML_SwTblNode()
H A Dhtmlnum.hxx68 SwNumRule *GetNumRule() { return pNumRule; } in GetNumRule() function in SwHTMLNumRuleInfo
69 const SwNumRule *GetNumRule() const { return pNumRule; } in GetNumRule() function in SwHTMLNumRuleInfo
H A Dhtmlatr.cxx604 if( aNumInfo.GetNumRule() ) in OutHTML_SwFmt()
1109 ASSERT( aNumInfo.GetNumRule(), "Wo ist die Numerierung geblieben???" ); in OutHTML_SwFmt()
1111 const SwNumFmt& rNumFmt = aNumInfo.GetNumRule()->Get(nBulletGrfLvl); in OutHTML_SwFmt()
1144 if( rNextInfo.GetNumRule() != rNRInfo.GetNumRule() || in OutHTML_SwFmtOff()
1150 else if( rNextInfo.GetNumRule() != 0 ) in OutHTML_SwFmtOff()
2414 pNd->GetNumRule() == pNd->GetDoc()->GetOutlineNumRule() ) in OutHTML_SwTxtNode()
2521 if( bWriteBreak && pNd->GetNumRule() ) in OutHTML_SwTxtNode()
/trunk/main/sw/source/core/SwNumberTree/
H A DSwNodeNum.cxx66 SwNumRule * SwNodeNum::GetNumRule() const in GetNumRule() function in SwNodeNum
73 ASSERT( GetNumRule() && GetTxtNode(), in ChangeNumRule()
75 if ( GetNumRule() && GetTxtNode() ) in ChangeNumRule()
77 GetNumRule()->RemoveTxtNode( *(GetTxtNode()) ); in ChangeNumRule()
82 if ( GetNumRule() && GetTxtNode() ) in ChangeNumRule()
84 GetNumRule()->AddTxtNode( *(GetTxtNode()) ); in ChangeNumRule()
100 SwNodeNum * pResult = new SwNodeNum( GetNumRule() ); in Create()
111 if ( !GetNumRule() && GetTxtNode() ) in PreAdd()
113 mpNumRule = GetTxtNode()->GetNumRule(); in PreAdd()
115 ASSERT( GetNumRule(), in PreAdd()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx237 if ( !IsInList() && GetNumRule() && GetListId().Len() > 0 ) in SwTxtNode()
408 if ( GetNumRule() == 0 ) in SplitCntntNode()
2533 const SwNumRuleItem& rDirectItem = pColl->GetNumRule( sal_False ); in _GetNumRule()
2545 SwNumRule* SwTxtNode::GetNumRule(sal_Bool bInParent) const in GetNumRule() function in SwTxtNode
2557 SwNumRule* pNumRule = GetNumRule(); in NumRuleChgd()
2558 if ( pNumRule && pNumRule != GetNum()->GetNumRule() ) in NumRuleChgd()
2587 SwNumRule* pRule = GetNum() ? GetNum()->GetNumRule() : 0L; in IsNumbered()
2660 SwNumRule * pRule = GetNumRule(); in _MakeNewTxtNode()
2697 const SwNumRule* pRule = GetNumRule(); in _MakeNewTxtNode()
2698 if( pRule && pRule == pNode->GetNumRule() && rNds.IsDocNodes() ) // #115901# in _MakeNewTxtNode()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx149 const SwNumRuleItem & rCollRuleItem = pColl->GetNumRule( sal_False ); in PropagateOutlineRule()
701 ASSERT( !pNd->GetNumRule(), in lcl_FindOutlineNum()
1013 SwNumRule * pRule = pTxtNd->GetNumRule(); in SetNumRule()
1030 SwNumRule* pCollRule = FindNumRulePtr(pColl->GetNumRule().GetValue()); in SetNumRule()
1111 const SwNumRule* pRule = pTxtNd->GetNumRule(); in SetNumRuleStart()
1413 SwNumRule * pRule = pCNd->GetNumRule(); in MakeUniqueNumRules()
1471 const SwNumRule* pRule = pNd->GetNumRule(); in NoNum()
1513 SwNumRule* pNumRuleOfTxtNode = pTNd ? pTNd->GetNumRule() : 0; in DelNumRules()
1612 if( !pNd || 0 == ( pRule = pNd->GetNumRule())) in lcl_GotoNextPrevNum()
1628 pRule = pNd->GetNumRule(); in lcl_GotoNextPrevNum()
[all …]
H A Dfmtcol.cxx89 SwNumRule* GetNumRule( SwTxtFmtColl& rTxtFmtColl ) in GetNumRule() function
109 SwNumRule* pNumRule = GetNumRule( rTxtFmtColl ); in AddToNumRule()
118 SwNumRule* pNumRule = GetNumRule( rTxtFmtColl ); in RemoveFromNumRule()
H A Ddocfmt.cxx609 SwNumRule * pNumRule = pTxtNd->GetNumRule(); in lcl_InsAttr()
1734 SwNumRule* pNumRuleAtParagraph( pTNd->GetNumRule() ); in lcl_SetTxtFmtColl()
1738 pFmt->GetNumRule(); in lcl_SetTxtFmtColl()
2331 const SwNumRule* pRule = pTNd->GetNumRule(); in MoveLeftMargin()
2633 const SwNumRuleItem& rDirectItem = pParentTxtFmtColl->GetNumRule(); in HasOutlineStyleToBeWrittenAsNormalListStyle()
/trunk/main/sw/source/core/edit/
H A Dednumber.cxx172 if (!bResult && pTxtNd && pTxtNd->Len()==0 && !pTxtNd->GetNumRule()) { in SelectionHasNumber()
194 pTxtNd->GetNumRule() == GetDoc()->GetOutlineNumRule() && in SelectionHasNumber()
218 if (!bResult && pTxtNd && pTxtNd->Len()==0 && !pTxtNd->GetNumRule()) { in SelectionHasBullet()
264 pTxtNd->GetNumRule() == GetDoc()->GetOutlineNumRule() && in HasNumber()
498 const SwNumRule* pOrig = aCrsr.GetNode(sal_False)->GetTxtNode()->GetNumRule(); in MoveNumParas()
500 pOrig == aCrsr.GetNode()->GetTxtNode()->GetNumRule() ) in MoveNumParas()
510 ( pNd->IsTxtNode() && pOrig == ((SwTxtNode*)pNd)->GetNumRule() && in MoveNumParas()
710 const SwNumRule* pRule = pTxtNd->GetNumRule(); in GetNumLevel()
H A Dedattr.cxx94 SwNumRule * pNumRule = pTxtNd->GetNumRule(); in GetCurAttr()
427 ASSERT( rTNd.GetNumRule(), in lcl_IsNoEndTxtAttrAtPos()
429 const SwNumRule* pNumRule = rTNd.GetNumRule(); in lcl_IsNoEndTxtAttrAtPos()
/trunk/main/sd/source/ui/dlg/
H A Ddlgolbul.cxx148 SvxNumRule* pRule = pItem->GetNumRule(); in OutlineBulletDlg()
215 SdBulletMapper::MapFontsInNumRule( *((SvxNumBulletItem*)pItem)->GetNumRule(), *pOutputSet ); in GetOutputItemSet()
230 SvxNumRule* pRule = pBulletItem->GetNumRule(); in GetOutputItemSet()
/trunk/main/sw/inc/
H A Dparatr.hxx226 inline const SwNumRuleItem &SwAttrSet::GetNumRule(sal_Bool bInP) const in GetNumRule() function in SwAttrSet
263 inline const SwNumRuleItem &SwFmt::GetNumRule(sal_Bool bInP) const in GetNumRule() function in SwFmt
264 { return aSet.GetNumRule(bInP); } in GetNumRule()
/trunk/main/sw/source/ui/app/
H A Ddocst.cxx928 const SwNumRule* pNumRule = pStyle->GetNumRule(); in ApplyStyles()
983 aTemplate.aColl.pNumRule = (SwNumRule*)pStyle->GetNumRule(); in DoWaterCan()
1077 if( pStyle->GetNumRule() && in UpdateStyle()
1082 aRule.SetName( pStyle->GetNumRule()->GetName(), in UpdateStyle()
1242 aRule.SetName( pStyle->GetNumRule()->GetName(), in MakeByExample()
/trunk/main/sw/source/ui/inc/
H A Duiitems.hxx97 const SwNumRule* GetNumRule() const { return pRule; } in GetNumRule() function in SwUINumRuleItem
98 SwNumRule* GetNumRule() { return pRule; } in GetNumRule() function in SwUINumRuleItem
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx331 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in ActivatePage()
385 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in Reset()
531 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in ActivatePage()
583 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in Reset()
771 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in ActivatePage()
823 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in Reset()
1046 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in ActivatePage()
1118 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in Reset()
1493 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in ActivatePage()
1563 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in Reset()
[all …]
/trunk/main/sw/source/core/fields/
H A Dreffld.cxx491 rTxtNodeOfField.GetNumRule() == rTxtNodeOfReferencedItem.GetNumRule() ) in MakeRefNumStr()
525 ASSERT( rTxtNodeOfReferencedItem.GetNumRule(), in MakeRefNumStr()
527 return rTxtNodeOfReferencedItem.GetNumRule()->MakeRefNumString( in MakeRefNumStr()
H A Dchpfld.cxx150 SwNumRule* pRule(rTxtNd.GetNumRule()); in ChangeExpansion()
222 SwNumRule* pRule( pTxtNd->GetNumRule() ); in ChangeExpansion()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx1157 SwNumRule* WW8ListManager::GetNumRule(sal_uInt16 i) in GetNumRule() function in WW8ListManager
1774 const SwNumRule * pNumRule = pTxtNode->GetNumRule(); // #i27610# in SetTxtFmtCollAndListLevel()
1929 && pTxtNd->GetNumRule() != pRule in RegisterNumFmtOnTxtNode()
1930 && pTxtNd->GetNumRule() != rDoc.GetOutlineNumRule() ) in RegisterNumFmtOnTxtNode()
1946 if ( pTxtNd->GetNumRule() && nActLevel < MAXLEVEL ) in RegisterNumFmtOnTxtNode()
1948 const SwNumFmt& rFmt = pTxtNd->GetNumRule()->Get( nActLevel ); in RegisterNumFmtOnTxtNode()
2127 if ( pTxtNode->GetNumRule() != rDoc.GetOutlineNumRule() ) in Read_LFOPosition()
/trunk/main/sw/source/ui/shells/
H A Dtxtnum.cxx208 SvxNumRule* pSetRule = ( (SvxNumBulletItem*) pItem )->GetNumRule(); in ExecEnterNum()
229 SvxNumRule* pSetRule = ( (SvxNumBulletItem*) pItem )->GetNumRule(); in ExecEnterNum()
/trunk/main/sd/source/ui/func/
H A Dfuolbull.cxx222 pNumRule = new SvxNumRule(*((SvxNumBulletItem*)pTmpItem)->GetNumRule()); in SetCurrentBulletsNumbering()
385 SvxNumRule* pRule = pItem->GetNumRule(); in GetNumBulletItem()
/trunk/main/sw/source/core/undo/
H A Dunnum.cxx117 pNdRule = pNd->GetNumRule(); in UndoImpl()
238 if( rNd.GetNumRule() ) in AddNode()
/trunk/main/sw/source/ui/misc/
H A Dnum.cxx497 *pOutlineDlg->GetNumRule() = *pActNum; in FillItemSet()
515 pSaveNum = pOutlineDlg->GetNumRule(); in Reset()
519 pSaveNum = ((SwUINumRuleItem*)pItem)->GetNumRule(); in Reset()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx589 if ( pTxtNd && pTxtNd->GetNumRule() && pTxtNd->IsListRestart() && in IsNodeNumStart()
621 if(pSwNum->GetNumRule()) in setNumberingProperty()
623 SwNumRule aRule(*pSwNum->GetNumRule()); in setNumberingProperty()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1096 SwNumRule* pCollRule = pDoc->FindNumRulePtr(pColl->GetNumRule().GetValue()); in NumOrBulletOn()
1104 pDoc->FindNumRulePtr(pColl->GetNumRule( sal_False ).GetValue()); in NumOrBulletOn()
1402 if ( pTxtNode->GetNumRule() ) in NumOrBulletOn()

1234