Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Drtfexport.cxx92 const sal_Char RtfExport::sNewLine = '\012';
94 const sal_Char __FAR_DATA RtfExport::sNewLine[] = "\015\012";
101 AttributeOutputBase& RtfExport::AttrOutput() const in AttrOutput()
106 MSWordSections& RtfExport::Sections() const in Sections()
111 RtfSdrExport& RtfExport::SdrExporter() const in SdrExporter()
116 bool RtfExport::HackIsWW8OrHigher() const in HackIsWW8OrHigher()
121 bool RtfExport::CollapseScriptsforWordOk( sal_uInt16 nScript, sal_uInt16 nWhich ) in CollapseScriptsforWordOk()
155 void RtfExport::AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen ) in AppendBookmarks()
183 void RtfExport::AppendBookmark( const OUString& rName, bool /*bSkip*/ ) in AppendBookmark()
197 void RtfExport::ExportGrfBullet(const SwTxtNode& /* rNd */) in ExportGrfBullet()
[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 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()
346 static OString OutTBLBorderLine(RtfExport &rExport, const SvxBorderLine* pLine, const sal_Char* pSt… in OutTBLBorderLine()
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()
[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()