Lines Matching refs:UnoRadioButtonControl
1010 UnoRadioButtonControl::UnoRadioButtonControl( const Reference< XMultiServiceFactory >& i_factory ) in UnoRadioButtonControl() function in UnoRadioButtonControl
1019 ::rtl::OUString UnoRadioButtonControl::GetComponentServiceName() in GetComponentServiceName()
1024 void UnoRadioButtonControl::dispose() throw(uno::RuntimeException) in dispose()
1033 sal_Bool UnoRadioButtonControl::isTransparent() throw(uno::RuntimeException) in isTransparent()
1038 void UnoRadioButtonControl::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const un… in createPeer()
1058 void UnoRadioButtonControl::addItemListener(const uno::Reference < awt::XItemListener > & l) throw(… in addItemListener()
1063 void UnoRadioButtonControl::removeItemListener(const uno::Reference < awt::XItemListener > & l) thr… in removeItemListener()
1068 void UnoRadioButtonControl::addActionListener(const uno::Reference< awt::XActionListener > & l) thr… in addActionListener()
1078 void UnoRadioButtonControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) … in removeActionListener()
1088 void UnoRadioButtonControl::setLabel( const ::rtl::OUString& rLabel ) throw(uno::RuntimeException) in setLabel()
1095 void UnoRadioButtonControl::setActionCommand( const ::rtl::OUString& rCommand ) throw(uno::RuntimeE… in setActionCommand()
1105 void UnoRadioButtonControl::setState( sal_Bool bOn ) throw(uno::RuntimeException) in setState()
1113 sal_Bool UnoRadioButtonControl::getState() throw(uno::RuntimeException) in getState()
1121 void UnoRadioButtonControl::itemStateChanged( const awt::ItemEvent& rEvent ) throw(uno::RuntimeExce… in itemStateChanged()
1154 awt::Size UnoRadioButtonControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
1159 awt::Size UnoRadioButtonControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
1164 awt::Size UnoRadioButtonControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::RuntimeEx… in calcAdjustedSize()