Searched refs:RtfAttributeOutput (Results 1 – 8 of 8) sorted by relevance
416 void RtfAttributeOutput::RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript ) in RTLAndCJKState()454 void RtfAttributeOutput::StartParagraph( ww8::WW8TableNodeInfo::Pointer_t pTextNodeInfo ) in StartParagraph()503 void RtfAttributeOutput::EndParagraph( ww8::WW8TableNodeInfoInner::Pointer_t pTextNodeInfoInner ) in EndParagraph()537 void RtfAttributeOutput::EmptyParagraph() in EmptyParagraph()544 void RtfAttributeOutput::StartParagraphProperties( const SwTxtNode& rNode ) in StartParagraphProperties()592 void RtfAttributeOutput::EndParagraphProperties() in EndParagraphProperties()599 void RtfAttributeOutput::StartRun( const SwRedlineData* pRedlineData ) in StartRun()611 void RtfAttributeOutput::EndRun() in EndRun()619 void RtfAttributeOutput::StartRunProperties() in StartRunProperties()625 void RtfAttributeOutput::EndRunProperties( const SwRedlineData* /*pRedlineData*/ ) in EndRunProperties()[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 );
65 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()