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 VCLXCheckBox801 IMPL_XTYPEPROVIDER_START( VCLXCheckBox )812 void VCLXCheckBox::dispose() throw(::com::sun::star::uno::RuntimeException) in dispose()852 void VCLXCheckBox::setLabel( const ::rtl::OUString& rLabel ) throw(::com::sun::star::uno::RuntimeEx… in setLabel()861 void VCLXCheckBox::setState( short n ) throw(::com::sun::star::uno::RuntimeException) in setState()889 short VCLXCheckBox::getState() throw(::com::sun::star::uno::RuntimeException) in getState()909 void VCLXCheckBox::enableTriState( sal_Bool b ) throw(::com::sun::star::uno::RuntimeException) in enableTriState()918 ::com::sun::star::awt::Size VCLXCheckBox::getMinimumSize( ) throw(::com::sun::star::uno::RuntimeEx… in getMinimumSize()929 ::com::sun::star::awt::Size VCLXCheckBox::getPreferredSize( ) throw(::com::sun::star::uno::Runtime… in getPreferredSize()[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()
Completed in 106 milliseconds