Lines Matching refs:UnoButtonControl

695 UnoButtonControl::UnoButtonControl( const uno::Reference< lang::XMultiServiceFactory >& i_factory )  in UnoButtonControl()  function in UnoButtonControl
704 ::rtl::OUString UnoButtonControl::GetComponentServiceName() in GetComponentServiceName()
729 void UnoButtonControl::dispose() throw(uno::RuntimeException) in dispose()
738 void UnoButtonControl::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno::Re… in createPeer()
752 void UnoButtonControl::addActionListener(const uno::Reference< awt::XActionListener > & l) throw(un… in addActionListener()
762 void UnoButtonControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) throw… in removeActionListener()
772 void UnoButtonControl::addItemListener(const uno::Reference< awt::XItemListener > & l) throw(uno::R… in addItemListener()
777 void UnoButtonControl::removeItemListener(const uno::Reference< awt::XItemListener > & l) throw(uno… in removeItemListener()
782 void SAL_CALL UnoButtonControl::disposing( const lang::EventObject& Source ) throw (uno::RuntimeExc… in disposing()
787 void SAL_CALL UnoButtonControl::itemStateChanged( const awt::ItemEvent& rEvent ) throw (uno::Runtim… in itemStateChanged()
800 void UnoButtonControl::setLabel( const ::rtl::OUString& rLabel ) throw(uno::RuntimeException) in setLabel()
807 void UnoButtonControl::setActionCommand( const ::rtl::OUString& rCommand ) throw(uno::RuntimeExcept… in setActionCommand()
817 awt::Size UnoButtonControl::getMinimumSize( ) throw(uno::RuntimeException) in getMinimumSize()
822 awt::Size UnoButtonControl::getPreferredSize( ) throw(uno::RuntimeException) in getPreferredSize()
827 awt::Size UnoButtonControl::calcAdjustedSize( const awt::Size& rNewSize ) throw(uno::RuntimeExcepti… in calcAdjustedSize()