Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx230 void RtfExport::BuildNumbering() in BuildNumbering()
252 void RtfExport::WriteNumbering() in WriteNumbering()
270 void RtfExport::WriteRevTab() in WriteRevTab()
394 void RtfExport::WriteFonts() in WriteFonts()
401 void RtfExport::WriteStyles() in WriteStyles()
408 void RtfExport::WriteMainText() in WriteMainText()
429 void RtfExport::WriteInfo() in WriteInfo()
467 void RtfExport::WritePageDescTable() in WritePageDescTable()
816 RtfExport::~RtfExport() in ~RtfExport()
822 SvStream& RtfExport::Strm() in Strm()
[all …]
H A Drtfexport.hxx56 class RtfExport : public MSWordExportBase class
149 RtfExport( RtfExportFilter *pFilter, SwDoc *pDocument,
153 virtual ~RtfExport();
189 RtfExport( const RtfExport& );
192 RtfExport& operator=( const RtfExport& );
H A DREADME-rtf.txt24 Summary of new features in RtfExport
75 * RtfExport refers to the new UNO-based exporter, RtfWriter refers
88 well. RtfExport has no automatic prevention for this, either - but
133 This was new in Word2000 and it?s now supported by RtfExport (MSO OK,
152 RtfExport writes:
H A Drtfsdrexport.hxx33 class RtfExport;
38 RtfExport &m_rExport;
59 RtfSdrExport( RtfExport &rExport );
H A Drtfattributeoutput.hxx38 class RtfExport;
456 RtfExport &m_rExport;
587 RtfAttributeOutput( RtfExport &rExport );
H A Drtfattributeoutput.cxx252 static OString aNewLine = OString(RtfExport::sNewLine); in writeAndClear()
382 static OString OutBorderLine(RtfExport &rExport, const SvxBorderLine* pLine, in OutBorderLine()
392 static OString OutBorderLine( RtfExport &rExport, const SvxBorderLine* pLine, in OutBorderLine()
1730 m_rExport.Strm() << RtfExport::sNewLine; in OutputFlyFrame_Impl()
3259 RtfAttributeOutput::RtfAttributeOutput( RtfExport &rExport ) in RtfAttributeOutput()
3421 aRet.append(RtfExport::sNewLine); in WriteHex()
3447 const RtfExport& rExport ) in lcl_AppendSP()
3468 const RtfExport& rExport ) in ExportPICT()
3530 rBuffer.append(RtfExport::sNewLine); in ExportPICT()
3568 m_aRunText.getOStringBuffer().append(RtfExport::sNewLine); in FlyFrameOLEData()
[all …]
H A Drtfsdrexport.cxx67 RtfSdrExport::RtfSdrExport( RtfExport &rExport ) in RtfSdrExport()
474 …lcl_AppendSP(m_rAttrOutput.RunText(), "wzDescription", RtfExport::OutString( m_pSdrObject->GetDesc… in StartShape()
475 …lcl_AppendSP(m_rAttrOutput.RunText(), "wzName", RtfExport::OutString( m_pSdrObject->GetTitle(), m_… in StartShape()
H A Drtfexportfilter.cxx84 RtfExport aExport( this, pDoc, pCurPam, &aPam, NULL ); in filter()

Completed in 40 milliseconds