LibreOffice Module sc (master) 1
|
#include <sal/config.h>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <svl/style.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/sheet/ConditionOperator2.hpp>
#include <com/sun/star/sheet/ValidationAlertStyle.hpp>
#include <com/sun/star/sheet/ValidationType.hpp>
#include <com/sun/star/sheet/TableValidationVisibility.hpp>
#include <fmtuno.hxx>
#include <miscuno.hxx>
#include <validat.hxx>
#include <document.hxx>
#include <unonames.hxx>
#include <tokenarray.hxx>
#include <tokenuno.hxx>
#include <stylehelper.hxx>
Go to the source code of this file.
Functions | |
static o3tl::span< const SfxItemPropertyMapEntry > | lcl_GetValidatePropertyMap () |
static sal_Int32 | lcl_ConditionModeToOperatorNew (ScConditionMode eMode) |
static sheet::ConditionOperator | lcl_ConditionModeToOperator (ScConditionMode eMode) |
static ScConditionMode | lcl_ConditionOperatorToMode (sheet::ConditionOperator eOper) |
static OUString | lcl_GetEntryNameFromIndex (sal_Int32 nIndex) |
|
static |
Definition at line 92 of file fmtuno.cxx.
References Between, Direct, eMode, EqGreater, EqLess, Equal, Greater, Less, NotBetween, and NotEqual.
Referenced by ScTableConditionalEntry::getOperator(), and ScTableValidationObj::getOperator().
|
static |
Definition at line 69 of file fmtuno.cxx.
References Between, Direct, Duplicate, eMode, EqGreater, EqLess, Equal, condformat::entry::FORMULA, Greater, Less, condformat::dialog::NONE, NotBetween, and NotEqual.
Referenced by ScTableConditionalEntry::getConditionOperator(), and ScTableValidationObj::getConditionOperator().
|
static |
Definition at line 114 of file fmtuno.cxx.
References Between, Direct, eMode, EqGreater, EqLess, Equal, Greater, Less, NONE, NotBetween, and NotEqual.
Referenced by ScTableConditionalEntry::setOperator(), and ScTableValidationObj::setOperator().
|
static |
Definition at line 398 of file fmtuno.cxx.
References nIndex.
Referenced by ScTableConditionalFormat::getByName(), ScTableConditionalFormat::getElementNames(), and ScTableConditionalFormat::hasByName().
|
static |
Definition at line 47 of file fmtuno.cxx.
References cppu::UnoType< typename T >::get(), SC_UNONAME_ERRALSTY, SC_UNONAME_ERRMESS, SC_UNONAME_ERRTITLE, SC_UNONAME_IGNOREBL, SC_UNONAME_INPMESS, SC_UNONAME_INPTITLE, SC_UNONAME_SHOWERR, SC_UNONAME_SHOWINP, SC_UNONAME_SHOWLIST, and SC_UNONAME_TYPE.