Home
last modified time | relevance | path

Searched refs:getControl (Results 1 – 25 of 151) sorted by relevance

1234567

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoControlContainer.java108 model = shape.getControl(); in createTestEnvironment()
113 xCtrl = access.getControl(model); in createTestEnvironment()
124 model = shape.getControl(); in createTestEnvironment()
129 xCtrl1 = access.getControl(model); in createTestEnvironment()
140 model = shape.getControl(); in createTestEnvironment()
145 xCtrl2 = access.getControl(model); in createTestEnvironment()
161 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
170 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
202 ctrlCont.addControl("jupp", access.getControl(aShape.getControl())); in createTestEnvironment()
H A DUnoSpinButtonControl.java85 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
93 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
102 oObj = the_access.getControl(the_Model); in createTestEnvironment()
103 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
104 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlFixedText.java94 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
102 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
111 oObj = the_access.getControl(the_Model); in createTestEnvironment()
112 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
113 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlGroupBox.java94 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
102 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
111 oObj = the_access.getControl(the_Model); in createTestEnvironment()
112 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
113 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlRadioButton.java94 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
102 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
111 oObj = the_access.getControl(the_Model); in createTestEnvironment()
112 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
113 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlComboBox.java94 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
102 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
111 oObj = the_access.getControl(the_Model); in createTestEnvironment()
112 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
113 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlCurrencyField.java95 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
103 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
112 oObj = the_access.getControl(the_Model); in createTestEnvironment()
113 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
114 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlEdit.java95 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
103 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
112 oObj = the_access.getControl(the_Model); in createTestEnvironment()
113 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
114 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlFileControl.java95 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
103 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
112 oObj = the_access.getControl(the_Model); in createTestEnvironment()
113 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
114 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlImageControl.java95 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
106 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
115 oObj = the_access.getControl(the_Model); in createTestEnvironment()
116 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
117 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlListBox.java95 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
103 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
112 oObj = the_access.getControl(the_Model); in createTestEnvironment()
113 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
114 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlPatternField.java95 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
103 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
112 oObj = the_access.getControl(the_Model); in createTestEnvironment()
113 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
114 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DUnoControlTimeField.java95 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
103 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
112 oObj = the_access.getControl(the_Model); in createTestEnvironment()
113 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
114 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx190 …Reference< XInterface > xControl( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in setVisible()
228 xButton = Reference< XButton >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in insertButton()
253 …xFixedText = Reference< XFixedText >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THR… in insertFixedText()
271 …xCheckBox = Reference< XCheckBox >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW… in insertCheckBox()
289 …xControl = Reference< XControl >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in insertFormattedField()
307 …xControl = Reference< XComboBox >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW … in insertComboBox()
325 …xControl = Reference< XRadioButton >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THR… in insertRadioButton()
343 …xControl = Reference< XListBox >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in insertListBox()
361 …xControl = Reference< XControl >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in insertImage()
/trunk/main/forms/qa/integration/forms/
H A DDocumentViewHelper.java152 public XControl getControl( XControlModel xModel ) throws com.sun.star.uno.Exception in getControl() method in DocumentViewHelper
157 return xCtrlAcc.getControl( xModel ); in getControl()
161 public XControl getControl( Object aModel ) throws com.sun.star.uno.Exception in getControl() method in DocumentViewHelper
164 return getControl( xModel ); in getControl()
168 … public Object getControl( Object aModel, Class aInterfaceClass ) throws com.sun.star.uno.Exception in getControl() method in DocumentViewHelper
171 return UnoRuntime.queryInterface( aInterfaceClass, getControl( xModel ) ); in getControl()
211 XControl xControl = getControl( xModel ); in grabControlFocus()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java237 XControl xControl2 = xDlgContainer.getControl(ControlName); in getMAPConversionFactor()
246 XControl xControl2 = xDlgContainer.getControl(LabelName); in getpreferredLabelSize()
303 Object oLabel = xDlgContainer.getControl(sName); in insertLabel()
330 Object objectButton = xDlgContainer.getControl(sName); in insertButton()
349 Object objectCheckBox = xDlgContainer.getControl(sName); in insertCheckBox()
367 Object objectNumericField = xDlgContainer.getControl(sName); in insertNumericField()
387 Object oScrollBar = xDlgContainer.getControl(sName); in insertScrollBar()
424 XControl xTextField = xDlgContainer.getControl(sName); in insertEditField()
446 XControl xControlListBox = xDlgContainer.getControl(sName); in insertListBox()
791 Object oControl = xDlgContainer.getControl(ControlName); in setAutoMnemonic()
[all …]
/trunk/main/fpicker/source/office/
H A DOfficeControlAccess.cxx264 pControl = m_pFilePickerController->getControl( aFoundRange.first->nControlId ); in implGetControl()
306 if ( m_pFilePickerController->getControl( aControl->nControlId ) ) in getSupportedControls()
361 Control* pControl = m_pFilePickerController->getControl( _nControlId ); in setValue()
414 Control* pControl = m_pFilePickerController->getControl( _nControlId, sal_False ); in getValue()
480 Control* pControl = m_pFilePickerController->getControl( nId, sal_True ); in setLabel()
491 Control* pControl = m_pFilePickerController->getControl( nId, sal_True ); in getLabel()
553 _pControl = m_pFilePickerController->getControl( _nControlId ); in implSetControlProperty()
558 DBG_ASSERT( _pControl == m_pFilePickerController->getControl( _nControlId ), in implSetControlProperty()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DONavigationBarControl.java124 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
132 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
141 oObj = the_access.getControl(the_Model); in createTestEnvironment()
142 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
143 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DOGroupBoxControl.java157 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
165 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
174 oObj = the_access.getControl(the_Model); in createTestEnvironment()
175 anotherCtrl = the_access.getControl(the_Model2); in createTestEnvironment()
176 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DOImageButtonControl.java162 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
170 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
179 oObj = the_access.getControl(the_Model); in createTestEnvironment()
180 anotherCtrl = the_access.getControl(the_Model2); in createTestEnvironment()
181 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DOButtonControl.java167 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
175 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
184 oObj = the_access.getControl(the_Model); in createTestEnvironment()
185 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
186 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DOImageControlControl.java163 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
171 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
180 oObj = the_access.getControl(the_Model); in createTestEnvironment()
181 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
182 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
H A DORadioButtonControl.java166 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
174 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
183 oObj = the_access.getControl(the_Model); in createTestEnvironment()
184 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
185 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DOCurrencyControl.java182 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
190 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
199 oObj = the_access.getControl(the_Model); in createTestEnvironment()
200 aControl = the_access.getControl(the_Model2); in createTestEnvironment()
201 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
H A DODateControl.java178 XControlModel the_Model = aShape.getControl(); in createTestEnvironment()
186 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment()
195 oObj = the_access.getControl(the_Model); in createTestEnvironment()
196 anotherCtrl = the_access.getControl(the_Model2); in createTestEnvironment()
197 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()

Completed in 95 milliseconds

1234567