Gtk-WARNING gtktreestore.c:1047: Invalid column number 1 added to iter
[LibreOffice.git] / xmloff / source / forms / formenums.hxx
blobd0d20ff8dd8ff098fe49cd1f68050afcf0eb20c3
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #pragma once
22 #include <xmloff/xmlement.hxx>
23 #include <com/sun/star/form/FormButtonType.hpp>
24 #include <com/sun/star/form/FormSubmitEncoding.hpp>
25 #include <com/sun/star/form/FormSubmitMethod.hpp>
26 #include <com/sun/star/form/ListSourceType.hpp>
27 #include <com/sun/star/form/NavigationBarMode.hpp>
28 #include <com/sun/star/form/TabulatorCycle.hpp>
29 #include <tools/gen.hxx>
31 namespace xmloff
33 extern const SvXMLEnumMapEntry<css::form::FormSubmitEncoding> aSubmitEncodingMap[];
34 extern const SvXMLEnumMapEntry<css::form::FormSubmitMethod> aSubmitMethodMap[];
35 extern const SvXMLEnumMapEntry<sal_Int32> aCommandTypeMap[];
36 extern const SvXMLEnumMapEntry<css::form::NavigationBarMode> aNavigationTypeMap[];
37 extern const SvXMLEnumMapEntry<css::form::TabulatorCycle> aTabulatorCycleMap[];
38 extern const SvXMLEnumMapEntry<css::form::FormButtonType> aFormButtonTypeMap[];
39 extern const SvXMLEnumMapEntry<css::form::ListSourceType> aListSourceTypeMap[];
40 extern const SvXMLEnumMapEntry<TriState> aCheckStateMap[];
41 extern const SvXMLEnumMapEntry<sal_Int16> aTextAlignMap[];
42 extern const SvXMLEnumMapEntry<sal_uInt16> aBorderTypeMap[];
43 extern const SvXMLEnumMapEntry<sal_uInt16> aFontEmphasisMap[];
44 extern const SvXMLEnumMapEntry<sal_uInt16> aFontReliefMap[];
45 extern const SvXMLEnumMapEntry<sal_Int16> aListLinkageMap[];
46 extern const SvXMLEnumMapEntry<sal_Int32> aOrientationMap[];
47 extern const SvXMLEnumMapEntry<sal_Int16> aVisualEffectMap[];
48 extern const SvXMLEnumMapEntry<sal_Int16> aImagePositionMap[];
49 extern const SvXMLEnumMapEntry<sal_uInt16> aImageAlignMap[];
50 extern const SvXMLEnumMapEntry<sal_uInt16> aScaleModeMap[];
52 } // namespace xmloff
54 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */