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()
1059 void VCLXRadioButton::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()1088 VCLXRadioButton::VCLXRadioButton() : maItemListeners( *this ), maActionListeners( *this ) in VCLXRadioButton() function in VCLXRadioButton1093 ::com::sun::star::uno::Any VCLXRadioButton::queryInterface( const ::com::sun::star::uno::Type & rTy… in queryInterface()1102 IMPL_XTYPEPROVIDER_START( VCLXRadioButton )1108 …no::Reference< ::com::sun::star::accessibility::XAccessibleContext > VCLXRadioButton::CreateAccess…1113 void VCLXRadioButton::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()1123 void VCLXRadioButton::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno… in setProperty()1165 ::com::sun::star::uno::Any VCLXRadioButton::getProperty( const ::rtl::OUString& PropertyName ) thro… in getProperty()1194 void VCLXRadioButton::addItemListener( const ::com::sun::star::uno::Reference< ::com::sun::star::aw… in addItemListener()1200 void VCLXRadioButton::removeItemListener( const ::com::sun::star::uno::Reference< ::com::sun::star:… in removeItemListener()[all …]
876 *ppNewComp = new VCLXRadioButton; in ImplCreateWindow()
41 class VCLXRadioButton;85 createAccessibleContext( VCLXRadioButton* _pXWindow ) = 0;
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()
321 …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()