Searched refs:RtfAttributeOutput (Results 1 – 8 of 8) sorted by relevance
408 void RtfAttributeOutput::RTLAndCJKState( bool bIsRTL, sal_uInt16 nScript ) in RTLAndCJKState()446 void RtfAttributeOutput::StartParagraph( ww8::WW8TableNodeInfo::Pointer_t pTextNodeInfo ) in StartParagraph()495 void RtfAttributeOutput::EndParagraph( ww8::WW8TableNodeInfoInner::Pointer_t pTextNodeInfoInner ) in EndParagraph()529 void RtfAttributeOutput::EmptyParagraph() in EmptyParagraph()536 void RtfAttributeOutput::StartParagraphProperties( const SwTxtNode& rNode ) in StartParagraphProperties()584 void RtfAttributeOutput::EndParagraphProperties() in EndParagraphProperties()591 void RtfAttributeOutput::StartRun( const SwRedlineData* pRedlineData ) in StartRun()603 void RtfAttributeOutput::EndRun() in EndRun()611 void RtfAttributeOutput::StartRunProperties() in StartRunProperties()617 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;
62 class RtfAttributeOutput;310 void WriteRtf( const RtfAttributeOutput* rAttrOutput ) const;336 void WriteFontTable( const RtfAttributeOutput& rAttrOutput );
63 RtfAttributeOutput *m_pAttrOutput;
70 m_rAttrOutput( (RtfAttributeOutput&)m_rExport.AttrOutput() ), in RtfSdrExport()
714 void wwFont::WriteRtf( const RtfAttributeOutput* rAttrOutput ) const in WriteRtf()869 void wwFontHelper::WriteFontTable( const RtfAttributeOutput& rAttrOutput ) in WriteFontTable()
804 m_pAttrOutput = new RtfAttributeOutput( *this ); in RtfExport()