|
LibreOffice Module xmloff (master) 1
|
#include "bordrhdl.hxx"#include <sax/tools/converter.hxx>#include <xmloff/xmltoken.hxx>#include <xmloff/xmluconv.hxx>#include <xmloff/xmlement.hxx>#include <rtl/ustrbuf.hxx>#include <com/sun/star/uno/Any.hxx>#include <com/sun/star/table/BorderLine2.hpp>#include <com/sun/star/table/BorderLineStyle.hpp>#include <limits.h>Go to the source code of this file.
Macros | |
| #define | DEF_LINE_WIDTH_0 1 |
| #define | DEF_LINE_WIDTH_1 35 |
| #define | DEF_LINE_WIDTH_2 88 |
| #define | SVX_XML_BORDER_WIDTH_THIN 0 |
| #define | SVX_XML_BORDER_WIDTH_MIDDLE 1 |
| #define | SVX_XML_BORDER_WIDTH_THICK 2 |
Functions | |
| static void | lcl_frmitems_setXMLBorderStyle (table::BorderLine2 &rBorderLine, sal_uInt16 nStyle) |
Variables | |
| SvXMLEnumMapEntry< sal_uInt16 > const | pXML_BorderStyles [] |
| SvXMLEnumMapEntry< sal_uInt16 > const | pXML_NamedBorderWidths [] |
| sal_uInt16 const | aBorderWidths [] |
| #define DEF_LINE_WIDTH_0 1 |
Definition at line 35 of file bordrhdl.cxx.
| #define DEF_LINE_WIDTH_1 35 |
Definition at line 36 of file bordrhdl.cxx.
| #define DEF_LINE_WIDTH_2 88 |
Definition at line 37 of file bordrhdl.cxx.
| #define SVX_XML_BORDER_WIDTH_MIDDLE 1 |
Definition at line 40 of file bordrhdl.cxx.
| #define SVX_XML_BORDER_WIDTH_THICK 2 |
Definition at line 41 of file bordrhdl.cxx.
| #define SVX_XML_BORDER_WIDTH_THIN 0 |
Definition at line 39 of file bordrhdl.cxx.
|
static |
Definition at line 78 of file bordrhdl.cxx.
Referenced by XMLBorderHdl::importXML().
| sal_uInt16 const aBorderWidths[] |
Definition at line 71 of file bordrhdl.cxx.
Referenced by XMLBorderHdl::importXML().
| SvXMLEnumMapEntry<sal_uInt16> const pXML_BorderStyles[] |
Definition at line 43 of file bordrhdl.cxx.
Referenced by XMLBorderHdl::importXML().
| SvXMLEnumMapEntry<sal_uInt16> const pXML_NamedBorderWidths[] |
Definition at line 62 of file bordrhdl.cxx.
Referenced by XMLBorderHdl::importXML().