Home
last modified time | relevance | path

Searched refs:VCLXRadioButton (Results 1 – 12 of 12) sorted by relevance

/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleradiobutton.cxx81 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()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx1059 void VCLXRadioButton::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()
1088 VCLXRadioButton::VCLXRadioButton() : maItemListeners( *this ), maActionListeners( *this ) in VCLXRadioButton() function in VCLXRadioButton
1093 ::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 …]
H A Dvclxtoolkit.cxx876 *ppNewComp = new VCLXRadioButton; in ImplCreateWindow()
/trunk/main/toolkit/inc/toolkit/helper/
H A Daccessiblefactory.hxx41 class VCLXRadioButton;
85 createAccessibleContext( VCLXRadioButton* _pXWindow ) = 0;
/trunk/main/accessibility/source/helper/
H A Dacc_factory.cxx115 createAccessibleContext( VCLXRadioButton* _pXWindow );
294 …Reference< XAccessibleContext > AccessibleFactory::createAccessibleContext( VCLXRadioButton* _pXWi… in createAccessibleContext()
/trunk/main/toolkit/doc/layout/
H A DTODO7 *** Add XRadioButton2 and layout::VCLXRadioButton with
9 VCLXRadioButton::getFirstActionListener () and [actionListener
/trunk/main/toolkit/source/helper/
H A Daccessibilityclient.cxx99 createAccessibleContext( VCLXRadioButton* /*_pXWindow*/ ) in createAccessibleContext() argument
H A Dunowrapper.cxx91 case WINDOW_RADIOBUTTON: return new VCLXRadioButton; in CreateXWindow()
/trunk/main/toolkit/source/layout/vcl/
H A Dwbutton.cxx321 …uno::Reference< uno::XInterface > x = static_cast<VCLXRadioButton*> (mpWindow->GetVCLXWindow ())->… in SetClickHdl()
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx62 class VCLXRadioButton;
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx281 class VCLXRadioButton : public ::com::sun::star::awt::XRadioButton, class
296 VCLXRadioButton();
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx965 UNO_CONTROL_MODEL_REGISTER_PROPERTIES( VCLXRadioButton ); in UnoControlRadioButtonModel()