LibreOffice Module sc (master)
1
|
#include "XMLStylesExportHelper.hxx"
#include <tools/lineend.hxx>
#include <unonames.hxx>
#include "xmlexprt.hxx"
#include <document.hxx>
#include <rangeutl.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/XMLEventExport.hxx>
#include <xmloff/namespacemap.hxx>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sheet/XSheetCondition.hpp>
#include <com/sun/star/sheet/TableValidationVisibility.hpp>
#include <comphelper/extract.hxx>
#include <comphelper/propertysequence.hxx>
#include <sfx2/app.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
Functions | |
constexpr OUStringLiteral | gsERRALSTY (u""SC_UNONAME_ERRALSTY) |
constexpr OUStringLiteral | gsIGNOREBL (u""SC_UNONAME_IGNOREBL) |
constexpr OUStringLiteral | gsSHOWLIST (u""SC_UNONAME_SHOWLIST) |
constexpr OUStringLiteral | gsTYPE (u""SC_UNONAME_TYPE) |
constexpr OUStringLiteral | gsSHOWINP (u""SC_UNONAME_SHOWINP) |
constexpr OUStringLiteral | gsSHOWERR (u""SC_UNONAME_SHOWERR) |
constexpr OUStringLiteral | gsINPTITLE (u""SC_UNONAME_INPTITLE) |
constexpr OUStringLiteral | gsINPMESS (u""SC_UNONAME_INPMESS) |
constexpr OUStringLiteral | gsERRTITLE (u""SC_UNONAME_ERRTITLE) |
constexpr OUStringLiteral | gsERRMESS (u""SC_UNONAME_ERRMESS) |
constexpr OUStringLiteral gsERRALSTY | ( | u"" | SC_UNONAME_ERRALSTY | ) |
Referenced by ScMyValidationsContainer::AddValidation().
constexpr OUStringLiteral gsERRMESS | ( | u"" | SC_UNONAME_ERRMESS | ) |
Referenced by ScMyValidationsContainer::AddValidation().
constexpr OUStringLiteral gsERRTITLE | ( | u"" | SC_UNONAME_ERRTITLE | ) |
Referenced by ScMyValidationsContainer::AddValidation().
constexpr OUStringLiteral gsIGNOREBL | ( | u"" | SC_UNONAME_IGNOREBL | ) |
Referenced by ScMyValidationsContainer::AddValidation().
constexpr OUStringLiteral gsINPMESS | ( | u"" | SC_UNONAME_INPMESS | ) |
Referenced by ScMyValidationsContainer::AddValidation().
constexpr OUStringLiteral gsINPTITLE | ( | u"" | SC_UNONAME_INPTITLE | ) |
Referenced by ScMyValidationsContainer::AddValidation().
constexpr OUStringLiteral gsSHOWERR | ( | u"" | SC_UNONAME_SHOWERR | ) |
Referenced by ScMyValidationsContainer::AddValidation().
constexpr OUStringLiteral gsSHOWINP | ( | u"" | SC_UNONAME_SHOWINP | ) |
Referenced by ScMyValidationsContainer::AddValidation().
constexpr OUStringLiteral gsSHOWLIST | ( | u"" | SC_UNONAME_SHOWLIST | ) |
Referenced by ScMyValidationsContainer::AddValidation().
constexpr OUStringLiteral gsTYPE | ( | u"" | SC_UNONAME_TYPE | ) |
Referenced by ScMyValidationsContainer::AddValidation().