LibreOffice Module sc (master) 1
|
#include "xmlstyle.hxx"
#include "xmlexprt.hxx"
#include <rangeutl.hxx>
#include <unonames.hxx>
#include <o3tl/safeint.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltypes.hxx>
#include <xmloff/families.hxx>
#include <xmloff/contextid.hxx>
#include <xmloff/txtprmap.hxx>
#include <xmloff/XMLComplexColorHandler.hxx>
#include <xmloff/XMLComplexColorExport.hxx>
#include <docmodel/color/ComplexColor.hxx>
#include <docmodel/uno/UnoComplexColor.hxx>
#include <sax/tools/converter.hxx>
#include <com/sun/star/util/CellProtection.hpp>
#include <com/sun/star/table/CellOrientation.hpp>
#include <com/sun/star/table/CellVertJustify2.hpp>
#include <com/sun/star/table/CellHoriJustify.hpp>
#include <com/sun/star/table/CellJustifyMethod.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/util/XComplexColor.hpp>
#include <com/sun/star/sheet/XSheetConditionalEntry.hpp>
#include <com/sun/star/sheet/XSheetCondition.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <comphelper/extract.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
Macros | |
#define | MAP(name, prefix, token, type, context) { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_010, false } |
#define | MAP_ODF13(name, prefix, token, type, context) { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_013, false } |
#define | MAP_EXT(name, prefix, token, type, context) { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_FUTURE_EXTENDED, false } |
#define | MAP_EXT_I(name, prefix, token, type, context) { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_FUTURE_EXTENDED, true } |
#define | MAP_END() { nullptr } |
Variables | |
const XMLPropertyMapEntry | aXMLScCellStylesProperties [] |
const XMLPropertyMapEntry | aXMLScColumnStylesProperties [] |
const XMLPropertyMapEntry | aXMLScRowStylesImportProperties [] |
const XMLPropertyMapEntry | aXMLScRowStylesProperties [] |
const XMLPropertyMapEntry | aXMLScFromXLSRowStylesProperties [] |
const XMLPropertyMapEntry | aXMLScTableStylesImportProperties [] |
const XMLPropertyMapEntry | aXMLScTableStylesProperties [] |
#define MAP | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context | |||
) | { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_010, false } |
Definition at line 57 of file xmlstyle.cxx.
#define MAP_END | ( | ) | { nullptr } |
Definition at line 63 of file xmlstyle.cxx.
#define MAP_EXT | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context | |||
) | { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_FUTURE_EXTENDED, false } |
Definition at line 60 of file xmlstyle.cxx.
#define MAP_EXT_I | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context | |||
) | { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_FUTURE_EXTENDED, true } |
Definition at line 62 of file xmlstyle.cxx.
#define MAP_ODF13 | ( | name, | |
prefix, | |||
token, | |||
type, | |||
context | |||
) | { name, prefix, token, type, context, SvtSaveOptions::ODFSVER_013, false } |
Definition at line 58 of file xmlstyle.cxx.
const XMLPropertyMapEntry aXMLScCellStylesProperties[] |
Definition at line 65 of file xmlstyle.cxx.
Referenced by ScXMLExport::ScXMLExport(), and ScXMLImport::ScXMLImport().
const XMLPropertyMapEntry aXMLScColumnStylesProperties[] |
Definition at line 121 of file xmlstyle.cxx.
Referenced by ScXMLExport::ScXMLExport(), and ScXMLImport::ScXMLImport().
const XMLPropertyMapEntry aXMLScFromXLSRowStylesProperties[] |
Definition at line 153 of file xmlstyle.cxx.
Referenced by ScXMLExport::exportDoc().
const XMLPropertyMapEntry aXMLScRowStylesImportProperties[] |
Definition at line 129 of file xmlstyle.cxx.
Referenced by ScXMLImport::ScXMLImport().
const XMLPropertyMapEntry aXMLScRowStylesProperties[] |
Definition at line 145 of file xmlstyle.cxx.
Referenced by ScXMLExport::ScXMLExport().
const XMLPropertyMapEntry aXMLScTableStylesImportProperties[] |
Definition at line 161 of file xmlstyle.cxx.
Referenced by ScXMLImport::ScXMLImport().
const XMLPropertyMapEntry aXMLScTableStylesProperties[] |
Definition at line 179 of file xmlstyle.cxx.
Referenced by ScXMLExport::ScXMLExport().