1*58d70080SAndrew Rist# ************************************************************* 2*58d70080SAndrew Rist# 3*58d70080SAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 4*58d70080SAndrew Rist# or more contributor license agreements. See the NOTICE file 5*58d70080SAndrew Rist# distributed with this work for additional information 6*58d70080SAndrew Rist# regarding copyright ownership. The ASF licenses this file 7*58d70080SAndrew Rist# to you under the Apache License, Version 2.0 (the 8*58d70080SAndrew Rist# "License"); you may not use this file except in compliance 9*58d70080SAndrew Rist# with the License. You may obtain a copy of the License at 10*58d70080SAndrew Rist# 11*58d70080SAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 12*58d70080SAndrew Rist# 13*58d70080SAndrew Rist# Unless required by applicable law or agreed to in writing, 14*58d70080SAndrew Rist# software distributed under the License is distributed on an 15*58d70080SAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*58d70080SAndrew Rist# KIND, either express or implied. See the License for the 17*58d70080SAndrew Rist# specific language governing permissions and limitations 18*58d70080SAndrew Rist# under the License. 19*58d70080SAndrew Rist# 20*58d70080SAndrew Rist# ************************************************************* 21cdf0e10cSrcweir#i86007 -o toolkit.AccessibleButton 22cdf0e10cSrcweir#i88332 -o toolkit.AccessibleCheckBox 23cdf0e10cSrcweir#i86008 -o toolkit.AccessibleComboBox 24cdf0e10cSrcweir-o toolkit.AccessibleDropDownComboBox 25cdf0e10cSrcweir-o toolkit.AccessibleDropDownListBox 26cdf0e10cSrcweir#i86110 -o toolkit.AccessibleEdit 27cdf0e10cSrcweir-o toolkit.AccessibleFixedText 28cdf0e10cSrcweir#i86110 -o toolkit.AccessibleList 29cdf0e10cSrcweir#i86110 -o toolkit.AccessibleListBox 30cdf0e10cSrcweir#i86110 -o toolkit.AccessibleListItem 31cdf0e10cSrcweir-o toolkit.AccessibleMenu 32cdf0e10cSrcweir-o toolkit.AccessibleMenuBar 33cdf0e10cSrcweir#i86009 -o toolkit.AccessibleMenuItem 34cdf0e10cSrcweir-o toolkit.AccessibleMenuSeparator 35cdf0e10cSrcweir#i52607 -o toolkit.AccessiblePopupMenu 36cdf0e10cSrcweir#i86107,i86110 -o toolkit.AccessibleRadioButton 37cdf0e10cSrcweir-o toolkit.AccessibleScrollBar 38cdf0e10cSrcweir#i111225 -o toolkit.AccessibleStatusBar 39cdf0e10cSrcweir-o toolkit.AccessibleStatusBarItem 40cdf0e10cSrcweir#i109643 -o toolkit.AccessibleTabControl 41cdf0e10cSrcweir#i109643 -o toolkit.AccessibleTabPage 42cdf0e10cSrcweir#i86287 -o toolkit.AccessibleToolBox 43cdf0e10cSrcweir#i88605 -o toolkit.AccessibleToolBoxItem 44cdf0e10cSrcweir-o toolkit.AccessibleWindow 45cdf0e10cSrcweir-o toolkit.MutableTreeDataModel 46cdf0e10cSrcweir-o toolkit.MutableTreeNode 47cdf0e10cSrcweir-o toolkit.TabController 48cdf0e10cSrcweir-o toolkit.TabControllerModel 49cdf0e10cSrcweir-o toolkit.Toolkit 50cdf0e10cSrcweir-o toolkit.UnoControlButton 51cdf0e10cSrcweir-o toolkit.UnoControlButtonModel 52cdf0e10cSrcweir-o toolkit.UnoControlCheckBox 53cdf0e10cSrcweir-o toolkit.UnoControlCheckBoxModel 54cdf0e10cSrcweir-o toolkit.UnoControlComboBox 55cdf0e10cSrcweir-o toolkit.UnoControlComboBoxModel 56cdf0e10cSrcweir-o toolkit.UnoControlContainer 57cdf0e10cSrcweir-o toolkit.UnoControlContainerModel 58cdf0e10cSrcweir-o toolkit.UnoControlCurrencyField 59cdf0e10cSrcweir-o toolkit.UnoControlCurrencyFieldModel 60cdf0e10cSrcweir-o toolkit.UnoControlDateField 61cdf0e10cSrcweir-o toolkit.UnoControlDateFieldModel 62cdf0e10cSrcweir#allegedly was i80788, but still broken: -o toolkit.UnoControlDialog 63cdf0e10cSrcweir-o toolkit.UnoControlDialogModel 64cdf0e10cSrcweir-o toolkit.UnoControlEdit 65cdf0e10cSrcweir-o toolkit.UnoControlEditModel 66cdf0e10cSrcweir#i86011 -o toolkit.UnoControlFileControl 67cdf0e10cSrcweir-o toolkit.UnoControlFileControlModel 68cdf0e10cSrcweir-o toolkit.UnoControlFixedLineModel 69cdf0e10cSrcweir-o toolkit.UnoControlFixedText 70cdf0e10cSrcweir-o toolkit.UnoControlFixedTextModel 71cdf0e10cSrcweir#i86013 -o toolkit.UnoControlFormattedField 72cdf0e10cSrcweir-o toolkit.UnoControlFormattedFieldModel 73cdf0e10cSrcweir-o toolkit.UnoControlGroupBox 74cdf0e10cSrcweir-o toolkit.UnoControlGroupBoxModel 75cdf0e10cSrcweir-o toolkit.UnoControlImageControl 76cdf0e10cSrcweir-o toolkit.UnoControlImageControlModel 77cdf0e10cSrcweir#i86019 -o toolkit.UnoControlListBox 78cdf0e10cSrcweir-o toolkit.UnoControlListBoxModel 79cdf0e10cSrcweir-o toolkit.UnoControlNumericField 80cdf0e10cSrcweir-o toolkit.UnoControlNumericFieldModel 81cdf0e10cSrcweir-o toolkit.UnoControlPatternField 82cdf0e10cSrcweir-o toolkit.UnoControlPatternFieldModel 83cdf0e10cSrcweir-o toolkit.UnoControlProgressBarModel 84cdf0e10cSrcweir-o toolkit.UnoControlRadioButton 85cdf0e10cSrcweir-o toolkit.UnoControlRadioButtonModel 86cdf0e10cSrcweir-o toolkit.UnoControlScrollBarModel 87cdf0e10cSrcweir-o toolkit.UnoControlTimeField 88cdf0e10cSrcweir-o toolkit.UnoControlTimeFieldModel 89cdf0e10cSrcweir-o toolkit.UnoScrollBarControl 90cdf0e10cSrcweir#i86020 -o toolkit.UnoSimpleAnimationControl 91cdf0e10cSrcweir#i86021 -o toolkit.UnoSimpleAnimationControlModel 92cdf0e10cSrcweir-o toolkit.UnoSpinButtonControl 93cdf0e10cSrcweir-o toolkit.UnoSpinButtonControlModel 94cdf0e10cSrcweir#i86022 -o toolkit.UnoThrobberControl 95cdf0e10cSrcweir#i86023 -o toolkit.UnoThrobberControlModel 96cdf0e10cSrcweir#i86298 -o toolkit.UnoTreeControl 97cdf0e10cSrcweir-o toolkit.UnoTreeModel 98