Searched refs:nFmtColl (Results 1 – 2 of 2) sorted by relevance
62 SwTxtFmtColl& SwEditShell::GetTxtFmtColl( sal_uInt16 nFmtColl) const in GetTxtFmtColl()64 return *((*(GetDoc()->GetTxtFmtColls()))[nFmtColl]); in GetTxtFmtColl()
1672 void SwDoc::DelTxtFmtColl(sal_uInt16 nFmtColl, sal_Bool bBroadcast) in DelTxtFmtColl() argument1674 ASSERT( nFmtColl, "Remove fuer Coll 0." ); in DelTxtFmtColl()1677 SwTxtFmtColl *pDel = (*pTxtFmtCollTbl)[nFmtColl]; in DelTxtFmtColl()1694 pTxtFmtCollTbl->Remove(nFmtColl); in DelTxtFmtColl()
Completed in 232 milliseconds