Lines Matching refs:xControl
190 …Reference< XInterface > xControl( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in setVisible() local
191 Reference< XWindow > xWindow( xControl, UNO_QUERY_THROW ); in setVisible()
283 Reference< XControl > xControl; in insertFormattedField() local
289 …xControl = Reference< XControl >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in insertFormattedField()
294 return xControl; in insertFormattedField()
301 Reference< XComboBox > xControl; in insertComboBox() local
307 …xControl = Reference< XComboBox >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW … in insertComboBox()
312 return xControl; in insertComboBox()
319 Reference< XRadioButton > xControl; in insertRadioButton() local
325 …xControl = Reference< XRadioButton >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THR… in insertRadioButton()
330 return xControl; in insertRadioButton()
337 Reference< XListBox > xControl; in insertListBox() local
343 …xControl = Reference< XListBox >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in insertListBox()
348 return xControl; in insertListBox()
355 Reference< XControl > xControl; in insertImage() local
361 …xControl = Reference< XControl >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in insertImage()
366 return xControl; in insertImage()