/aoo42x/main/qadevOOo/tests/java/mod/_toolkit/ |
H A D | UnoControlContainer.java | 108 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 D | UnoSpinButtonControl.java | 85 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 D | UnoControlGroupBox.java | 94 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 D | UnoControlFixedText.java | 94 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 D | UnoControlRadioButton.java | 94 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 D | UnoControlEdit.java | 95 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 D | UnoControlImageControl.java | 95 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 D | UnoControlListBox.java | 95 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 D | UnoControlTimeField.java | 95 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 D | UnoControlComboBox.java | 94 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 D | UnoControlCurrencyField.java | 95 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 D | UnoControlFileControl.java | 95 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 D | UnoControlPatternField.java | 95 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()
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | unodialog.cxx | 190 …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()
|
/aoo42x/main/forms/qa/integration/forms/ |
H A D | DocumentViewHelper.java | 152 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()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog.java | 237 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 …]
|
/aoo42x/main/fpicker/source/office/ |
H A D | OfficeControlAccess.cxx | 264 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()
|
/aoo42x/main/qadevOOo/tests/java/mod/_forms/ |
H A D | ONavigationBarControl.java | 124 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 D | OButtonControl.java | 167 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 D | OGroupBoxControl.java | 157 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 D | OImageButtonControl.java | 162 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 D | OImageControlControl.java | 163 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 D | ORadioButtonControl.java | 166 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 D | OCheckBoxControl.java | 175 XControlModel the_Model = aShape.getControl(); in createTestEnvironment() 182 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment() 190 oObj = the_access.getControl(the_Model); in createTestEnvironment() 191 aControl = the_access.getControl(the_Model2); in createTestEnvironment() 192 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
|
H A D | OComboBoxControl.java | 179 XControlModel the_Model = aShape.getControl(); in createTestEnvironment() 187 XControlModel the_Model2 = aShape2.getControl(); in createTestEnvironment() 196 oObj = the_access.getControl(the_Model); in createTestEnvironment() 197 aControl = the_access.getControl(the_Model2); in createTestEnvironment() 198 the_win = the_access.getControl(the_Model).getPeer(); in createTestEnvironment()
|