|
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 <xmloff/XMLComplexColorContext.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>#include <xmloff/xmltypes.hxx>#include <xmloff/contextid.hxx>#include <xmloff/txtprmap.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 | gsGraphicStyleServiceName (u"com.sun.star.style.GraphicStyle") |
| #define XML_LINE_BLTR 1 |
Definition at line 57 of file xmlstyli.cxx.
| #define XML_LINE_BOTTOM 3 |
Definition at line 54 of file xmlstyli.cxx.
| #define XML_LINE_LEFT 0 |
Definition at line 51 of file xmlstyli.cxx.
| #define XML_LINE_RIGHT 1 |
Definition at line 52 of file xmlstyli.cxx.
| #define XML_LINE_TLBR 0 |
Definition at line 56 of file xmlstyli.cxx.
| #define XML_LINE_TOP 2 |
Definition at line 53 of file xmlstyli.cxx.
|
constexpr |
Referenced by XMLTableStylesContext::GetServiceName().
|
constexpr |
Referenced by XMLTableStylesContext::GetServiceName().