Home
last modified time | relevance | path

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

/aoo42x/main/starmath/source/
H A Dcfgitem.cxx301 void SmFontFormatList::AddFontFormat( const String &rFntFmtId, in AddFontFormat() argument
304 const SmFontFormat *pFntFmt = GetFontFormat( rFntFmtId ); in AddFontFormat()
308 SmFntFmtListEntry aEntry( rFntFmtId, rFntFmt ); in AddFontFormat()
315 void SmFontFormatList::RemoveFontFormat( const String &rFntFmtId ) in RemoveFontFormat() argument
321 if (aEntries[i].aId == rFntFmtId) in RemoveFontFormat()
332 const SmFontFormat * SmFontFormatList::GetFontFormat( const String &rFntFmtId ) const in GetFontFormat()
338 if (aEntries[i].aId == rFntFmtId) in GetFontFormat()
H A Dcfgitem.hxx94 void AddFontFormat( const String &rFntFmtId, const SmFontFormat &rFntFmt );
95 void RemoveFontFormat( const String &rFntFmtId );
97 const SmFontFormat * GetFontFormat( const String &rFntFmtId ) const;

Completed in 45 milliseconds