Searched refs:rTxtFmtColl (Results 1 – 4 of 4) sorted by relevance
89 SwNumRule* GetNumRule( SwTxtFmtColl& rTxtFmtColl ) in GetNumRule() argument94 … rTxtFmtColl.GetItemState( RES_PARATR_NUMRULE, sal_False, (const SfxPoolItem**)&pNumRuleItem ); in GetNumRule()100 pNumRule = rTxtFmtColl.GetDoc()->FindNumRulePtr( sNumRuleName ); in GetNumRule()107 void AddToNumRule( SwTxtFmtColl& rTxtFmtColl ) in AddToNumRule() argument109 SwNumRule* pNumRule = GetNumRule( rTxtFmtColl ); in AddToNumRule()112 pNumRule->AddParagraphStyle( rTxtFmtColl ); in AddToNumRule()116 void RemoveFromNumRule( SwTxtFmtColl& rTxtFmtColl ) in RemoveFromNumRule() argument118 SwNumRule* pNumRule = GetNumRule( rTxtFmtColl ); in RemoveFromNumRule()121 pNumRule->RemoveParagraphStyle( rTxtFmtColl ); in RemoveFromNumRule()
1232 void SwNumRule::AddParagraphStyle( SwTxtFmtColl& rTxtFmtColl ) in AddParagraphStyle() argument1235 std::find( maParagraphStyleList.begin(), maParagraphStyleList.end(), &rTxtFmtColl ); in AddParagraphStyle()1239 maParagraphStyleList.push_back( &rTxtFmtColl ); in AddParagraphStyle()1243 void SwNumRule::RemoveParagraphStyle( SwTxtFmtColl& rTxtFmtColl ) in RemoveParagraphStyle() argument1246 std::find( maParagraphStyleList.begin(), maParagraphStyleList.end(), &rTxtFmtColl ); in RemoveParagraphStyle()
59 SwNumRule* GetNumRule( SwTxtFmtColl& rTxtFmtColl );71 void AddToNumRule( SwTxtFmtColl& rTxtFmtColl );83 void RemoveFromNumRule( SwTxtFmtColl& rTxtFmtColl );
221 void AddParagraphStyle( SwTxtFmtColl& rTxtFmtColl );222 void RemoveParagraphStyle( SwTxtFmtColl& rTxtFmtColl );
Completed in 30 milliseconds