xref: /trunk/main/forms/util/frm.component (revision 67a4c099)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*67a4c099SAndrew Rist<!--***********************************************************
3*67a4c099SAndrew Rist *
4*67a4c099SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
5*67a4c099SAndrew Rist * or more contributor license agreements.  See the NOTICE file
6*67a4c099SAndrew Rist * distributed with this work for additional information
7*67a4c099SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
8*67a4c099SAndrew Rist * to you under the Apache License, Version 2.0 (the
9*67a4c099SAndrew Rist * "License"); you may not use this file except in compliance
10*67a4c099SAndrew Rist * with the License.  You may obtain a copy of the License at
11*67a4c099SAndrew Rist *
12*67a4c099SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
13*67a4c099SAndrew Rist *
14*67a4c099SAndrew Rist * Unless required by applicable law or agreed to in writing,
15*67a4c099SAndrew Rist * software distributed under the License is distributed on an
16*67a4c099SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17*67a4c099SAndrew Rist * KIND, either express or implied.  See the License for the
18*67a4c099SAndrew Rist * specific language governing permissions and limitations
19*67a4c099SAndrew Rist * under the License.
20*67a4c099SAndrew Rist *
21*67a4c099SAndrew Rist ***********************************************************-->
22*67a4c099SAndrew Rist
23*67a4c099SAndrew Rist
24cdf0e10cSrcweir
25cdf0e10cSrcweir<component loader="com.sun.star.loader.SharedLibrary"
26cdf0e10cSrcweir    xmlns="http://openoffice.org/2010/uno-components">
27cdf0e10cSrcweir  <implementation name="com.sun.star.comp.form.ONavigationBarControl">
28cdf0e10cSrcweir    <service name="com.sun.star.form.control.NavigationToolBar"/>
29cdf0e10cSrcweir  </implementation>
30cdf0e10cSrcweir  <implementation name="com.sun.star.comp.form.ONavigationBarModel">
31cdf0e10cSrcweir    <service name="com.sun.star.form.FormComponent"/>
32cdf0e10cSrcweir    <service name="com.sun.star.form.FormControlModel"/>
33cdf0e10cSrcweir    <service name="com.sun.star.form.component.NavigationToolBar"/>
34cdf0e10cSrcweir  </implementation>
35cdf0e10cSrcweir  <implementation name="com.sun.star.comp.form.ORichTextControl">
36cdf0e10cSrcweir    <service name="com.sun.star.form.control.RichTextControl"/>
37cdf0e10cSrcweir  </implementation>
38cdf0e10cSrcweir  <implementation name="com.sun.star.comp.forms.FormOperations">
39cdf0e10cSrcweir    <service name="com.sun.star.form.runtime.FormOperations"/>
40cdf0e10cSrcweir  </implementation>
41cdf0e10cSrcweir  <implementation name="com.sun.star.comp.forms.ODatabaseForm">
42cdf0e10cSrcweir    <service name="com.sun.star.form.FormComponent"/>
43cdf0e10cSrcweir    <service name="com.sun.star.form.FormComponents"/>
44cdf0e10cSrcweir    <service name="com.sun.star.form.component.DataForm"/>
45cdf0e10cSrcweir    <service name="com.sun.star.form.component.Form"/>
46cdf0e10cSrcweir    <service name="com.sun.star.form.component.HTMLForm"/>
47cdf0e10cSrcweir    <service name="stardiv.one.form.component.Form"/>
48cdf0e10cSrcweir  </implementation>
49cdf0e10cSrcweir  <implementation name="com.sun.star.comp.forms.OFilterControl">
50cdf0e10cSrcweir    <service name="com.sun.star.awt.UnoControl"/>
51cdf0e10cSrcweir    <service name="com.sun.star.form.control.FilterControl"/>
52cdf0e10cSrcweir  </implementation>
53cdf0e10cSrcweir  <implementation name="com.sun.star.comp.forms.OFormattedFieldWrapper_ForcedFormatted">
54cdf0e10cSrcweir    <service name="com.sun.star.form.binding.BindableDatabaseFormattedField"/>
55cdf0e10cSrcweir    <service name="com.sun.star.form.component.DatabaseFormattedField"/>
56cdf0e10cSrcweir    <service name="com.sun.star.form.component.FormattedField"/>
57cdf0e10cSrcweir    <service name="stardiv.one.form.component.FormattedField"/>
58cdf0e10cSrcweir  </implementation>
59cdf0e10cSrcweir  <implementation name="com.sun.star.comp.forms.ORichTextModel">
60cdf0e10cSrcweir    <service name="com.sun.star.form.FormComponent"/>
61cdf0e10cSrcweir    <service name="com.sun.star.form.FormControlModel"/>
62cdf0e10cSrcweir    <service name="com.sun.star.form.component.RichTextControl"/>
63cdf0e10cSrcweir    <service name="com.sun.star.style.CharacterProperties"/>
64cdf0e10cSrcweir    <service name="com.sun.star.style.CharacterPropertiesAsian"/>
65cdf0e10cSrcweir    <service name="com.sun.star.style.CharacterPropertiesComplex"/>
66cdf0e10cSrcweir    <service name="com.sun.star.style.ParagraphProperties"/>
67cdf0e10cSrcweir    <service name="com.sun.star.style.ParagraphPropertiesComplex"/>
68cdf0e10cSrcweir    <service name="com.sun.star.text.TextRange"/>
69cdf0e10cSrcweir  </implementation>
70cdf0e10cSrcweir  <implementation name="com.sun.star.comp.forms.OScrollBarModel">
71cdf0e10cSrcweir    <service name="com.sun.star.form.FormComponent"/>
72cdf0e10cSrcweir    <service name="com.sun.star.form.FormControlModel"/>
73cdf0e10cSrcweir    <service name="com.sun.star.form.binding.BindableIntegerValueRange"/>
74cdf0e10cSrcweir    <service name="com.sun.star.form.component.ScrollBar"/>
75cdf0e10cSrcweir  </implementation>
76cdf0e10cSrcweir  <implementation name="com.sun.star.comp.forms.OSpinButtonModel">
77cdf0e10cSrcweir    <service name="com.sun.star.form.FormComponent"/>
78cdf0e10cSrcweir    <service name="com.sun.star.form.FormControlModel"/>
79cdf0e10cSrcweir    <service name="com.sun.star.form.binding.BindableIntegerValueRange"/>
80cdf0e10cSrcweir    <service name="com.sun.star.form.component.SpinButton"/>
81cdf0e10cSrcweir  </implementation>
82cdf0e10cSrcweir  <implementation name="com.sun.star.comp.xml.xpath.XFormsExtension">
83cdf0e10cSrcweir    <service name="com.sun.star.xml.xpath.XPathExtension"/>
84cdf0e10cSrcweir  </implementation>
85cdf0e10cSrcweir  <implementation name="com.sun.star.form.ImageProducer">
86cdf0e10cSrcweir    <service name="com.sun.star.awt.ImageProducer"/>
87cdf0e10cSrcweir  </implementation>
88cdf0e10cSrcweir  <implementation name="com.sun.star.form.Model">
89cdf0e10cSrcweir    <service name="com.sun.star.xforms.Model"/>
90cdf0e10cSrcweir  </implementation>
91cdf0e10cSrcweir  <implementation name="com.sun.star.form.OButtonControl">
92cdf0e10cSrcweir    <service name="com.sun.star.form.control.CommandButton"/>
93cdf0e10cSrcweir    <service name="stardiv.one.form.control.CommandButton"/>
94cdf0e10cSrcweir  </implementation>
95cdf0e10cSrcweir  <implementation name="com.sun.star.form.OButtonModel">
96cdf0e10cSrcweir    <service name="com.sun.star.form.component.CommandButton"/>
97cdf0e10cSrcweir    <service name="stardiv.one.form.component.CommandButton"/>
98cdf0e10cSrcweir  </implementation>
99cdf0e10cSrcweir  <implementation name="com.sun.star.form.OCheckBoxControl">
100cdf0e10cSrcweir    <service name="com.sun.star.form.control.CheckBox"/>
101cdf0e10cSrcweir    <service name="stardiv.one.form.control.CheckBox"/>
102cdf0e10cSrcweir  </implementation>
103cdf0e10cSrcweir  <implementation name="com.sun.star.form.OCheckBoxModel">
104cdf0e10cSrcweir    <service name="com.sun.star.form.binding.BindableDatabaseCheckBox"/>
105cdf0e10cSrcweir    <service name="com.sun.star.form.component.CheckBox"/>
106cdf0e10cSrcweir    <service name="com.sun.star.form.component.DatabaseCheckBox"/>
107cdf0e10cSrcweir    <service name="stardiv.one.form.component.CheckBox"/>
108cdf0e10cSrcweir  </implementation>
109cdf0e10cSrcweir  <implementation name="com.sun.star.form.OComboBoxControl">
110cdf0e10cSrcweir    <service name="com.sun.star.form.control.ComboBox"/>
111cdf0e10cSrcweir    <service name="stardiv.one.form.control.ComboBox"/>
112cdf0e10cSrcweir  </implementation>
113cdf0e10cSrcweir  <implementation name="com.sun.star.form.OComboBoxModel">
114cdf0e10cSrcweir    <service name="com.sun.star.form.binding.BindableDatabaseComboBox"/>
115cdf0e10cSrcweir    <service name="com.sun.star.form.component.ComboBox"/>
116cdf0e10cSrcweir    <service name="com.sun.star.form.component.DatabaseComboBox"/>
117cdf0e10cSrcweir    <service name="stardiv.one.form.component.ComboBox"/>
118cdf0e10cSrcweir  </implementation>
119cdf0e10cSrcweir  <implementation name="com.sun.star.form.OCurrencyControl">
120cdf0e10cSrcweir    <service name="com.sun.star.form.control.CurrencyField"/>
121cdf0e10cSrcweir    <service name="stardiv.one.form.control.CurrencyField"/>
122cdf0e10cSrcweir  </implementation>
123cdf0e10cSrcweir  <implementation name="com.sun.star.form.OCurrencyModel">
124cdf0e10cSrcweir    <service name="com.sun.star.form.component.CurrencyField"/>
125cdf0e10cSrcweir    <service name="com.sun.star.form.component.DatabaseCurrencyField"/>
126cdf0e10cSrcweir    <service name="stardiv.one.form.component.CurrencyField"/>
127cdf0e10cSrcweir  </implementation>
128cdf0e10cSrcweir  <implementation name="com.sun.star.form.ODateControl">
129cdf0e10cSrcweir    <service name="com.sun.star.form.control.DateField"/>
130cdf0e10cSrcweir    <service name="stardiv.one.form.control.DateField"/>
131cdf0e10cSrcweir  </implementation>
132cdf0e10cSrcweir  <implementation name="com.sun.star.form.ODateModel">
133cdf0e10cSrcweir    <service name="com.sun.star.form.component.DatabaseDateField"/>
134cdf0e10cSrcweir    <service name="com.sun.star.form.component.DateField"/>
135cdf0e10cSrcweir    <service name="stardiv.one.form.component.DateField"/>
136cdf0e10cSrcweir  </implementation>
137cdf0e10cSrcweir  <implementation name="com.sun.star.form.OEditControl">
138cdf0e10cSrcweir    <service name="com.sun.star.form.control.TextField"/>
139cdf0e10cSrcweir    <service name="stardiv.one.form.control.Edit"/>
140cdf0e10cSrcweir    <service name="stardiv.one.form.control.TextField"/>
141cdf0e10cSrcweir  </implementation>
142cdf0e10cSrcweir  <implementation name="com.sun.star.form.OEditModel">
143cdf0e10cSrcweir    <service name="com.sun.star.form.binding.BindableDatabaseTextField"/>
144cdf0e10cSrcweir    <service name="com.sun.star.form.component.DatabaseTextField"/>
145cdf0e10cSrcweir    <service name="com.sun.star.form.component.TextField"/>
146cdf0e10cSrcweir    <service name="stardiv.one.form.component.TextField"/>
147cdf0e10cSrcweir  </implementation>
148cdf0e10cSrcweir  <implementation name="com.sun.star.form.OFileControlModel">
149cdf0e10cSrcweir    <service name="com.sun.star.form.component.FileControl"/>
150cdf0e10cSrcweir    <service name="stardiv.one.form.component.FileControl"/>
151cdf0e10cSrcweir  </implementation>
152cdf0e10cSrcweir  <implementation name="com.sun.star.form.OFixedTextModel">
153cdf0e10cSrcweir    <service name="com.sun.star.form.component.FixedText"/>
154cdf0e10cSrcweir    <service name="stardiv.one.form.component.FixedText"/>
155cdf0e10cSrcweir  </implementation>
156cdf0e10cSrcweir  <implementation name="com.sun.star.form.OFormattedControl">
157cdf0e10cSrcweir    <service name="com.sun.star.form.control.FormattedField"/>
158cdf0e10cSrcweir    <service name="stardiv.one.form.control.FormattedField"/>
159cdf0e10cSrcweir  </implementation>
160cdf0e10cSrcweir  <implementation name="com.sun.star.form.OFormattedFieldWrapper">
161cdf0e10cSrcweir    <service name="stardiv.one.form.component.Edit"/>
162cdf0e10cSrcweir  </implementation>
163cdf0e10cSrcweir  <implementation name="com.sun.star.form.OFormsCollection">
164cdf0e10cSrcweir    <service name="com.sun.star.form.Forms"/>
165cdf0e10cSrcweir  </implementation>
166cdf0e10cSrcweir  <implementation name="com.sun.star.form.OGridControlModel">
167cdf0e10cSrcweir    <service name="com.sun.star.form.component.GridControl"/>
168cdf0e10cSrcweir    <service name="stardiv.one.form.component.Grid"/>
169cdf0e10cSrcweir    <service name="stardiv.one.form.component.GridControl"/>
170cdf0e10cSrcweir  </implementation>
171cdf0e10cSrcweir  <implementation name="com.sun.star.form.OGroupBoxControl">
172cdf0e10cSrcweir    <service name="com.sun.star.form.control.GroupBox"/>
173cdf0e10cSrcweir    <service name="stardiv.one.form.control.GroupBox"/>
174cdf0e10cSrcweir  </implementation>
175cdf0e10cSrcweir  <implementation name="com.sun.star.form.OGroupBoxModel">
176cdf0e10cSrcweir    <service name="com.sun.star.form.component.GroupBox"/>
177cdf0e10cSrcweir    <service name="stardiv.one.form.component.GroupBox"/>
178cdf0e10cSrcweir  </implementation>
179cdf0e10cSrcweir  <implementation name="com.sun.star.form.OHiddenModel">
180cdf0e10cSrcweir    <service name="com.sun.star.form.component.HiddenControl"/>
181cdf0e10cSrcweir    <service name="stardiv.one.form.component.Hidden"/>
182cdf0e10cSrcweir    <service name="stardiv.one.form.component.HiddenControl"/>
183cdf0e10cSrcweir  </implementation>
184cdf0e10cSrcweir  <implementation name="com.sun.star.form.OImageButtonControl">
185cdf0e10cSrcweir    <service name="com.sun.star.form.control.ImageButton"/>
186cdf0e10cSrcweir    <service name="stardiv.one.form.control.ImageButton"/>
187cdf0e10cSrcweir  </implementation>
188cdf0e10cSrcweir  <implementation name="com.sun.star.form.OImageButtonModel">
189cdf0e10cSrcweir    <service name="com.sun.star.form.component.ImageButton"/>
190cdf0e10cSrcweir    <service name="stardiv.one.form.component.ImageButton"/>
191cdf0e10cSrcweir  </implementation>
192cdf0e10cSrcweir  <implementation name="com.sun.star.form.OImageControlControl">
193cdf0e10cSrcweir    <service name="com.sun.star.form.control.ImageControl"/>
194cdf0e10cSrcweir    <service name="stardiv.one.form.control.ImageControl"/>
195cdf0e10cSrcweir  </implementation>
196cdf0e10cSrcweir  <implementation name="com.sun.star.form.OImageControlModel">
197cdf0e10cSrcweir    <service name="com.sun.star.form.component.DatabaseImageControl"/>
198cdf0e10cSrcweir    <service name="stardiv.one.form.component.ImageControl"/>
199cdf0e10cSrcweir  </implementation>
200cdf0e10cSrcweir  <implementation name="com.sun.star.form.OListBoxControl">
201cdf0e10cSrcweir    <service name="com.sun.star.form.control.ListBox"/>
202cdf0e10cSrcweir    <service name="stardiv.one.form.control.ListBox"/>
203cdf0e10cSrcweir  </implementation>
204cdf0e10cSrcweir  <implementation name="com.sun.star.form.OListBoxModel">
205cdf0e10cSrcweir    <service name="com.sun.star.form.binding.BindableDatabaseListBox"/>
206cdf0e10cSrcweir    <service name="com.sun.star.form.component.DatabaseListBox"/>
207cdf0e10cSrcweir    <service name="com.sun.star.form.component.ListBox"/>
208cdf0e10cSrcweir    <service name="stardiv.one.form.component.ListBox"/>
209cdf0e10cSrcweir  </implementation>
210cdf0e10cSrcweir  <implementation name="com.sun.star.form.ONumericControl">
211cdf0e10cSrcweir    <service name="com.sun.star.form.control.NumericField"/>
212cdf0e10cSrcweir    <service name="stardiv.one.form.control.NumericField"/>
213cdf0e10cSrcweir  </implementation>
214cdf0e10cSrcweir  <implementation name="com.sun.star.form.ONumericModel">
215cdf0e10cSrcweir    <service name="com.sun.star.form.binding.BindableDatabaseNumericField"/>
216cdf0e10cSrcweir    <service name="com.sun.star.form.component.DatabaseNumericField"/>
217cdf0e10cSrcweir    <service name="com.sun.star.form.component.NumericField"/>
218cdf0e10cSrcweir    <service name="stardiv.one.form.component.NumericField"/>
219cdf0e10cSrcweir  </implementation>
220cdf0e10cSrcweir  <implementation name="com.sun.star.form.OPatternControl">
221cdf0e10cSrcweir    <service name="com.sun.star.form.control.PatternField"/>
222cdf0e10cSrcweir    <service name="stardiv.one.form.control.PatternField"/>
223cdf0e10cSrcweir  </implementation>
224cdf0e10cSrcweir  <implementation name="com.sun.star.form.OPatternModel">
225cdf0e10cSrcweir    <service name="com.sun.star.form.component.DatabasePatternField"/>
226cdf0e10cSrcweir    <service name="com.sun.star.form.component.PatternField"/>
227cdf0e10cSrcweir    <service name="stardiv.one.form.component.PatternField"/>
228cdf0e10cSrcweir  </implementation>
229cdf0e10cSrcweir  <implementation name="com.sun.star.form.ORadioButtonControl">
230cdf0e10cSrcweir    <service name="com.sun.star.form.control.RadioButton"/>
231cdf0e10cSrcweir    <service name="stardiv.one.form.control.RadioButton"/>
232cdf0e10cSrcweir  </implementation>
233cdf0e10cSrcweir  <implementation name="com.sun.star.form.ORadioButtonModel">
234cdf0e10cSrcweir    <service name="com.sun.star.form.binding.BindableDatabaseRadioButton"/>
235cdf0e10cSrcweir    <service name="com.sun.star.form.component.DatabaseRadioButton"/>
236cdf0e10cSrcweir    <service name="com.sun.star.form.component.RadioButton"/>
237cdf0e10cSrcweir    <service name="stardiv.one.form.component.RadioButton"/>
238cdf0e10cSrcweir  </implementation>
239cdf0e10cSrcweir  <implementation name="com.sun.star.form.OTimeControl">
240cdf0e10cSrcweir    <service name="com.sun.star.form.control.TimeField"/>
241cdf0e10cSrcweir    <service name="stardiv.one.form.control.TimeField"/>
242cdf0e10cSrcweir  </implementation>
243cdf0e10cSrcweir  <implementation name="com.sun.star.form.OTimeModel">
244cdf0e10cSrcweir    <service name="com.sun.star.form.component.DatabaseTimeField"/>
245cdf0e10cSrcweir    <service name="com.sun.star.form.component.TimeField"/>
246cdf0e10cSrcweir    <service name="stardiv.one.form.component.TimeField"/>
247cdf0e10cSrcweir  </implementation>
248cdf0e10cSrcweir  <implementation name="com.sun.star.form.XForms">
249cdf0e10cSrcweir    <service name="com.sun.star.xforms.XForms"/>
250cdf0e10cSrcweir  </implementation>
251cdf0e10cSrcweir</component>
252