Home
last modified time | relevance | path

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

/AOO42X/main/starmath/source/
H A Dcfgitem.cxx280 aFntFmt (rFntFmt) in SmFntFmtListEntry()
340 pRes = &aEntries[i].aFntFmt; in GetFontFormat()
354 pRes = &aEntries[nPos].aFntFmt; in GetFontFormat()
365 if (aEntries[i].aFntFmt == rFntFmt) in GetFontFormatId()
639 SmFontFormat aFntFmt( rSymbol.GetFace() ); in SetSymbols() local
640 String aFntFmtId( GetFontFormatList().GetFontFormatId( aFntFmt, sal_True ) ); in SetSymbols()
678 SmFontFormat aFntFmt; in LoadFontFormatList() local
679 ReadFontFormat( aFntFmt, pNode[i], A2OU( FONT_FORMAT_LIST ) ); in LoadFontFormatList()
684 pFontFormatList->AddFontFormat( pNode[i], aFntFmt ); in LoadFontFormatList()
776 const SmFontFormat aFntFmt( *rFntFmtList.GetFontFormat( aFntFmtId ) ); in SaveFontFormatList() local
[all …]
H A Dcfgitem.hxx76 SmFontFormat aFntFmt; member