Searched refs:maParagraphStyleList (Results 1 – 2 of 2) sorted by relevance
505 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()
141 tParagraphStyleList maParagraphStyleList; member in SwNumRule
Completed in 16 milliseconds