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.awt.comp.AsyncCallback"> 28cdf0e10cSrcweir <service name="com.sun.star.awt.AsyncCallback"/> 29cdf0e10cSrcweir </implementation> 30cdf0e10cSrcweir <implementation name="com.sun.star.comp.awt.Layout"> 31cdf0e10cSrcweir <service name="com.sun.star.awt.Layout"/> 32cdf0e10cSrcweir <service name="com.sun.star.comp.awt.Layout"/> 33cdf0e10cSrcweir </implementation> 34cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlTabPage"> 35cdf0e10cSrcweir <service name="com.sun.star.awt.tab.UnoControlTabPage"/> 36cdf0e10cSrcweir </implementation> 37cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlTabPageModel"> 38cdf0e10cSrcweir <service name="com.sun.star.awt.tab.UnoControlTabPageModel"/> 39cdf0e10cSrcweir </implementation> 40cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlTabPageContainerModel"> 41cdf0e10cSrcweir <service name="com.sun.star.awt.tab.UnoControlTabPageContainerModel"/> 42cdf0e10cSrcweir </implementation> 43cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlTabPageContainer"> 44cdf0e10cSrcweir <service name="com.sun.star.awt.tab.UnoControlTabPageContainer"/> 45cdf0e10cSrcweir </implementation> 46cdf0e10cSrcweir <implementation name="stardiv.Toolkit.DefaultGridColumnModel"> 47cdf0e10cSrcweir <service name="com.sun.star.awt.grid.DefaultGridColumnModel"/> 48cdf0e10cSrcweir </implementation> 49cdf0e10cSrcweir <implementation name="stardiv.Toolkit.DefaultGridDataModel"> 50cdf0e10cSrcweir <service name="com.sun.star.awt.grid.DefaultGridDataModel"/> 51cdf0e10cSrcweir </implementation> 52cdf0e10cSrcweir <implementation name="org.openoffice.comp.toolkit.GridColumn"> 53cdf0e10cSrcweir <service name="com.sun.star.awt.grid.GridColumn"/> 54cdf0e10cSrcweir </implementation> 55cdf0e10cSrcweir <implementation name="org.openoffice.comp.toolkit.SortableGridDataModel"> 56cdf0e10cSrcweir <service name="com.sun.star.awt.grid.SortableGridDataModel"/> 57cdf0e10cSrcweir </implementation> 58cdf0e10cSrcweir <implementation name="stardiv.Toolkit.GridControl"> 59cdf0e10cSrcweir <service name="com.sun.star.awt.grid.UnoControlGrid"/> 60cdf0e10cSrcweir </implementation> 61cdf0e10cSrcweir <implementation name="stardiv.Toolkit.GridControlModel"> 62cdf0e10cSrcweir <service name="com.sun.star.awt.grid.UnoControlGridModel"/> 63cdf0e10cSrcweir </implementation> 64cdf0e10cSrcweir <implementation name="stardiv.Toolkit.MutableTreeDataModel"> 65cdf0e10cSrcweir <service name="com.sun.star.awt.tree.MutableTreeDataModel"/> 66cdf0e10cSrcweir </implementation> 67cdf0e10cSrcweir <implementation name="stardiv.Toolkit.StdTabController"> 68cdf0e10cSrcweir <service name="com.sun.star.awt.TabController"/> 69cdf0e10cSrcweir <service name="stardiv.vcl.control.TabController"/> 70cdf0e10cSrcweir </implementation> 71cdf0e10cSrcweir <implementation name="stardiv.Toolkit.StdTabControllerModel"> 72cdf0e10cSrcweir <service name="com.sun.star.awt.TabControllerModel"/> 73cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.TabController"/> 74cdf0e10cSrcweir </implementation> 75cdf0e10cSrcweir <implementation name="stardiv.Toolkit.TreeControl"> 76cdf0e10cSrcweir <service name="com.sun.star.awt.tree.TreeControl"/> 77cdf0e10cSrcweir </implementation> 78cdf0e10cSrcweir <implementation name="stardiv.Toolkit.TreeControlModel"> 79cdf0e10cSrcweir <service name="com.sun.star.awt.tree.TreeControlModel"/> 80cdf0e10cSrcweir </implementation> 81cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoButtonControl"> 82cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlButton"/> 83cdf0e10cSrcweir <service name="stardiv.vcl.control.Button"/> 84cdf0e10cSrcweir </implementation> 85cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoCheckBoxControl"> 86cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlCheckBox"/> 87cdf0e10cSrcweir <service name="stardiv.vcl.control.CheckBox"/> 88cdf0e10cSrcweir </implementation> 89cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoComboBoxControl"> 90cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlComboBox"/> 91cdf0e10cSrcweir <service name="stardiv.vcl.control.ComboBox"/> 92cdf0e10cSrcweir </implementation> 93cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlButtonModel"> 94cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlButtonModel"/> 95cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.Button"/> 96cdf0e10cSrcweir </implementation> 97cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlCheckBoxModel"> 98cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlCheckBoxModel"/> 99cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.CheckBox"/> 100cdf0e10cSrcweir </implementation> 101cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlComboBoxModel"> 102cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlComboBoxModel"/> 103cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.ComboBox"/> 104cdf0e10cSrcweir </implementation> 105cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlContainer"> 106cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlContainer"/> 107cdf0e10cSrcweir <service name="stardiv.vcl.control.ControlContainer"/> 108cdf0e10cSrcweir </implementation> 109cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlContainerModel"> 110cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlContainerModel"/> 111cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.ControlContainer"/> 112cdf0e10cSrcweir </implementation> 113cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlCurrencyFieldModel"> 114cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlCurrencyFieldModel"/> 115cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.CurrencyField"/> 116cdf0e10cSrcweir </implementation> 117cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlDateFieldModel"> 118cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlDateFieldModel"/> 119cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.DateField"/> 120cdf0e10cSrcweir </implementation> 121cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlDialogModel"> 122cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlDialogModel"/> 123cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.Dialog"/> 124cdf0e10cSrcweir </implementation> 125cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlEditModel"> 126cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlEditModel"/> 127cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.Edit"/> 128cdf0e10cSrcweir </implementation> 129cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlFileControlModel"> 130cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlFileControlModel"/> 131cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.FileControl"/> 132cdf0e10cSrcweir </implementation> 133cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlFixedHyperlinkModel"> 134cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlFixedHyperlinkModel"/> 135cdf0e10cSrcweir </implementation> 136cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlFixedLineModel"> 137cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlFixedLineModel"/> 138cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.FixedLine"/> 139cdf0e10cSrcweir </implementation> 140cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlFixedTextModel"> 141cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlFixedTextModel"/> 142cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.FixedText"/> 143cdf0e10cSrcweir </implementation> 144cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlFormattedFieldModel"> 145cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlFormattedFieldModel"/> 146cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.FormattedField"/> 147cdf0e10cSrcweir </implementation> 148cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlGroupBoxModel"> 149cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlGroupBoxModel"/> 150cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.GroupBox"/> 151cdf0e10cSrcweir </implementation> 152cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlImageControlModel"> 153cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlImageButtonModel"/> 154cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlImageControlModel"/> 155cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.ImageButton"/> 156cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.ImageControl"/> 157cdf0e10cSrcweir </implementation> 158cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlListBoxModel"> 159cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlListBoxModel"/> 160cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.ListBox"/> 161cdf0e10cSrcweir </implementation> 162cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlNumericFieldModel"> 163cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlNumericFieldModel"/> 164cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.NumericField"/> 165cdf0e10cSrcweir </implementation> 166cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlPatternFieldModel"> 167cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlPatternFieldModel"/> 168cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.PatternField"/> 169cdf0e10cSrcweir </implementation> 170cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlProgressBarModel"> 171cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlProgressBarModel"/> 172cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.ProgressBar"/> 173cdf0e10cSrcweir </implementation> 174cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlRadioButtonModel"> 175cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlRadioButtonModel"/> 176cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.RadioButton"/> 177cdf0e10cSrcweir </implementation> 178cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlRoadmapModel"> 179cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlRoadmapModel"/> 180cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.Roadmap"/> 181cdf0e10cSrcweir </implementation> 182cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlScrollBarModel"> 183cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlScrollBarModel"/> 184cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.ScrollBar"/> 185cdf0e10cSrcweir </implementation> 186cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoControlTimeFieldModel"> 187cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlTimeFieldModel"/> 188cdf0e10cSrcweir <service name="stardiv.vcl.controlmodel.TimeField"/> 189cdf0e10cSrcweir </implementation> 190cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoCurrencyFieldControl"> 191cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlCurrencyField"/> 192cdf0e10cSrcweir <service name="stardiv.vcl.control.CurrencyField"/> 193cdf0e10cSrcweir </implementation> 194cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoDateFieldControl"> 195cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlDateField"/> 196cdf0e10cSrcweir <service name="stardiv.vcl.control.DateField"/> 197cdf0e10cSrcweir </implementation> 198cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoDialogControl"> 199cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlDialog"/> 200cdf0e10cSrcweir <service name="stardiv.vcl.control.Dialog"/> 201cdf0e10cSrcweir </implementation> 202cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoEditControl"> 203cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlEdit"/> 204cdf0e10cSrcweir <service name="stardiv.vcl.control.Edit"/> 205cdf0e10cSrcweir </implementation> 206cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoFileControl"> 207cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlFileControl"/> 208cdf0e10cSrcweir <service name="stardiv.vcl.control.FileControl"/> 209cdf0e10cSrcweir </implementation> 210cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoFixedHyperlinkControl"> 211cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlFixedHyperlink"/> 212cdf0e10cSrcweir </implementation> 213cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoFixedLineControl"> 214cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlFixedLine"/> 215cdf0e10cSrcweir <service name="stardiv.vcl.control.FixedLine"/> 216cdf0e10cSrcweir </implementation> 217cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoFixedTextControl"> 218cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlFixedText"/> 219cdf0e10cSrcweir <service name="stardiv.vcl.control.FixedText"/> 220cdf0e10cSrcweir </implementation> 221cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoFormattedFieldControl"> 222cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlFormattedField"/> 223cdf0e10cSrcweir <service name="stardiv.vcl.control.FormattedField"/> 224cdf0e10cSrcweir </implementation> 225cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoGroupBoxControl"> 226cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlGroupBox"/> 227cdf0e10cSrcweir <service name="stardiv.vcl.control.GroupBox"/> 228cdf0e10cSrcweir </implementation> 229cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoImageControlControl"> 230cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlImageButton"/> 231cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlImageControl"/> 232cdf0e10cSrcweir <service name="stardiv.vcl.control.ImageButton"/> 233cdf0e10cSrcweir <service name="stardiv.vcl.control.ImageControl"/> 234cdf0e10cSrcweir </implementation> 235cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoListBoxControl"> 236cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlListBox"/> 237cdf0e10cSrcweir <service name="stardiv.vcl.control.ListBox"/> 238cdf0e10cSrcweir </implementation> 239cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoNumericFieldControl"> 240cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlNumericField"/> 241cdf0e10cSrcweir <service name="stardiv.vcl.control.NumericField"/> 242cdf0e10cSrcweir </implementation> 243cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoPatternFieldControl"> 244cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlPatternField"/> 245cdf0e10cSrcweir <service name="stardiv.vcl.control.PatternField"/> 246cdf0e10cSrcweir </implementation> 247cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoProgressBarControl"> 248cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlProgressBar"/> 249cdf0e10cSrcweir <service name="stardiv.vcl.control.ProgressBar"/> 250cdf0e10cSrcweir </implementation> 251cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoRadioButtonControl"> 252cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlRadioButton"/> 253cdf0e10cSrcweir <service name="stardiv.vcl.control.RadioButton"/> 254cdf0e10cSrcweir </implementation> 255cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoRoadmapControl"> 256cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlRoadmap"/> 257cdf0e10cSrcweir <service name="stardiv.vcl.control.Roadmap"/> 258cdf0e10cSrcweir </implementation> 259cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoScrollBarControl"> 260cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlScrollBar"/> 261cdf0e10cSrcweir <service name="stardiv.vcl.control.ScrollBar"/> 262cdf0e10cSrcweir </implementation> 263cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoSimpleAnimationControl"> 264cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlSimpleAnimation"/> 265cdf0e10cSrcweir <service name="com.sun.star.awt.UnoSimpleAnimationControl"/> 266cdf0e10cSrcweir </implementation> 267cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoSimpleAnimationControlModel"> 268cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlSimpleAnimationModel"/> 269cdf0e10cSrcweir <service name="com.sun.star.awt.UnoSimpleAnimationControlModel"/> 270cdf0e10cSrcweir </implementation> 271cdf0e10cSrcweir <implementation name="org.openoffice.comp.toolkit.SpinningProgressControlModel"> 272cdf0e10cSrcweir <service name="com.sun.star.awt.SpinningProgressControlModel"/> 273cdf0e10cSrcweir </implementation> 274cdf0e10cSrcweir <implementation name="org.openoffice.comp.toolkit.AnimatedImagesControlModel"> 275cdf0e10cSrcweir <service name="com.sun.star.awt.AnimatedImagesControlModel"/> 276cdf0e10cSrcweir </implementation> 277cdf0e10cSrcweir <implementation name="org.openoffice.comp.toolkit.AnimatedImagesControl"> 278cdf0e10cSrcweir <service name="com.sun.star.awt.AnimatedImagesControl"/> 279cdf0e10cSrcweir </implementation> 280cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoSpinButtonControl"> 281cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlSpinButton"/> 282cdf0e10cSrcweir </implementation> 283cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoSpinButtonModel"> 284cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlSpinButtonModel"/> 285cdf0e10cSrcweir </implementation> 286cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoThrobberControl"> 287cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlThrobber"/> 288cdf0e10cSrcweir <service name="com.sun.star.awt.UnoThrobberControl"/> 289cdf0e10cSrcweir </implementation> 290cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoThrobberControlModel"> 291cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlThrobberModel"/> 292cdf0e10cSrcweir <service name="com.sun.star.awt.UnoThrobberControlModel"/> 293cdf0e10cSrcweir </implementation> 294cdf0e10cSrcweir <implementation name="stardiv.Toolkit.UnoTimeFieldControl"> 295cdf0e10cSrcweir <service name="com.sun.star.awt.UnoControlTimeField"/> 296cdf0e10cSrcweir <service name="stardiv.vcl.control.TimeField"/> 297cdf0e10cSrcweir </implementation> 298cdf0e10cSrcweir <implementation name="stardiv.Toolkit.VCLXMenuBar"> 299cdf0e10cSrcweir <service name="com.sun.star.awt.MenuBar"/> 300cdf0e10cSrcweir <service name="stardiv.vcl.MenuBar"/> 301cdf0e10cSrcweir </implementation> 302cdf0e10cSrcweir <implementation name="stardiv.Toolkit.VCLXPointer"> 303cdf0e10cSrcweir <service name="com.sun.star.awt.Pointer"/> 304cdf0e10cSrcweir <service name="stardiv.vcl.Pointer"/> 305cdf0e10cSrcweir </implementation> 306cdf0e10cSrcweir <implementation name="stardiv.Toolkit.VCLXPopupMenu"> 307cdf0e10cSrcweir <service name="com.sun.star.awt.PopupMenu"/> 308cdf0e10cSrcweir <service name="stardiv.vcl.PopupMenu"/> 309cdf0e10cSrcweir </implementation> 310cdf0e10cSrcweir <implementation name="stardiv.Toolkit.VCLXPrinterServer"> 311cdf0e10cSrcweir <service name="com.sun.star.awt.PrinterServer"/> 312cdf0e10cSrcweir <service name="stardiv.vcl.PrinterServer"/> 313cdf0e10cSrcweir </implementation> 314cdf0e10cSrcweir <implementation name="stardiv.Toolkit.VCLXToolkit"> 315cdf0e10cSrcweir <service name="com.sun.star.awt.Toolkit"/> 316cdf0e10cSrcweir <service name="stardiv.vcl.VclToolkit"/> 317cdf0e10cSrcweir </implementation> 318cdf0e10cSrcweir</component> 319