Searched refs:RtfAttributeOutput (Results 1 – 8 of 8) sorted by relevance
603 void RtfAttributeOutput::EndRun() in EndRun()651 void RtfAttributeOutput::EndRuby() in EndRuby()686 bool RtfAttributeOutput::EndURL() in EndURL()1150 void RtfAttributeOutput::EndTableRow( ) in EndTableRow()1177 void RtfAttributeOutput::EndTable() in EndTable()1220 void RtfAttributeOutput::StartStyles() in StartStyles()1272 void RtfAttributeOutput::EndStyle() in EndStyle()1336 void RtfAttributeOutput::StartSection() in StartSection()1345 void RtfAttributeOutput::EndSection() in EndSection()3259 RtfAttributeOutput::RtfAttributeOutput( RtfExport &rExport ) in RtfAttributeOutput() function in RtfAttributeOutput[all …]
71 class RtfAttributeOutput : public AttributeOutputBase class587 RtfAttributeOutput( RtfExport &rExport );589 virtual ~RtfAttributeOutput();
34 class RtfAttributeOutput;40 RtfAttributeOutput &m_rAttrOutput;
63 class RtfAttributeOutput;311 void WriteRtf( const RtfAttributeOutput* rAttrOutput ) const;337 void WriteFontTable( const RtfAttributeOutput& rAttrOutput );
63 RtfAttributeOutput *m_pAttrOutput;
70 m_rAttrOutput( (RtfAttributeOutput&)m_rExport.AttrOutput() ), in RtfSdrExport()
715 void wwFont::WriteRtf( const RtfAttributeOutput* rAttrOutput ) const in WriteRtf()870 void wwFontHelper::WriteFontTable( const RtfAttributeOutput& rAttrOutput ) in WriteFontTable()
804 m_pAttrOutput = new RtfAttributeOutput( *this ); in RtfExport()
Completed in 116 milliseconds