LibreOffice Module sw (master) 1
docxtablestyleexport.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
10#ifndef INCLUDED_SW_SOURCE_FILTER_WW8_DOCXTABLESTYLEEXPORT_HXX
11#define INCLUDED_SW_SOURCE_FILTER_WW8_DOCXTABLESTYLEEXPORT_HXX
12
13#include <memory>
14
15#include <sax/fshelper.hxx>
16
18{
19struct PropertyValue;
20}
21class SwDoc;
22
25{
26 struct Impl;
27 std::unique_ptr<Impl> m_pImpl;
28
29public:
30 void TableStyles(sal_Int32 nCountStylesToWrite);
31
33 void CnfStyle(const css::uno::Sequence<css::beans::PropertyValue>& rAttributeList);
34
35 void SetSerializer(const sax_fastparser::FSHelperPtr& pSerializer);
38};
39
40#endif // INCLUDED_SW_SOURCE_FILTER_WW8_DOCXTABLESTYLEEXPORT_HXX
41
42/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Handles DOCX export of table styles, based on InteropGrabBag.
void CnfStyle(const css::uno::Sequence< css::beans::PropertyValue > &rAttributeList)
Writes <w:cnfStyle .../> based on grab-bagged para, cell or row properties.
DocxTableStyleExport(SwDoc &rDoc, const sax_fastparser::FSHelperPtr &pSerializer)
void TableStyles(sal_Int32 nCountStylesToWrite)
std::unique_ptr< Impl > m_pImpl
void SetSerializer(const sax_fastparser::FSHelperPtr &pSerializer)
Definition: doc.hxx:197
std::shared_ptr< FastSerializerHelper > FSHelperPtr
Methods in this class handle values in a table style.