Lines Matching refs:UnoCheckBoxControl
1220 UnoCheckBoxControl::UnoCheckBoxControl( const uno::Reference< lang::XMultiServiceFactory >& i_facto… in UnoCheckBoxControl() function in UnoCheckBoxControl
1228 ::rtl::OUString UnoCheckBoxControl::GetComponentServiceName() in GetComponentServiceName()
1233 void UnoCheckBoxControl::dispose() throw(uno::RuntimeException) in dispose()
1241 sal_Bool UnoCheckBoxControl::isTransparent() throw(uno::RuntimeException) in isTransparent()
1246 void UnoCheckBoxControl::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::… in createPeer()
1259 void UnoCheckBoxControl::addItemListener(const uno::Reference < awt::XItemListener > & l) throw(uno… in addItemListener()
1264 void UnoCheckBoxControl::removeItemListener(const uno::Reference < awt::XItemListener > & l) throw(… in removeItemListener()
1269 void UnoCheckBoxControl::addActionListener(const uno::Reference< awt::XActionListener > & l) throw(… in addActionListener()
1279 void UnoCheckBoxControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) thr… in removeActionListener()
1289 void UnoCheckBoxControl::setActionCommand( const ::rtl::OUString& rCommand ) throw(uno::RuntimeExce… in setActionCommand()
1300 void UnoCheckBoxControl::setLabel( const ::rtl::OUString& rLabel ) throw(uno::RuntimeException) in setLabel()
1307 void UnoCheckBoxControl::setState( short n ) throw(uno::RuntimeException) in setState()
1314 short UnoCheckBoxControl::getState() throw(uno::RuntimeException) in getState()
1322 void UnoCheckBoxControl::enableTriState( sal_Bool b ) throw(uno::RuntimeException) in enableTriState()
1329 void UnoCheckBoxControl::itemStateChanged( const awt::ItemEvent& rEvent ) throw(uno::RuntimeExcepti… in itemStateChanged()
1339 awt::Size UnoCheckBoxControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
1344 awt::Size UnoCheckBoxControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
1349 awt::Size UnoCheckBoxControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::RuntimeExcep… in calcAdjustedSize()