Searched refs:VCLXButton (Results 1 – 10 of 10) sorted by relevance
713 *ppNewComp = new VCLXButton; in ImplCreateWindow()776 *ppNewComp = new VCLXButton; in ImplCreateWindow()780 *ppNewComp = new VCLXButton; in ImplCreateWindow()784 *ppNewComp = new VCLXButton; in ImplCreateWindow()805 *ppNewComp = new VCLXButton; in ImplCreateWindow()839 *ppNewComp = new VCLXButton; in ImplCreateWindow()856 *ppNewComp = new VCLXButton; in ImplCreateWindow()868 *ppNewComp = new VCLXButton; in ImplCreateWindow()
340 void VCLXButton::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()374 VCLXButton::VCLXButton() in VCLXButton() function in VCLXButton380 VCLXButton::~VCLXButton() in ~VCLXButton()384 ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > VCLXButton:… in CreateAccessibleContext()389 void VCLXButton::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()424 void VCLXButton::setLabel( const ::rtl::OUString& rLabel ) throw(::com::sun::star::uno::RuntimeExce… in setLabel()433 void VCLXButton::setActionCommand( const ::rtl::OUString& rCommand ) throw(::com::sun::star::uno::R… in setActionCommand()440 ::com::sun::star::awt::Size VCLXButton::getMinimumSize( ) throw(::com::sun::star::uno::RuntimeExce… in getMinimumSize()451 ::com::sun::star::awt::Size VCLXButton::getPreferredSize( ) throw(::com::sun::star::uno::RuntimeEx… in getPreferredSize()532 ::com::sun::star::uno::Any VCLXButton::getProperty( const ::rtl::OUString& PropertyName ) throw(::c… in getProperty()[all …]
34 class VCLXIconButton : public VCLXButton
36 : VCLXButton() in VCLXIconButton()
39 class VCLXButton;75 createAccessibleContext( VCLXButton* _pXWindow ) = 0;
111 createAccessibleContext( VCLXButton* _pXWindow );282 …Reference< XAccessibleContext > AccessibleFactory::createAccessibleContext( VCLXButton* _pXWindow ) in createAccessibleContext()
89 createAccessibleContext( VCLXButton* /*_pXWindow*/ ) in createAccessibleContext() argument
59 case WINDOW_CANCELBUTTON: return new VCLXButton; in CreateXWindow()
153 class VCLXButton :public VCLXButton_Base class165 VCLXButton();166 ~VCLXButton();
641 UNO_CONTROL_MODEL_REGISTER_PROPERTIES( VCLXButton ); in UnoControlButtonModel()
Completed in 80 milliseconds