Searched refs:UnoButtonControl (Results 1 – 3 of 3) sorted by relevance
695 UnoButtonControl::UnoButtonControl( const uno::Reference< lang::XMultiServiceFactory >& i_factory ) in UnoButtonControl() function in UnoButtonControl704 ::rtl::OUString UnoButtonControl::GetComponentServiceName() in GetComponentServiceName()729 void UnoButtonControl::dispose() throw(uno::RuntimeException) in dispose()772 void UnoButtonControl::addItemListener(const uno::Reference< awt::XItemListener > & l) throw(uno::R… in addItemListener()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()[all …]
147 IMPL_CREATEINSTANCE2( UnoButtonControl )266 GET_FACTORY( UnoButtonControl, szServiceName_UnoControlButton, szServiceName2_UnoControlButton ) in component_getFactory()
277 class UnoButtonControl : public UnoButtonControl_Base class286 …UnoButtonControl( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFac…315 DECLIMPL_SERVICEINFO_DERIVED( UnoButtonControl, UnoControlBase, szServiceName2_UnoControlButton )
Completed in 39 milliseconds