/trunk/main/sw/source/core/edit/ |
H A D | ednumber.cxx | 135 const SwNumRule* SwEditShell::GetOutlineNumRule() const in GetOutlineNumRule() function in SwEditShell 137 return GetDoc()->GetOutlineNumRule(); in GetOutlineNumRule() 194 pTxtNd->GetNumRule() == GetDoc()->GetOutlineNumRule() && in SelectionHasNumber() 264 pTxtNd->GetNumRule() == GetDoc()->GetOutlineNumRule() && in HasNumber()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unosett.cxx | 1356 SwNumRule aNumRule( *(pDocShell->GetDoc()->GetOutlineNumRule()) ); in replaceByIndex() 1441 *pDocShell->GetDoc()->GetOutlineNumRule(), nIndex); in getByIndex() 2262 pDocRule = new SwNumRule(*pDocShell->GetDoc()->GetOutlineNumRule()); in setPropertyValue() 2333 pRule = pDocShell->GetDoc()->GetOutlineNumRule(); in getPropertyValue() 2419 SwStyleNameMapper::FillProgName( pDocShell->GetDoc()->GetOutlineNumRule()->GetName(), in getName()
|
H A D | unocrsrhelper.cxx | 717 SwNumRule* pRule = pDoc->GetOutlineNumRule(); in setNumberingProperty()
|
/trunk/main/sw/source/ui/misc/ |
H A D | outline.cxx | 247 pNumRule = new SwNumRule( *rSh.GetOutlineNumRule() ); in SwOutlineTabDialog() 390 *pNumRule = *rWrtSh.GetOutlineNumRule(); in IMPL_LINK() 428 const SwNumRule * pOutlineRule = rWrtSh.GetOutlineNumRule(); in Ok()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 1103 if ( pCollRule && pCollRule == GetDoc()->GetOutlineNumRule() ) in NumOrBulletOn() 1133 pCollRule == GetDoc()->GetOutlineNumRule() ) in NumOrBulletOn() 1226 else if ( pNumRule == GetDoc()->GetOutlineNumRule() && in NumOrBulletOn()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8num.cxx | 105 else if ( &rRule == pDoc->GetOutlineNumRule() ) in GetId() 114 SwNumRule* pR = (SwNumRule*)pDoc->GetOutlineNumRule(); in GetId()
|
H A D | ww8par3.cxx | 1931 && pTxtNd->GetNumRule() != rDoc.GetOutlineNumRule() ) in RegisterNumFmtOnTxtNode() 2128 if ( pTxtNode->GetNumRule() != rDoc.GetOutlineNumRule() ) in Read_LFOPosition() 2131 SwNumRuleItem( rDoc.GetOutlineNumRule()->GetName() ) ); in Read_LFOPosition()
|
H A D | ww8atr.cxx | 696 1 + m_rWW8Export.GetId( *m_rWW8Export.pDoc->GetOutlineNumRule() ) ); in OutlineNumbering() 715 *m_rWW8Export.pDoc->GetOutlineNumRule(), in OutlineNumbering() 720 *m_rWW8Export.pDoc->GetOutlineNumRule(), in OutlineNumbering() 776 … const SwNumFmt& rNFmt = pDoc->GetOutlineNumRule()->Get( static_cast<sal_uInt16>( nLvl ) ); in OutputFormat()
|
H A D | writerhelper.cxx | 653 0 != (pRule = rTxtNode.GetDoc()->GetOutlineNumRule()) in GetNumFmtFromTxtNode()
|
H A D | rtfexport.cxx | 239 pRule = (SwNumRule*)pDoc->GetOutlineNumRule(); in BuildNumbering()
|
/trunk/main/sw/source/core/fields/ |
H A D | chpfld.cxx | 195 else if( SVX_NUM_NUMBER_NONE != pDoc->GetOutlineNumRule() in ChangeExpansion()
|
/trunk/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 932 if (pDoc->IsClipBoard() && GetOutlineNumRule()) in CopyImpl() 934 pDoc->SetOutlineNumRule(*GetOutlineNumRule()); in CopyImpl()
|
/trunk/main/sw/source/core/doc/ |
H A D | fmtcol.cxx | 79 sNumRuleName != pTxtFmtColl->GetDoc()->GetOutlineNumRule()->GetName() ) in CheckTxtFmtCollForDeletionOfAssignmentToOutlineStyle()
|
H A D | docnum.cxx | 157 SwNumRule * pMyOutlineRule = GetOutlineNumRule(); in PropagateOutlineRule() 1168 if ( (*pNumRuleTbl)[ nPos ] == GetOutlineNumRule() ) in DelNumRule()
|
H A D | poolfmt.cxx | 232 SwNumRule * pOutlineRule = pDoc->GetOutlineNumRule(); in lcl_SetHeadline()
|
H A D | docfmt.cxx | 2634 if ( rDirectItem.GetValue() != rDoc.GetOutlineNumRule()->GetName() ) in HasOutlineStyleToBeWrittenAsNormalListStyle()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmlnum.cxx | 78 pTxtNdNumRule != rTxtNd.GetDoc()->GetOutlineNumRule() ) in Set()
|
/trunk/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 411 String sNumber( rSh.GetOutlineNumRule()-> in DrawSample()
|
/trunk/main/sw/source/filter/basflt/ |
H A D | fltini.cxx | 541 SetNumLSpace( *pNd, *pDoc->GetOutlineNumRule() ); in SetOultineRelSpaces()
|
/trunk/main/sw/inc/ |
H A D | editsh.hxx | 425 const SwNumRule* GetOutlineNumRule() const;
|
H A D | doc.hxx | 1535 inline SwNumRule* GetOutlineNumRule() const in GetOutlineNumRule() function in SwDoc
|
/trunk/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 3758 const SwNumRule* pOutlRule = pDoc->GetOutlineNumRule(); in getByName() 3803 const SwNumRule* pOutlRule = pDoc->GetOutlineNumRule(); in getElementNames() 3849 const SwNumRule* pOutlRule = pDoc->GetOutlineNumRule(); in hasByName()
|
/trunk/main/sw/source/ui/config/ |
H A D | optload.cxx | 932 String sNumber( pSh->GetOutlineNumRule()->MakeNumString( in DrawSample()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtfnum.cxx | 714 pNumRule != pDoc->GetOutlineNumRule() ) in ReadListOverrideTable()
|
/trunk/main/sw/source/filter/xml/ |
H A D | swxml.cxx | 447 const SwNumRule* pOutlineRule = _rDoc.GetOutlineNumRule(); in lcl_AdjustOutlineStylesForOOo()
|