LibreOffice Module sc (master)
1
|
#include "xmlstyli.hxx"
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmlimppr.hxx>
#include <xmloff/families.hxx>
#include <xmloff/xmlnumfi.hxx>
#include <xmloff/XMLGraphicsDefaultStyle.hxx>
#include <xmloff/xmltoken.hxx>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <comphelper/extract.hxx>
#include <xmloff/xmlprcon.hxx>
#include "XMLTableHeaderFooterContext.hxx"
#include "XMLConverter.hxx"
#include "XMLTableShapeImportHelper.hxx"
#include <sheetdata.hxx>
#include "xmlannoi.hxx"
#include <textuno.hxx>
#include <cellsuno.hxx>
#include "xmlstyle.hxx"
#include <docuno.hxx>
#include <unonames.hxx>
#include <document.hxx>
#include <conditio.hxx>
#include <rangelst.hxx>
Go to the source code of this file.
Macros | |
#define | XML_LINE_LEFT 0 |
#define | XML_LINE_RIGHT 1 |
#define | XML_LINE_TOP 2 |
#define | XML_LINE_BOTTOM 3 |
#define | XML_LINE_TLBR 0 |
#define | XML_LINE_BLTR 1 |
Functions | |
constexpr OUStringLiteral | gsCellStyleServiceName (u"com.sun.star.style.CellStyle") |
constexpr OUStringLiteral | gsColumnStyleServiceName (u""XML_STYLE_FAMILY_TABLE_COLUMN_STYLES_NAME) |
constexpr OUStringLiteral | gsRowStyleServiceName (u""XML_STYLE_FAMILY_TABLE_ROW_STYLES_NAME) |
constexpr OUStringLiteral | gsTableStyleServiceName (u""XML_STYLE_FAMILY_TABLE_TABLE_STYLES_NAME) |
#define XML_LINE_BLTR 1 |
Definition at line 52 of file xmlstyli.cxx.
Referenced by ScXMLCellImportPropertyMapper::finished().
#define XML_LINE_BOTTOM 3 |
Definition at line 49 of file xmlstyli.cxx.
Referenced by ScXMLCellImportPropertyMapper::finished().
#define XML_LINE_LEFT 0 |
Definition at line 46 of file xmlstyli.cxx.
Referenced by ScXMLCellImportPropertyMapper::finished().
#define XML_LINE_RIGHT 1 |
Definition at line 47 of file xmlstyli.cxx.
Referenced by ScXMLCellImportPropertyMapper::finished().
#define XML_LINE_TLBR 0 |
Definition at line 51 of file xmlstyli.cxx.
Referenced by ScXMLCellImportPropertyMapper::finished().
#define XML_LINE_TOP 2 |
Definition at line 48 of file xmlstyli.cxx.
Referenced by ScXMLCellImportPropertyMapper::finished().
constexpr OUStringLiteral gsCellStyleServiceName | ( | u"com.sun.star.style.CellStyle" | ) |
Referenced by XMLTableStylesContext::GetServiceName().
constexpr OUStringLiteral gsColumnStyleServiceName | ( | u"" | XML_STYLE_FAMILY_TABLE_COLUMN_STYLES_NAME | ) |
Referenced by XMLTableStylesContext::GetServiceName().
constexpr OUStringLiteral gsRowStyleServiceName | ( | u"" | XML_STYLE_FAMILY_TABLE_ROW_STYLES_NAME | ) |
Referenced by XMLTableStylesContext::GetServiceName().
constexpr OUStringLiteral gsTableStyleServiceName | ( | u"" | XML_STYLE_FAMILY_TABLE_TABLE_STYLES_NAME | ) |
Referenced by XMLTableStylesContext::GetServiceName().