Searched refs:VCLXCheckBox (Results 1 – 9 of 9) sorted by relevance
75 VCLXCheckBox* pVCLXCheckBox = static_cast< VCLXCheckBox* >( GetVCLXWindow() ); in IsChecked()88 VCLXCheckBox* pVCLXCheckBox = static_cast< VCLXCheckBox* >( GetVCLXWindow() ); in IsIndeterminate()210 VCLXCheckBox* pVCLXCheckBox = static_cast< VCLXCheckBox* >( GetVCLXWindow() ); in doAccessibleAction()296 VCLXCheckBox* pVCLXCheckBox = static_cast< VCLXCheckBox* >( GetVCLXWindow() ); in getCurrentValue()311 VCLXCheckBox* pVCLXCheckBox = static_cast< VCLXCheckBox* >( GetVCLXWindow() ); in setCurrentValue()
758 void VCLXCheckBox::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()787 VCLXCheckBox::VCLXCheckBox() : maActionListeners( *this ), maItemListeners( *this ) in VCLXCheckBox() function in VCLXCheckBox792 ::com::sun::star::uno::Any VCLXCheckBox::queryInterface( const ::com::sun::star::uno::Type & rType … in queryInterface()801 IMPL_XTYPEPROVIDER_START( VCLXCheckBox )807 …uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > VCLXCheckBox::CreateAccessib…812 void VCLXCheckBox::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()822 void VCLXCheckBox::addItemListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::… in addItemListener()828 void VCLXCheckBox::removeItemListener( const ::com::sun::star::uno::Reference< ::com::sun::star::aw… in removeItemListener()834 void VCLXCheckBox::addActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt… in addActionListener()840 void VCLXCheckBox::removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::… in removeActionListener()[all …]
717 *ppNewComp = new VCLXCheckBox; in ImplCreateWindow()
40 class VCLXCheckBox;80 createAccessibleContext( VCLXCheckBox* _pXWindow ) = 0;
113 createAccessibleContext( VCLXCheckBox* _pXWindow );288 …Reference< XAccessibleContext > AccessibleFactory::createAccessibleContext( VCLXCheckBox* _pXWindo… in createAccessibleContext()
94 createAccessibleContext( VCLXCheckBox* /*_pXWindow*/ ) in createAccessibleContext() argument
60 case WINDOW_CHECKBOX: return new VCLXCheckBox; in CreateXWindow()
223 class VCLXCheckBox : public ::com::sun::star::awt::XCheckBox, class237 VCLXCheckBox();
1175 UNO_CONTROL_MODEL_REGISTER_PROPERTIES( VCLXCheckBox ); in UnoControlCheckBoxModel()