LibreOffice Module xmloff (master)
1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
xmloff
source
forms
controlelement.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
20
#ifndef INCLUDED_XMLOFF_SOURCE_FORMS_CONTROLELEMENT_HXX
21
#define INCLUDED_XMLOFF_SOURCE_FORMS_CONTROLELEMENT_HXX
22
23
#include <
sal/types.h
>
24
25
namespace
xmloff
26
{
27
28
//= OControlElement
31
class
OControlElement
32
{
33
public
:
34
enum
ElementType
35
{
36
TEXT
= 0,
37
TEXT_AREA
,
38
PASSWORD
,
39
FILE
,
40
FORMATTED_TEXT
,
41
FIXED_TEXT
,
42
COMBOBOX
,
43
LISTBOX
,
44
BUTTON
,
45
IMAGE
,
46
CHECKBOX
,
47
RADIO
,
48
FRAME
,
49
IMAGE_FRAME
,
50
HIDDEN
,
51
GRID
,
52
VALUERANGE
,
53
GENERIC_CONTROL
,
54
TIME
,
55
DATE
,
56
57
UNKNOWN
// must be the last element
58
};
59
60
protected
:
65
OControlElement
() { }
66
67
public
:
75
static
const
char
*
getElementName
(
ElementType
_eType);
76
84
static
sal_Int32
getElementToken
(
ElementType
_eType);
85
};
86
87
}
// namespace xmloff
88
89
#endif // INCLUDED_XMLOFF_SOURCE_FORMS_CONTROLELEMENT_HXX
90
91
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
xmloff::OControlElement::LISTBOX
Definition:
controlelement.hxx:43
xmloff::OControlElement::IMAGE
Definition:
controlelement.hxx:45
types.h
xmloff::OControlElement::ElementType
ElementType
Definition:
controlelement.hxx:34
xmloff::OControlElement::TIME
Definition:
controlelement.hxx:54
xmloff::OControlElement::PASSWORD
Definition:
controlelement.hxx:38
xmloff::OControlElement::TEXT
Definition:
controlelement.hxx:36
xmloff::OControlElement
helper for translating between control types and XML tags
Definition:
controlelement.hxx:31
xmloff::OControlElement::FRAME
Definition:
controlelement.hxx:48
xmloff::OControlElement::DATE
Definition:
controlelement.hxx:55
xmloff::OControlElement::FIXED_TEXT
Definition:
controlelement.hxx:41
xmloff::OControlElement::getElementToken
static sal_Int32 getElementToken(ElementType _eType)
retrieves the tag name to be used to describe a control of the given type
Definition:
controlelement.cxx:57
xmloff::OControlElement::GENERIC_CONTROL
Definition:
controlelement.hxx:53
xmloff::OControlElement::getElementName
static const char * getElementName(ElementType _eType)
retrieves the tag name to be used to describe a control of the given type
Definition:
controlelement.cxx:29
xmloff::OControlElement::UNKNOWN
Definition:
controlelement.hxx:57
xmloff::OControlElement::FILE
Definition:
controlelement.hxx:39
xmloff::OControlElement::BUTTON
Definition:
controlelement.hxx:44
xmloff::OControlElement::CHECKBOX
Definition:
controlelement.hxx:46
xmloff::OControlElement::GRID
Definition:
controlelement.hxx:51
ElementType
ElementType
xmloff::OControlElement::COMBOBOX
Definition:
controlelement.hxx:42
xmloff::OControlElement::HIDDEN
Definition:
controlelement.hxx:50
xmloff::OControlElement::OControlElement
OControlElement()
ctor.
Definition:
controlelement.hxx:65
xmloff
xmloff::OControlElement::IMAGE_FRAME
Definition:
controlelement.hxx:49
xmloff::OControlElement::RADIO
Definition:
controlelement.hxx:47
xmloff::OControlElement::VALUERANGE
Definition:
controlelement.hxx:52
xmloff::OControlElement::FORMATTED_TEXT
Definition:
controlelement.hxx:40
xmloff::OControlElement::TEXT_AREA
Definition:
controlelement.hxx:37
Generated on Thu Jan 14 2021 06:30:33 for LibreOffice Module xmloff (master) by
1.8.10