2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 <class name="FFDataHandler">
20 <parent name="Properties"/>
21 <typedef name="Pointer_t" type="shared_ptr"/>
22 <typedef name="DropDownEntries_t">
23 <vector type="OUString"/>
25 <member name="name" type="OUString"/>
26 <member name="enabled" type="bool"/>
27 <member name="calcOnExit" type="bool"/>
28 <member name="entryMacro" type="OUString"/>
29 <member name="exitMacro" type="OUString"/>
30 <member name="helpTextType" type="sal_uInt32"/>
31 <member name="helpText" type="OUString"/>
32 <member name="statusTextType" type="sal_uInt32"/>
33 <member name="statusText" type="OUString"/>
34 <member name="checkboxHeight" type="sal_uInt32"/>
35 <member name="checkboxAutoHeight" type="bool"/>
36 <member name="checkboxDefault" type="bool"/>
37 <member name="checkboxChecked" type="bool"/>
38 <member name="dropDownResult" type="OUString"/>
39 <member name="dropDownDefault" type="OUString"/>
40 <member name="dropDownEntries" type="DropDownEntries_t"/>
41 <member name="textType" type="sal_uInt32"/>
42 <member name="textMaxLength" type="sal_uInt32"/>
43 <member name="textDefault" type="OUString"/>
44 <member name="textFormat" type="OUString"/>
46 <element name="name" action="set" id="NS_ooxml::LN_CT_FFData_name"/>
47 <element name="enabled" action="set" id="NS_ooxml::LN_CT_FFData_enabled"/>
48 <element name="calcOnExit" action="set" id="NS_ooxml::LN_CT_FFData_calcOnExit"/>
49 <element name="entryMacro" action="set" id="NS_ooxml::LN_CT_FFData_entryMacro"/>
50 <element name="exitMacro" action="set" id="NS_ooxml::LN_CT_FFData_exitMacro"/>
51 <element name="helpText" action="resolve" id="NS_ooxml::LN_CT_FFData_helpText"/>
52 <element name="statusText" action="resolve" id="NS_ooxml::LN_CT_FFData_statusText"/>
53 <element name="size" member="checkboxHeight" action="set" id="NS_ooxml::LN_CT_FFCheckBox_size"/>
54 <element name="sizeAuto" member="checkboxAutoHeight" action="set" id="NS_ooxml::LN_CT_FFCheckBox_sizeAuto"/>
55 <element name="default" member="checkboxDefault" action="set" id="NS_ooxml::LN_CT_FFCheckBox_default"/>
56 <element name="checked" member="checkboxChecked" action="set" id="NS_ooxml::LN_CT_FFCheckBox_checked"/>
57 <element name="checkBox" action="resolve" id="NS_ooxml::LN_CT_FFData_checkBox"/>
58 <element name="result" member="dropDownResult" action="set" id="NS_ooxml::LN_CT_FFDDList_result"/>
59 <element name="default" member="dropDownDefault" action="set" id="NS_ooxml::LN_CT_FFDDList_default"/>
60 <element name="listEntry" member="dropDownEntries" action="pushback" id="NS_ooxml::LN_CT_FFDDList_listEntry"/>
61 <element name="ddList" action="resolve" id="NS_ooxml::LN_CT_FFData_ddList"/>
62 <element name="type" member="textType" action="set" id="NS_ooxml::LN_CT_FFTextInput_type"/>
63 <element name="default" member="textDefault" action="set" id="NS_ooxml::LN_CT_FFTextInput_default"/>
64 <element name="maxLength" member="textMaxLength" action="set" id="NS_ooxml::LN_CT_FFTextInput_maxLength"/>
65 <element name="format" member="textFormat" action="set" id="NS_ooxml::LN_CT_FFTextInput_format"/>
66 <element name="textInput" action="resolve" id="NS_ooxml::LN_CT_FFData_textInput"/>
69 <attribute name="helpText:type" member="helpTextType" id="NS_ooxml::LN_CT_FFHelpText_type"/>
70 <attribute name="helpText:val" member="helpText" id="NS_ooxml::LN_CT_FFHelpText_val"/>
71 <attribute name="statusText:type" member="statusTextType" id="NS_ooxml::LN_CT_FFStatusText_type"/>
72 <attribute name="statusText:val" member="statusText" id="NS_ooxml::LN_CT_FFStatusText_val"/>