LibreOffice Module xmloff (master) 1
txtexppr.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
21
22#include <xmloff/xmlexppr.hxx>
23#include "txtdrope.hxx"
24#include <xmltabe.hxx>
28
29class SvXMLExport;
31{
33
36
38 bool bEnableFoFontFamily,
39 XMLPropertyState *pFontNameState,
40 XMLPropertyState *pFontFamilyNameState,
41 XMLPropertyState *pFontStyleNameState,
42 XMLPropertyState *pFontFamilyState,
43 XMLPropertyState *pFontPitchState,
44 XMLPropertyState *pFontCharsetState ) const;
45 static void ContextFontHeightFilter(
46 XMLPropertyState* pCharHeightState,
47 XMLPropertyState* pCharPropHeightState,
48 XMLPropertyState* pCharDiffHeightState );
49
50private:
51// SvXMLUnitConverter& mrUnitConverter;
52// const Reference< xml::sax::XDocumentHandler > & mrHandler;
58
60 virtual void ContextFilter(
61 bool bEnableFoFontFamily,
62 ::std::vector< XMLPropertyState >& rProperties,
63 const css::uno::Reference< css::beans::XPropertySet >& rPropSet ) const override;
64 const SvXMLExport& GetExport() const { return rExport; }
65
66public:
67
70 SvXMLExport& rExt );
71 virtual ~XMLTextExportPropertySetMapper() override;
72
73 virtual void handleElementItem(
75 const XMLPropertyState& rProperty,
76 SvXmlExportFlags nFlags,
77 const ::std::vector< XMLPropertyState > *pProperties,
78 sal_uInt32 nIdx ) const override;
79
80 virtual void handleSpecialItem(
82 const XMLPropertyState& rProperty,
83 const SvXMLUnitConverter& rUnitConverter,
84 const SvXMLNamespaceMap& rNamespaceMap,
85 const ::std::vector< XMLPropertyState > *pProperties,
86 sal_uInt32 nIdx ) const override;
87};
88
89
90/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
the SvXMLTypeConverter converts values of various types from their internal representation to the tex...
Definition: xmluconv.hxx:83
XMLTextExportPropertySetMapper(const rtl::Reference< XMLPropertySetMapper > &rMapper, SvXMLExport &rExt)
Definition: txtexppr.cxx:210
virtual void ContextFilter(bool bEnableFoFontFamily, ::std::vector< XMLPropertyState > &rProperties, const css::uno::Reference< css::beans::XPropertySet > &rPropSet) const override
Application-specific filter.
Definition: txtexppr.cxx:524
XMLTextColumnsExport maTextColumnsExport
Definition: txtexppr.hxx:55
static void ContextFontHeightFilter(XMLPropertyState *pCharHeightState, XMLPropertyState *pCharPropHeightState, XMLPropertyState *pCharDiffHeightState)
Definition: txtexppr.cxx:318
SvxXMLTabStopExport maTabStopExport
Definition: txtexppr.hxx:54
XMLTextDropCapExport maDropCapExport
Definition: txtexppr.hxx:53
XMLBackgroundImageExport maBackgroundImageExport
Definition: txtexppr.hxx:57
XMLComplexColorExport maComplexColorExport
Definition: txtexppr.hxx:56
const SvXMLExport & GetExport() const
Definition: txtexppr.hxx:64
virtual void handleSpecialItem(comphelper::AttributeList &rAttrList, const XMLPropertyState &rProperty, const SvXMLUnitConverter &rUnitConverter, const SvXMLNamespaceMap &rNamespaceMap, const ::std::vector< XMLPropertyState > *pProperties, sal_uInt32 nIdx) const override
this method is called for every item that has the MID_FLAG_SPECIAL_ITEM_EXPORT flag set
Definition: txtexppr.cxx:145
void ContextFontFilter(bool bEnableFoFontFamily, XMLPropertyState *pFontNameState, XMLPropertyState *pFontFamilyNameState, XMLPropertyState *pFontStyleNameState, XMLPropertyState *pFontFamilyState, XMLPropertyState *pFontPitchState, XMLPropertyState *pFontCharsetState) const
Definition: txtexppr.cxx:228
virtual ~XMLTextExportPropertySetMapper() override
Definition: txtexppr.cxx:224
virtual void handleElementItem(SvXMLExport &rExport, const XMLPropertyState &rProperty, SvXmlExportFlags nFlags, const ::std::vector< XMLPropertyState > *pProperties, sal_uInt32 nIdx) const override
this method is called for every item that has the MID_FLAG_ELEMENT_EXPORT flag set
Definition: txtexppr.cxx:48
Smart struct to transport an Any with an index to the appropriate property-name.
Definition: maptype.hxx:140
SvXmlExportFlags
Definition: xmlexppr.hxx:39