Searched refs:VCLXRadioButton (Results 1 – 12 of 12) sorted by relevance
81 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in ProcessWindowEvent()126 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in FillAccessibleStateSet()185 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in doAccessibleAction()252 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in getCurrentValue()267 VCLXRadioButton* pVCLXRadioButton = static_cast< VCLXRadioButton* >( GetVCLXWindow() ); in setCurrentValue()
41 class VCLXRadioButton;85 createAccessibleContext( VCLXRadioButton* _pXWindow ) = 0;
1059 void VCLXRadioButton::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()1088 VCLXRadioButton::VCLXRadioButton() : maItemListeners( *this ), maActionListeners( *this ) in VCLXRadioButton() function in VCLXRadioButton1102 IMPL_XTYPEPROVIDER_START( VCLXRadioButton )1113 void VCLXRadioButton::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()1218 void VCLXRadioButton::setLabel( const ::rtl::OUString& rLabel ) throw(::com::sun::star::uno::Runtim… in setLabel()1233 void VCLXRadioButton::setState( sal_Bool b ) throw(::com::sun::star::uno::RuntimeException) in setState()1252 sal_Bool VCLXRadioButton::getState() throw(::com::sun::star::uno::RuntimeException) in getState()1260 ::com::sun::star::awt::Size VCLXRadioButton::getMinimumSize( ) throw(::com::sun::star::uno::Runtim… in getMinimumSize()1271 ::com::sun::star::awt::Size VCLXRadioButton::getPreferredSize( ) throw(::com::sun::star::uno::Runt… in getPreferredSize()1293 void VCLXRadioButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()[all …]
876 *ppNewComp = new VCLXRadioButton; in ImplCreateWindow()
115 createAccessibleContext( VCLXRadioButton* _pXWindow );294 …Reference< XAccessibleContext > AccessibleFactory::createAccessibleContext( VCLXRadioButton* _pXWi… in createAccessibleContext()
7 *** Add XRadioButton2 and layout::VCLXRadioButton with9 VCLXRadioButton::getFirstActionListener () and [actionListener
99 createAccessibleContext( VCLXRadioButton* /*_pXWindow*/ ) in createAccessibleContext() argument
91 case WINDOW_RADIOBUTTON: return new VCLXRadioButton; in CreateXWindow()
319 …uno::Reference< uno::XInterface > x = static_cast<VCLXRadioButton*> (mpWindow->GetVCLXWindow ())->… in SetClickHdl()
62 class VCLXRadioButton;
281 class VCLXRadioButton : public ::com::sun::star::awt::XRadioButton, class296 VCLXRadioButton();
965 UNO_CONTROL_MODEL_REGISTER_PROPERTIES( VCLXRadioButton ); in UnoControlRadioButtonModel()
Completed in 93 milliseconds