LibreOffice Module sc (master) 1
Macros | Functions
xmlstyli.cxx File Reference
#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>
Include dependency graph for xmlstyli.cxx:

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")
 

Macro Definition Documentation

◆ XML_LINE_BLTR

#define XML_LINE_BLTR   1

Definition at line 57 of file xmlstyli.cxx.

◆ XML_LINE_BOTTOM

#define XML_LINE_BOTTOM   3

Definition at line 54 of file xmlstyli.cxx.

◆ XML_LINE_LEFT

#define XML_LINE_LEFT   0

Definition at line 51 of file xmlstyli.cxx.

◆ XML_LINE_RIGHT

#define XML_LINE_RIGHT   1

Definition at line 52 of file xmlstyli.cxx.

◆ XML_LINE_TLBR

#define XML_LINE_TLBR   0

Definition at line 56 of file xmlstyli.cxx.

◆ XML_LINE_TOP

#define XML_LINE_TOP   2

Definition at line 53 of file xmlstyli.cxx.

Function Documentation

◆ gsCellStyleServiceName()

constexpr OUStringLiteral gsCellStyleServiceName ( u"com.sun.star.style.CellStyle"  )
constexpr

◆ gsGraphicStyleServiceName()

constexpr OUStringLiteral gsGraphicStyleServiceName ( u"com.sun.star.style.GraphicStyle"  )
constexpr