Lines Matching refs:rFntFmtList
758 SmFontFormatList &rFntFmtList = GetFontFormatList(); in SaveFontFormatList() local
760 if (!rFntFmtList.IsModified()) in SaveFontFormatList()
766 size_t nCount = rFntFmtList.GetCount(); in SaveFontFormatList()
775 String aFntFmtId( rFntFmtList.GetFontFormatId( i ) ); in SaveFontFormatList()
776 const SmFontFormat aFntFmt( *rFntFmtList.GetFontFormat( aFntFmtId ) ); in SaveFontFormatList()
820 rFntFmtList.SetModified( sal_False ); in SaveFontFormatList()
843 SmFontFormatList &rFntFmtList = GetFontFormatList(); in StripFontFormatList() local
844 size_t nCnt = rFntFmtList.GetCount(); in StripFontFormatList()
850 pTmpFormat[k] = *rFntFmtList.GetFontFormat( k ); in StripFontFormatList()
851 pId[k] = rFntFmtList.GetFontFormatId( k ); in StripFontFormatList()
857 rFntFmtList.RemoveFontFormat( pId[k] ); in StripFontFormatList()