1<!--*********************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 ***********************************************************--> 21<model> 22 <class name="FFDataHandler"> 23 <parent name="Properties"/> 24 <typedef name="Pointer_t" type="shared_ptr"/> 25 <typedef name="DropDownEntries_t"> 26 <vector type="OUString"/> 27 </typedef> 28 <member name="name" type="OUString"/> 29 <member name="enabled" type="bool"/> 30 <member name="calcOnExit" type="bool"/> 31 <member name="entryMacro" type="OUString"/> 32 <member name="exitMacro" type="OUString"/> 33 <member name="helpTextType" type="sal_uInt32"/> 34 <member name="helpText" type="OUString"/> 35 <member name="statusTextType" type="sal_uInt32"/> 36 <member name="statusText" type="OUString"/> 37 <member name="checkboxHeight" type="sal_uInt32"/> 38 <member name="checkboxAutoHeight" type="bool"/> 39 <member name="checkboxDefault" type="bool"/> 40 <member name="checkboxChecked" type="bool"/> 41 <member name="dropDownResult" type="OUString"/> 42 <member name="dropDownDefault" type="OUString"/> 43 <member name="dropDownEntries" type="DropDownEntries_t"/> 44 <member name="textType" type="sal_uInt32"/> 45 <member name="textMaxLength" type="sal_uInt32"/> 46 <member name="textDefault" type="OUString"/> 47 <member name="textFormat" type="OUString"/> 48 <sprm> 49 <element name="name" action="set" id="NS_ooxml::LN_CT_FFData_name"/> 50 <element name="enabled" action="set" id="NS_ooxml::LN_CT_FFData_enabled"/> 51 <element name="calcOnExit" action="set" id="NS_ooxml::LN_CT_FFData_calcOnExit"/> 52 <element name="entryMacro" action="set" id="NS_ooxml::LN_CT_FFData_entryMacro"/> 53 <element name="exitMacro" action="set" id="NS_ooxml::LN_CT_FFData_exitMacro"/> 54 <element name="helpText" action="resolve" id="NS_ooxml::LN_CT_FFData_helpText"/> 55 <element name="statusText" action="resolve" id="NS_ooxml::LN_CT_FFData_statusText"/> 56 <element name="size" member="checkboxHeight" action="set" id="NS_ooxml::LN_CT_FFCheckBox_size"/> 57 <element name="sizeAuto" member="checkboxAutoHeight" action="set" id="NS_ooxml::LN_CT_FFCheckBox_sizeAuto"/> 58 <element name="default" member="checkboxDefault" action="set" id="NS_ooxml::LN_CT_FFCheckBox_default"/> 59 <element name="checked" member="checkboxChecked" action="set" id="NS_ooxml::LN_CT_FFCheckBox_checked"/> 60 <element name="checkBox" action="resolve" id="NS_ooxml::LN_CT_FFData_checkBox"/> 61 <element name="result" member="dropDownResult" action="set" id="NS_ooxml::LN_CT_FFDDList_result"/> 62 <element name="default" member="dropDownDefault" action="set" id="NS_ooxml::LN_CT_FFDDList_default"/> 63 <element name="listEntry" member="dropDownEntries" action="pushback" id="NS_ooxml::LN_CT_FFDDList_listEntry"/> 64 <element name="ddList" action="resolve" id="NS_ooxml::LN_CT_FFData_ddList"/> 65 <element name="type" member="textType" action="set" id="NS_ooxml::LN_CT_FFTextInput_type"/> 66 <element name="default" member="textDefault" action="set" id="NS_ooxml::LN_CT_FFTextInput_default"/> 67 <element name="maxLength" member="textMaxLength" action="set" id="NS_ooxml::LN_CT_FFTextInput_maxLength"/> 68 <element name="format" member="textFormat" action="set" id="NS_ooxml::LN_CT_FFTextInput_format"/> 69 <element name="textInput" action="resolve" id="NS_ooxml::LN_CT_FFData_textInput"/> 70 </sprm> 71 <attribute> 72 <attribute name="helpText:type" member="helpTextType" id="NS_ooxml::LN_CT_FFHelpText_type"/> 73 <attribute name="helpText:val" member="helpText" id="NS_ooxml::LN_CT_FFHelpText_val"/> 74 <attribute name="statusText:type" member="statusTextType" id="NS_ooxml::LN_CT_FFStatusText_type"/> 75 <attribute name="statusText:val" member="statusText" id="NS_ooxml::LN_CT_FFStatusText_val"/> 76 </attribute> 77 </class> 78</model>