/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_SW_SOURCE_FILTER_WW8_DOCXEXPORTFILTER_HXX #define INCLUDED_SW_SOURCE_FILTER_WW8_DOCXEXPORTFILTER_HXX #include #include #include #include /// The physical access to the DOCX document (for writing). class DocxExportFilter : public oox::core::XmlFilterBase { public: DocxExportFilter( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& xContext ); // FIXME these should not even exist for the export-only filter! // For now, let's just do empty implementations of those. virtual bool importDocument() { return false; } virtual const ::oox::drawingml::Theme* getCurrentTheme() const { return NULL; } virtual sal_Int32 getSchemeClr( sal_Int32 ) const { return 0; } virtual ::oox::vml::Drawing* getVmlDrawing() { return NULL; } virtual ::oox::drawingml::chart::ChartConverter* getChartConverter() { return NULL; } virtual const ::oox::drawingml::table::TableStyleListPtr getTableStyles() { return ::oox::drawingml::table::TableStyleListPtr(); } // Actual export of the DOCX document virtual bool exportDocument(); private: /// Implementatio of the filter abstract method. virtual OUString implGetImplementationName() const; virtual ::oox::ole::VbaProject* implCreateVbaProject() const { return NULL; // FIXME: implement me ! } }; #endif // INCLUDED_SW_SOURCE_FILTER_WW8_DOCXEXPORTFILTER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ collabora/co-24.04 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
eractionrequest.hxx?h=feature/drawinglayercore&id=9784934cb9054e7aa7b1574f926a555b107a31c8'>tdf#42949 Fix IWYU warnings in include/ucbhelper/*
AgeCommit message (Expand)Author
2017-06-27android, fix codemaker buildbreakerjan Iversen
2017-06-27iOS, remove java and cppunittestjan Iversen
2017-06-24iOS workaround to avoid mkdir problem.jan Iversen
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-23execute move of global headersBjoern Michaelsen
2013-03-13more subtle dependencies for cross-compilationMatúš Kukan
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2012-04-20Don't build these command-line tools for non-desktop OSesTor Lillqvist
2012-04-14rename common* static libs to codemaker_* for clarity + dmake cleanupNorbert Thiebaud
2012-04-14gbuild conversion: codemaker moduleDavid Ostrovsky
Gabor Kelemen
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbhelperStephan Bergmann
2017-01-16inline InteractionContinuation_ImplNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-06-24loplugin:singlevalfields in ucbhelperNoel Grandin
2016-05-19loplugin:unusedmethods in ucb/ucbhelperNoel Grandin
2016-04-14loplugin:passstuffbyref in ucbhelperNoel Grandin
2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin
2015-11-17use unique_ptr for pImpl in ucbhelper/Noel Grandin
2015-10-23com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-02loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin
2015-06-18Fix typosAndrea Gelmini
2014-12-15ucbhelper::InteractionAuthFallback::getCode() can be an implementation detailMiklos Vajna
2014-12-15-Werror,-Winconsistent-missing-overrideStephan Bergmann
2014-12-15Authentication fallback request for the OneDrive connectionMihai Varga
2014-08-01typo: more then -> more thanTakeshi Abe
2014-07-02InteractionSupplyName is a detail of SimpleNameClashResolveRequestStephan Bergmann
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-14typo: choosen -> chosenThomas Arnhold
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann
2013-11-09fdo#65108 inter-module includes <> include/ucbhelperNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/u*Thomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen