Home
last modified time | relevance | path

Searched refs:GetNumRuleTbl (Results 1 – 18 of 18) sorted by relevance

/aoo41x/main/sw/source/filter/rtf/
H A Drtfnum.cxx432 pCurRule = pDoc->GetNumRuleTbl()[ aEntry.nListDocPos ]; in ReadListTable()
627 pRule = pDoc->GetNumRuleTbl()[ in ReadListOverrideTable()
634 pRule = pDoc->GetNumRuleTbl()[ aEntry.nListDocPos ]; in ReadListOverrideTable()
712 pNumRule = pDoc->GetNumRuleTbl()[ nRulePos ]; in ReadListOverrideTable()
758 pRet = pDoc->GetNumRuleTbl()[ pEntry->nListDocPos ]; in GetNumRuleOfListNo()
808 void * p = pDoc->GetNumRuleTbl()[pEntry->nListDocPos]; in RemoveUnusedNumRules()
899 pCurRule = pDoc->GetNumRuleTbl()[ aEntry.nListDocPos ]; in ReadNumSecLevel()
/aoo41x/main/sw/source/filter/basflt/
H A Dfltini.cxx441 pNumRuleTbl->Insert( &rDoc.GetNumRuleTbl(), 0 ); in SwRelNumRuleSpaces()
464 const SwNumRuleTbl& rRuleTbl = rDoc.GetNumRuleTbl(); in SetNumRelSpaces()
478 pRuleTbl = &rDoc.GetNumRuleTbl(); in SetNumRelSpaces()
487 if( USHRT_MAX != rDoc.GetNumRuleTbl().GetPos( pRule )) in SetNumRelSpaces()
/aoo41x/main/sw/source/core/unocore/
H A Dunocoll.cxx1497 return GetDoc()->GetNumRuleTbl().Count(); in getCount()
1508 if ( nIndex < GetDoc()->GetNumRuleTbl().Count() ) in getByIndex()
1510 … xRef = new SwXNumberingRules( *GetDoc()->GetNumRuleTbl()[ static_cast< sal_uInt16 >(nIndex) ] ); in getByIndex()
1532 return GetDoc()->GetNumRuleTbl().Count() > 0; in hasElements()
H A Dunostyle.cxx647 const SwNumRuleTbl& rNumTbl = rDoc.GetNumRuleTbl(); in lcl_GetCountOrName()
/aoo41x/main/sw/source/ui/app/
H A Ddocstyle.cxx1460 const SwNumRuleTbl& rTbl = rDoc.GetNumRuleTbl(); in lcl_SaveStyles()
1540 const SwNumRuleTbl& rTbl = rDoc.GetNumRuleTbl(); in lcl_DeleteInfoStyles()
1798 SwNumRule* pRule = rDoc.GetNumRuleTbl()[ in Create()
2775 const SwNumRuleTbl& rNumTbl = rDoc.GetNumRuleTbl(); in First()
/aoo41x/main/sw/source/core/doc/
H A Dnumber.cxx429 for( sal_uInt16 n = pDoc->GetNumRuleTbl().Count(); !bFnd && n; ) in UpdateNumNodes()
431 pRule = pDoc->GetNumRuleTbl()[ --n ]; in UpdateNumNodes()
H A Ddocnum.cxx1334 for( sal_uInt16 n = GetNumRuleTbl().Count(); n; ) in StopNumRuleAnimations()
1337 GetNumRuleTbl()[ --n ]->GetTxtNodeList( aTxtNodeList ); in StopNumRuleAnimations()
2599 const SwNumRuleTbl& rNmTbl = GetNumRuleTbl(); in UpdateNumRule()
H A Dpoolfmt.cxx1645 for( n = 0; n < GetNumRuleTbl().Count(); ++n ) in GetNumRuleFromPool()
1646 if( nId == ( pNewRule = GetNumRuleTbl()[ n ] )->GetPoolFmtId() ) in GetNumRuleFromPool()
1674 pNewRule = GetNumRuleTbl()[ n ]; in GetNumRuleFromPool()
H A Ddocfmt.cxx2250 nCnt = rSource.GetNumRuleTbl().Count(); in ReplaceStyles()
2253 const SwNumRuleTbl& rArr = rSource.GetNumRuleTbl(); in ReplaceStyles()
H A Ddoc.cxx253 const SwNumRuleTbl& rNmTbl = GetNumRuleTbl(); in set()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par3.cxx1152 SwNumRule* pMyNumRule = rDoc.GetNumRuleTbl()[nRul]; in CreateNextRule()
1418 pLFOInfo->pNumRule = rDoc.GetNumRuleTbl()[ nRul ]; in WW8ListManager()
1425 pLFOInfo->pNumRule = rDoc.GetNumRuleTbl()[ nRul ]; in WW8ListManager()
H A Dwrtw8num.cxx94 pUsedNumTbl->Insert( &pDoc->GetNumRuleTbl(), 0 ); in GetId()
H A Drtfexport.cxx232 const SwNumRuleTbl& rListTbl = pDoc->GetNumRuleTbl(); in BuildNumbering()
H A Dww8par2.cxx843 pStyles->pStyRule = rDoc.GetNumRuleTbl()[nRul]; in GetStyRule()
1063 pNumRule = rDoc.GetNumRuleTbl()[ in StartAnl()
H A Dwrtww8.cxx1438 sal_uInt16 nCountRule = pDoc->GetNumRuleTbl().Count(); in CollectGrfsOfBullets()
1441 const SwNumRule &rRule = *(pDoc->GetNumRuleTbl().GetObject(n)); in CollectGrfsOfBullets()
/aoo41x/main/sw/source/filter/writer/
H A Dwriter.cxx423 const SwNumRuleTbl& rListTbl = pDoc->GetNumRuleTbl(); in PutNumFmtFontsInAttrPool()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlnum.cxx126 rInfo.SetNumRule( pDoc->GetNumRuleTbl()[nPos] ); in NewNumBulList()
/aoo41x/main/sw/inc/
H A Ddoc.hxx1583 const SwNumRuleTbl& GetNumRuleTbl() const { return *pNumRuleTbl; } in GetNumRuleTbl() function in SwDoc

Completed in 259 milliseconds