Home
last modified time | relevance | path

Searched refs:DocxExport (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/
H A Ddocxexport.cxx72 AttributeOutputBase& DocxExport::AttrOutput() const in AttrOutput()
77 MSWordSections& DocxExport::Sections() const in Sections()
82 bool DocxExport::CollapseScriptsforWordOk( sal_uInt16 nScript, sal_uInt16 nWhich ) in CollapseScriptsforWordOk()
116 void DocxExport::AppendBookmarks( const SwTxtNode& rNode, xub_StrLen nAktPos, xub_StrLen nLen ) in AppendBookmarks()
143 void DocxExport::AppendBookmark( const OUString& rName, bool /*bSkip*/ ) in AppendBookmark()
154 ::rtl::OString DocxExport::AddRelation( const OUString& rType, const OUString& rTarget, const OUStr… in AddRelation()
162 bool DocxExport::DisallowInheritingOutlineNumbering( const SwFmt& rFmt ) in DisallowInheritingOutlineNumbering()
186 void DocxExport::WriteHeadersFooters( sal_uInt8 nHeadFootFlags, in WriteHeadersFooters()
210 void DocxExport::OutputField( const SwField* pFld, ww::eField eFldType, const String& rFldCmd, sal_… in OutputField()
215 void DocxExport::WriteFormData( const ::sw::mark::IFieldmark& /*rFieldmark*/ ) in WriteFormData()
[all …]
H A Ddocxexport.hxx52 class DocxExport : public MSWordExportBase class
181 DocxExport( DocxExportFilter *pFilter, SwDoc *pDocument,
185 virtual ~DocxExport();
192 DocxExport( const DocxExport& );
195 DocxExport& operator=( const DocxExport& );
H A Ddocxattributeoutput.hxx38 class DocxExport;
521 DocxExport &m_rExport;
591 …DocxAttributeOutput( DocxExport &rExport, ::sax_fastparser::FSHelperPtr pSerializer, oox::drawingm…
H A Ddocxexportfilter.cxx73 DocxExport aExport( this, pDoc, pCurPam, &aPam ); in exportDocument()
H A Ddocxattributeoutput.cxx3277 DocxAttributeOutput::DocxAttributeOutput( DocxExport &rExport, FSHelperPtr pSerializer, oox::drawin… in DocxAttributeOutput()