Home
last modified time | relevance | path

Searched refs:maParagraphStyleList (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/core/doc/
H A Dnumber.cxx505 maParagraphStyleList(), in SwNumRule()
625 maParagraphStyleList(), in SwNumRule()
692 maParagraphStyleList.clear(); in ~SwNumRule()
1229 return maParagraphStyleList.size(); in GetParagraphStyleListSize()
1235 std::find( maParagraphStyleList.begin(), maParagraphStyleList.end(), &rTxtFmtColl ); in AddParagraphStyle()
1237 if ( aIter == maParagraphStyleList.end() ) in AddParagraphStyle()
1239 maParagraphStyleList.push_back( &rTxtFmtColl ); in AddParagraphStyle()
1246 std::find( maParagraphStyleList.begin(), maParagraphStyleList.end(), &rTxtFmtColl ); in RemoveParagraphStyle()
1248 if ( aIter != maParagraphStyleList.end() ) in RemoveParagraphStyle()
1250 maParagraphStyleList.erase( aIter ); in RemoveParagraphStyle()
/aoo41x/main/sw/inc/
H A Dnumrule.hxx141 tParagraphStyleList maParagraphStyleList; member in SwNumRule

Completed in 32 milliseconds