Home
last modified time | relevance | path

Searched refs:RtfAttributeOutput (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx408 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 …]
H A Drtfattributeoutput.hxx71 class RtfAttributeOutput : public AttributeOutputBase class
587 RtfAttributeOutput( RtfExport &rExport );
589 virtual ~RtfAttributeOutput();
H A Drtfsdrexport.hxx34 class RtfAttributeOutput;
40 RtfAttributeOutput &m_rAttrOutput;
H A Dwrtww8.hxx62 class RtfAttributeOutput;
310 void WriteRtf( const RtfAttributeOutput* rAttrOutput ) const;
336 void WriteFontTable( const RtfAttributeOutput& rAttrOutput );
H A Drtfexport.hxx63 RtfAttributeOutput *m_pAttrOutput;
H A Drtfsdrexport.cxx70 m_rAttrOutput( (RtfAttributeOutput&)m_rExport.AttrOutput() ), in RtfSdrExport()
H A Dwrtw8sty.cxx714 void wwFont::WriteRtf( const RtfAttributeOutput* rAttrOutput ) const in WriteRtf()
869 void wwFontHelper::WriteFontTable( const RtfAttributeOutput& rAttrOutput ) in WriteFontTable()
H A Drtfexport.cxx804 m_pAttrOutput = new RtfAttributeOutput( *this ); in RtfExport()