Searched refs:RtfExport (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/sw/source/filter/ww8/ |
| H A D | rtfexport.cxx | 92 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 D | rtfexport.hxx | 56 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 D | rtfsdrexport.hxx | 33 class RtfExport; 38 RtfExport &m_rExport; 59 RtfSdrExport( RtfExport &rExport );
|
| H A D | rtfattributeoutput.hxx | 38 class RtfExport; 456 RtfExport &m_rExport; 587 RtfAttributeOutput( RtfExport &rExport );
|
| H A D | rtfattributeoutput.cxx | 252 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 D | rtfsdrexport.cxx | 67 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 D | rtfexportfilter.cxx | 84 RtfExport aExport( this, pDoc, pCurPam, &aPam, NULL ); in filter()
|