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
1102 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 …]
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()

Completed in 104 milliseconds