Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx416 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 …]
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.hxx63 class RtfAttributeOutput;
311 void WriteRtf( const RtfAttributeOutput* rAttrOutput ) const;
337 void WriteFontTable( const RtfAttributeOutput& rAttrOutput );
H A Drtfexport.hxx65 RtfAttributeOutput *m_pAttrOutput;
H A Drtfsdrexport.cxx70 m_rAttrOutput( (RtfAttributeOutput&)m_rExport.AttrOutput() ), in RtfSdrExport()
H A Dwrtw8sty.cxx715 void wwFont::WriteRtf( const RtfAttributeOutput* rAttrOutput ) const in WriteRtf()
870 void wwFontHelper::WriteFontTable( const RtfAttributeOutput& rAttrOutput ) in WriteFontTable()
H A Drtfexport.cxx804 m_pAttrOutput = new RtfAttributeOutput( *this ); in RtfExport()