Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/basflt/
H A Dfltini.cxx439 pNumRuleTbl = new SwNumRuleTbl( 8, 8 ); in SwRelNumRuleSpaces()
441 pNumRuleTbl->Insert( &rDoc.GetNumRuleTbl(), 0 ); in SwRelNumRuleSpaces()
446 if( pNumRuleTbl ) in ~SwRelNumRuleSpaces()
448 pNumRuleTbl->Remove( 0, pNumRuleTbl->Count() ); in ~SwRelNumRuleSpaces()
449 delete pNumRuleTbl; in ~SwRelNumRuleSpaces()
462 aNumRuleTbl.Insert( pNumRuleTbl, 0 ); in SetNumRelSpaces()
463 pNumRuleTbl->Remove( 0, pNumRuleTbl->Count() ); in SetNumRelSpaces()
470 pNumRuleTbl->Insert( pRule, pNumRuleTbl->Count() ); in SetNumRelSpaces()
474 pRuleTbl = pNumRuleTbl; in SetNumRelSpaces()
514 if( pNumRuleTbl ) in SetNumRelSpaces()
[all …]
/AOO41X/main/sw/source/core/doc/
H A Ddocnum.cxx993 pNew = (*pNumRuleTbl)[ MakeNumRule( rRule.GetName(), &rRule ) ]; in SetNumRule()
1201 if ( (*pNumRuleTbl)[ nPos ] == GetOutlineNumRule() ) in DelNumRule()
1209 if( USHRT_MAX != nPos && !IsUsed( *(*pNumRuleTbl)[ nPos ] )) in DelNumRule()
1214 new SwUndoNumruleDelete(*(*pNumRuleTbl)[nPos], this); in DelNumRule()
1250 pNumRuleTbl->DeleteAndDestroy( nPos ); in DelNumRule()
1651 for (sal_uInt16 n = 0; n < pNumRuleTbl->Count(); ++n) in InvalidateNumRules()
1652 (*pNumRuleTbl)[n]->SetInvalidRule(sal_True); in InvalidateNumRules()
2422 for( sal_uInt16 n = pNumRuleTbl->Count(); n; ) in FindNumRule()
2423 if( (*pNumRuleTbl)[ --n ]->GetName() == rName ) in FindNumRule()
2437 for (sal_uInt16 n = 0; n < pNumRuleTbl->Count(); ++n) in FindNumRulePtr()
[all …]
H A Ddocnew.cxx260 pNumRuleTbl( new SwNumRuleTbl ), in SwDoc()
671 delete pNumRuleTbl; in ~SwDoc()
858 pNumRuleTbl->DeleteAndDestroy( 0, pNumRuleTbl->Count() ); in ClearDoc()
/AOO41X/main/sw/source/filter/inc/
H A Dfltini.hxx79 SwNumRuleTbl* pNumRuleTbl; // Liste aller benannten NumRules member in SwRelNumRuleSpaces
/AOO41X/main/sw/inc/
H A Ddoc.hxx363 mutable SwNumRuleTbl *pNumRuleTbl; // Liste aller benannten NumRules member in SwDoc
1583 const SwNumRuleTbl& GetNumRuleTbl() const { return *pNumRuleTbl; } in GetNumRuleTbl()