LibreOffice Module xmloff (master) 1
SchXMLExport.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#pragma once
20
23#include <xmloff/xmlexp.hxx>
24#include <xmloff/xmlprmap.hxx>
25
26namespace com::sun::star {
27 namespace task {
28 class XStatusIndicator;
29 }
30}
31
32// export class for a complete chart document
33
34class SchXMLExport final : public SvXMLExport
35{
36private:
38
40
42
43 virtual void ExportAutoStyles_() override;
44 virtual void ExportMasterStyles_() override;
45 virtual void ExportContent_() override;
46
47public:
49 const css::uno::Reference< css::uno::XComponentContext >& xContext,
50 OUString const & implementationName,
51 SvXMLExportFlags nExportFlags );
52 virtual ~SchXMLExport() override;
53
54 void collectAutoStyles() override;
56};
57
58/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SchXMLExport(const css::uno::Reference< css::uno::XComponentContext > &xContext, OUString const &implementationName, SvXMLExportFlags nExportFlags)
virtual void ExportAutoStyles_() override
Override this method to export the contents of <style:auto-styles>.
virtual ~SchXMLExport() override
rtl::Reference< SchXMLAutoStylePoolP > maAutoStylePool
virtual void ExportContent_() override
Override this method to export the content of <office:body>.
virtual void ExportMasterStyles_() override
Override this method to export the contents of <style:master-styles>.
virtual ErrCode exportDoc(enum ::xmloff::token::XMLTokenEnum eClass=::xmloff::token::XML_TOKEN_INVALID) override
rtl::Reference< SchXMLExportHelper > maExportHelper
void collectAutoStyles() override
rtl::Reference< XMLPropertySetMapper > const & GetPropertySetMapper() const
XMLTokenEnum
The enumeration of all XML tokens.
Definition: xmltoken.hxx:50
SvXMLExportFlags
Definition: xmlexp.hxx:90