Lines Matching refs:VCLXRadioButton

1059 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()
1206 void VCLXRadioButton::addActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::… in addActionListener()
1212 void VCLXRadioButton::removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::sta… in removeActionListener()
1218 void VCLXRadioButton::setLabel( const ::rtl::OUString& rLabel ) throw(::com::sun::star::uno::Runtim… in setLabel()
1227 void VCLXRadioButton::setActionCommand( const ::rtl::OUString& rCommand ) throw(::com::sun::star::u… in setActionCommand()
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()
1276 ::com::sun::star::awt::Size VCLXRadioButton::calcAdjustedSize( const ::com::sun::star::awt::Size& r… in calcAdjustedSize()
1293 void VCLXRadioButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
1324 void VCLXRadioButton::ImplClickedOrToggled( sal_Bool bToggled ) in ImplClickedOrToggled()
1339 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > VCLXRadioButton::getFirstActi… in getFirstActionListener()