LibreOffice Module sc (master) 1
|
#include "vbavalidation.hxx"
#include "vbaformatcondition.hxx"
#include <com/sun/star/sheet/XSheetCondition.hpp>
#include <com/sun/star/sheet/ValidationType.hpp>
#include <com/sun/star/sheet/ValidationAlertStyle.hpp>
#include <com/sun/star/table/XCellRange.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <ooo/vba/excel/XlDVType.hpp>
#include <ooo/vba/excel/XlDVAlertStyle.hpp>
#include <unonames.hxx>
#include <rangelst.hxx>
#include "excelvbahelper.hxx"
#include "vbarange.hxx"
Go to the source code of this file.
Functions | |
static void | lcl_setValidationProps (const uno::Reference< table::XCellRange > &xRange, const uno::Reference< beans::XPropertySet > &xProps) |
static uno::Reference< beans::XPropertySet > | lcl_getValidationProps (const uno::Reference< table::XCellRange > &xRange) |
|
static |
Definition at line 46 of file vbavalidation.cxx.
References SC_UNONAME_VALIDAT.
Referenced by ScVbaValidation::Add(), ScVbaValidation::Delete(), ScVbaValidation::getErrorMessage(), ScVbaValidation::getErrorTitle(), ScVbaValidation::getFormula1(), ScVbaValidation::getFormula2(), ScVbaValidation::getIgnoreBlank(), ScVbaValidation::getInCellDropdown(), ScVbaValidation::getInputMessage(), ScVbaValidation::getInputTitle(), ScVbaValidation::getShowError(), ScVbaValidation::getShowInput(), ScVbaValidation::getType(), ScVbaValidation::setErrorMessage(), ScVbaValidation::setErrorTitle(), ScVbaValidation::setIgnoreBlank(), ScVbaValidation::setInCellDropdown(), ScVbaValidation::setInputMessage(), ScVbaValidation::setInputTitle(), ScVbaValidation::setShowError(), and ScVbaValidation::setShowInput().
|
static |
Definition at line 39 of file vbavalidation.cxx.
References SC_UNONAME_VALIDAT.
Referenced by ScVbaValidation::Add(), ScVbaValidation::Delete(), ScVbaValidation::setErrorMessage(), ScVbaValidation::setErrorTitle(), ScVbaValidation::setIgnoreBlank(), ScVbaValidation::setInCellDropdown(), ScVbaValidation::setInputMessage(), ScVbaValidation::setInputTitle(), ScVbaValidation::setShowError(), and ScVbaValidation::setShowInput().