Lines Matching refs:rControlName

74     const OUString& rControlName,  in ImplInsertSeparator()  argument
103 rControlName, aNames, aValues ); in ImplInsertSeparator()
104 return rControlName; in ImplInsertSeparator()
110 const OUString& rControlName, in ImplInsertButton() argument
151 insertButton( rControlName, this, aNames, aValues ); in ImplInsertButton()
152 return rControlName; in ImplInsertButton()
158 const rtl::OUString& rControlName, in ImplInsertFixedText() argument
193 insertFixedText( rControlName, aNames, aValues ); in ImplInsertFixedText()
195 ImplSetBold( rControlName ); in ImplInsertFixedText()
196 return rControlName; in ImplInsertFixedText()
202 const OUString& rControlName, in ImplInsertCheckBox() argument
238 Reference< XCheckBox > xCheckBox( insertCheckBox( rControlName, aNames, aValues ) ); in ImplInsertCheckBox()
240 return rControlName; in ImplInsertCheckBox()
246 const OUString& rControlName, in ImplInsertFormattedField() argument
288 …Reference< XTextComponent > xTextComponent( insertFormattedField( rControlName, aNames, aValues ),… in ImplInsertFormattedField()
293 return rControlName; in ImplInsertFormattedField()
299 const OUString& rControlName, in ImplInsertComboBox() argument
341 …Reference< XTextComponent > xTextComponent( insertComboBox( rControlName, aNames, aValues ), UNO_Q… in ImplInsertComboBox()
344 return rControlName; in ImplInsertComboBox()
350 const rtl::OUString& rControlName, in ImplInsertRadioButton() argument
387 Reference< XRadioButton > xRadioButton( insertRadioButton( rControlName, aNames, aValues ) ); in ImplInsertRadioButton()
389 return rControlName; in ImplInsertRadioButton()
395 const OUString& rControlName, in ImplInsertListBox() argument
438 Reference< XListBox > xListBox( insertListBox( rControlName, aNames, aValues ) ); in ImplInsertListBox()
440 return rControlName; in ImplInsertListBox()