#include "vbaaxis.hxx"
#include <ooo/vba/excel/XlAxisCrosses.hpp>
#include <ooo/vba/excel/XlAxisType.hpp>
#include <ooo/vba/excel/XlScaleType.hpp>
#include <utility>
#include "vbaaxistitle.hxx"
#include "vbachart.hxx"
Go to the source code of this file.
|
constexpr OUStringLiteral | ORIGIN (u"Origin") |
|
constexpr OUStringLiteral | AUTOORIGIN (u"AutoOrigin") |
|
constexpr OUStringLiteral | VBA_MIN (u"Max") |
|
constexpr OUStringLiteral | VBA_MAX (u"Min") |
|
◆ AUTOORIGIN()
constexpr OUStringLiteral AUTOORIGIN |
( |
u"AutoOrigin" |
| ) |
|
|
constexpr |
◆ ORIGIN()
constexpr OUStringLiteral ORIGIN |
( |
u"Origin" |
| ) |
|
|
constexpr |
◆ VBA_MAX()
constexpr OUStringLiteral VBA_MAX |
( |
u"Min" |
| ) |
|
|
constexpr |
◆ VBA_MIN()
constexpr OUStringLiteral VBA_MIN |
( |
u"Max" |
| ) |
|
|
constexpr |