Lines Matching refs:aFntFmt
280 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
788 pVal->Value <<= OUString( aFntFmt.aName ); in SaveFontFormatList()
793 … pVal->Value <<= (sal_Int16) aFntFmt.nCharSet; // 6.0 file-format GetSOStoreTextEncoding not needed in SaveFontFormatList()
798 pVal->Value <<= (sal_Int16) aFntFmt.nFamily; in SaveFontFormatList()
803 pVal->Value <<= (sal_Int16) aFntFmt.nPitch; in SaveFontFormatList()
808 pVal->Value <<= (sal_Int16) aFntFmt.nWeight; in SaveFontFormatList()
813 pVal->Value <<= (sal_Int16) aFntFmt.nItalic; in SaveFontFormatList()
1101 SmFontFormat aFntFmt( pFormat->GetFont( i ) ); in SaveFormat() local
1102 aFntFmtId = GetFontFormatList().GetFontFormatId( aFntFmt, sal_True ); in SaveFormat()