LibreOffice Module sc (master)
1
|
#include "vbaaxis.hxx"
#include <ooo/vba/excel/XlAxisCrosses.hpp>
#include <ooo/vba/excel/XlAxisType.hpp>
#include <ooo/vba/excel/XlScaleType.hpp>
#include "vbaaxistitle.hxx"
#include "vbachart.hxx"
Go to the source code of this file.
Functions | |
constexpr OUStringLiteral | ORIGIN (u"Origin") |
constexpr OUStringLiteral | AUTOORIGIN (u"AutoOrigin") |
constexpr OUStringLiteral | VBA_MIN (u"Max") |
constexpr OUStringLiteral | VBA_MAX (u"Min") |
constexpr OUStringLiteral AUTOORIGIN | ( | u"AutoOrigin" | ) |
Referenced by ScVbaAxis::getCrosses(), and ScVbaAxis::setCrosses().
constexpr OUStringLiteral ORIGIN | ( | u"Origin" | ) |
Referenced by ScVbaAxis::getCrosses(), ScVbaAxis::getCrossesAt(), and ScVbaAxis::setCrossesAt().
constexpr OUStringLiteral VBA_MAX | ( | u"Min" | ) |
Referenced by ScVbaAxis::setCrosses().
constexpr OUStringLiteral VBA_MIN | ( | u"Max" | ) |
Referenced by ScVbaAxis::getCrosses(), and ScVbaAxis::setCrosses().