Lines Matching refs:rName

167 …e< XInterface > UnoDialog::insertControlModel( const OUString& rServiceName, const OUString& rName,  in insertControlModel()  argument
176 mxDialogModelNameContainer->insertByName( rName, Any( xControlModel ) ); in insertControlModel()
186 void UnoDialog::setVisible( const OUString& rName, sal_Bool bVisible ) in setVisible() argument
190 …Reference< XInterface > xControl( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in setVisible()
218 Reference< XButton > UnoDialog::insertButton( const OUString& rName, Reference< XActionListener > x… in insertButton() argument
225 rName, rPropertyNames, rPropertyValues ) ); in insertButton()
227 xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertButton()
228 xButton = Reference< XButton >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in insertButton()
233 xButton->setActionCommand( rName ); in insertButton()
245 Reference< XFixedText > UnoDialog::insertFixedText( const OUString& rName, const Sequence< OUString… in insertFixedText() argument
251 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertFixedText()
252 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertFixedText()
253 …xFixedText = Reference< XFixedText >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THR… in insertFixedText()
263 Reference< XCheckBox > UnoDialog::insertCheckBox( const OUString& rName, const Sequence< OUString >… in insertCheckBox() argument
269 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertCheckBox()
270 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertCheckBox()
271 …xCheckBox = Reference< XCheckBox >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW… in insertCheckBox()
281 Reference< XControl > UnoDialog::insertFormattedField( const OUString& rName, const Sequence< OUStr… in insertFormattedField() argument
287 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertFormattedField()
288 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertFormattedField()
289 …xControl = Reference< XControl >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in insertFormattedField()
299 Reference< XComboBox > UnoDialog::insertComboBox( const OUString& rName, const Sequence< OUString >… in insertComboBox() argument
305 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertComboBox()
306 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertComboBox()
307 …xControl = Reference< XComboBox >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW … in insertComboBox()
317 Reference< XRadioButton > UnoDialog::insertRadioButton( const OUString& rName, const Sequence< OUSt… in insertRadioButton() argument
323 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertRadioButton()
324 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertRadioButton()
325 …xControl = Reference< XRadioButton >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THR… in insertRadioButton()
335 Reference< XListBox > UnoDialog::insertListBox( const OUString& rName, const Sequence< OUString > r… in insertListBox() argument
341 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertListBox()
342 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertListBox()
343 …xControl = Reference< XListBox >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in insertListBox()
353 Reference< XControl > UnoDialog::insertImage( const OUString& rName, const Sequence< OUString > rPr… in insertImage() argument
359 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertImage()
360 … xPropertySet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( rName ) ); in insertImage()
361 …xControl = Reference< XControl >( mxDialogControlContainer->getControl( rName ), UNO_QUERY_THROW ); in insertImage()