summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmltabi.hxx
blob: 022ea808ed0bbbef0ebe16d251d1ca88e6200320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* -*- 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 _XMLOFF_XMLTABI_HXX
#define _XMLOFF_XMLTABI_HXX

#include "XMLElementPropertyContext.hxx"

class SvxXMLTabStopArray_Impl;
class SvXMLImport;


class SvxXMLTabStopImportContext : public XMLElementPropertyContext
{
private:
    SvxXMLTabStopArray_Impl*    mpTabStops;

public:
    TYPEINFO();

    SvxXMLTabStopImportContext( SvXMLImport& rImport, sal_uInt16 nPrfx,
                                const OUString& rLName,
                                const XMLPropertyState& rProp,
                                 ::std::vector< XMLPropertyState > &rProps );

    virtual ~SvxXMLTabStopImportContext();

    virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
                                   const OUString& rLocalName,
                                   const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList );

    virtual void EndElement();
};


#endif  //  _XMLOFF_XMLTABI_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
0'>2020-03-12Revert "loplugin:constfields in scaddins,sccomp"Noel Grandin 2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi 2020-02-24tdf#42982: improve UNO API error reportingsMesut Çifci 2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin 2020-01-08Make OPT_ functions string more meaningful.Olivier Hallot 2019-12-22sal_Char->char in scaddins..sdextNoel Grandin 2019-12-12Remove some redundant user-provided dtorsStephan Bergmann 2019-11-29tdf#129098: parameters mixed in OPT_PROB_INMONEY (scaddins)Julien Nabet 2019-11-03loplugin:stringaddNoel Grandin 2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann 2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák 2019-10-01loplugin:stringadd in scNoel Grandin 2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski 2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák 2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet 2019-08-15loplugin:sequenceloop in scaddins..scriptingNoel Grandin 2019-08-12Fix typosAndrea Gelmini 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scaddinsStephan Bergmann 2019-07-30Simplify Sequence iterations in scaddins, sccomp, scriptingArkadiy Illarionov 2019-07-24Fix typosAndrea Gelmini 2019-05-24tdf#42949 Fix IWYU warnings in scaddins/Gabor Kelemen 2019-03-05re-land "new loplugin typedefparam""Noel Grandin 2019-03-04Revert "new loplugin typedefparam"Noel Grandin 2019-03-04new loplugin typedefparamNoel Grandin 2019-02-09loplugin:indentation in sdNoel Grandin 2018-12-20Simplify containers iterations in scaddins, sccomp, scriptingArkadiy Illarionov 2018-12-12tdf#69569 implement proposed change to ODF1.2 part 2 §4.11.7.7Winfried Donkers 2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski 2018-11-24drop ComplListAppendHandl enumNoel Grandin