Lines Matching refs:rControlName
72 const OUString& rControlName, in ImplInsertSeparator() argument
101 rControlName, aNames, aValues ); in ImplInsertSeparator()
102 return rControlName; in ImplInsertSeparator()
108 const OUString& rControlName, in ImplInsertButton() argument
149 insertButton( rControlName, this, aNames, aValues ); in ImplInsertButton()
150 return rControlName; in ImplInsertButton()
156 const rtl::OUString& rControlName, in ImplInsertFixedText() argument
191 insertFixedText( rControlName, aNames, aValues ); in ImplInsertFixedText()
193 ImplSetBold( rControlName ); in ImplInsertFixedText()
194 return rControlName; in ImplInsertFixedText()
200 const OUString& rControlName, in ImplInsertCheckBox() argument
236 Reference< XCheckBox > xCheckBox( insertCheckBox( rControlName, aNames, aValues ) ); in ImplInsertCheckBox()
238 return rControlName; in ImplInsertCheckBox()
244 const OUString& rControlName, in ImplInsertFormattedField() argument
286 …Reference< XTextComponent > xTextComponent( insertFormattedField( rControlName, aNames, aValues ),… in ImplInsertFormattedField()
291 return rControlName; in ImplInsertFormattedField()
297 const OUString& rControlName, in ImplInsertComboBox() argument
339 …Reference< XTextComponent > xTextComponent( insertComboBox( rControlName, aNames, aValues ), UNO_Q… in ImplInsertComboBox()
342 return rControlName; in ImplInsertComboBox()
348 const rtl::OUString& rControlName, in ImplInsertRadioButton() argument
385 Reference< XRadioButton > xRadioButton( insertRadioButton( rControlName, aNames, aValues ) ); in ImplInsertRadioButton()
387 return rControlName; in ImplInsertRadioButton()
393 const OUString& rControlName, in ImplInsertListBox() argument
436 Reference< XListBox > xListBox( insertListBox( rControlName, aNames, aValues ) ); in ImplInsertListBox()
438 return rControlName; in ImplInsertListBox()