Searched refs:ScVbaValidation (Results 1 – 3 of 3) sorted by relevance
67 ScVbaValidation::getIgnoreBlank() throw (uno::RuntimeException) in getIgnoreBlank()76 ScVbaValidation::setIgnoreBlank( ::sal_Bool _ignoreblank ) throw (uno::RuntimeException) in setIgnoreBlank()84 ScVbaValidation::getInCellDropdown() throw (uno::RuntimeException) in getInCellDropdown()93 ScVbaValidation::setInCellDropdown( ::sal_Bool _incelldropdown ) throw (uno::RuntimeException) in setInCellDropdown()104 ScVbaValidation::getShowInput() throw (uno::RuntimeException) in getShowInput()113 ScVbaValidation:: setShowInput( ::sal_Bool _showinput ) throw (uno::RuntimeException) in setShowInput()121 ScVbaValidation::getShowError() throw (uno::RuntimeException) in getShowError()130 ScVbaValidation::setShowError( ::sal_Bool _showerror ) throw (uno::RuntimeException) in setShowError()138 ScVbaValidation::getErrorTitle() throw (uno::RuntimeException) in getErrorTitle()147 ScVbaValidation::setErrorTitle( const rtl::OUString& _errormessage ) throw (uno::RuntimeException) in setErrorTitle()[all …]
33 class ScVbaValidation : public ValidationImpl_BASE class38 …ScVbaValidation( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer… in ScVbaValidation() function in ScVbaValidation
4876 m_xValidation = new ScVbaValidation( this, mxContext, mxRange ); in getValidation()