20#ifndef INCLUDED_SW_SOURCE_FILTER_WW8_DOCXEXPORTFILTER_HXX 
   21#define INCLUDED_SW_SOURCE_FILTER_WW8_DOCXEXPORTFILTER_HXX 
   32    explicit DocxExportFilter( 
const css::uno::Reference< css::uno::XComponentContext >& xContext );
 
   37    virtual const ::oox::drawingml::Theme* 
getCurrentTheme()
 const override { 
return nullptr; }
 
   38    virtual ::oox::vml::Drawing* 
getVmlDrawing()
 override { 
return nullptr; }
 
   39    virtual ::oox::drawingml::chart::ChartConverter* 
getChartConverter()
 override { 
return nullptr; }
 
   40    virtual ::oox::drawingml::table::TableStyleListPtr 
getTableStyles()
 override { return ::oox::drawingml::table::TableStyleListPtr(); }
 
The physical access to the DOCX document (for writing).
 
virtual OUString SAL_CALL getImplementationName() override
 
virtual ::oox::vml::Drawing * getVmlDrawing() override
 
virtual bool importDocument() override
 
virtual const ::oox::drawingml::Theme * getCurrentTheme() const override
 
virtual bool exportDocument() override
 
virtual ::oox::ole::VbaProject * implCreateVbaProject() const override
 
DocxExportFilter(const css::uno::Reference< css::uno::XComponentContext > &xContext)
 
virtual ::oox::drawingml::table::TableStyleListPtr getTableStyles() override
 
virtual ::oox::drawingml::chart::ChartConverter * getChartConverter() override