Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx698 void wwFont::WriteDocx( const DocxAttributeOutput* rAttrOutput ) const in WriteDocx()
702 rAttrOutput->StartFont( msFamilyNm ); in WriteDocx()
705 rAttrOutput->FontAlternateName( msAltNm ); in WriteDocx()
706 rAttrOutput->FontCharset( sw::ms::rtl_TextEncodingToWinCharset( meChrSet ) ); in WriteDocx()
707 rAttrOutput->FontFamilyType( meFamily ); in WriteDocx()
708 rAttrOutput->FontPitchType( mePitch ); in WriteDocx()
710 rAttrOutput->EndFont(); in WriteDocx()
714 void wwFont::WriteRtf( const RtfAttributeOutput* rAttrOutput ) const in WriteRtf()
716 rAttrOutput->FontFamilyType( meFamily, *this ); in WriteRtf()
717 rAttrOutput->FontPitchType( mePitch ); in WriteRtf()
[all …]
H A Dwrtww8.hxx308 void WriteDocx( const DocxAttributeOutput* rAttrOutput ) const;
310 void WriteRtf( const RtfAttributeOutput* rAttrOutput ) const;
334 void WriteFontTable( const DocxAttributeOutput& rAttrOutput );
336 void WriteFontTable( const RtfAttributeOutput& rAttrOutput );