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

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

Function Documentation

◆ AUTOORIGIN()

constexpr OUStringLiteral AUTOORIGIN ( u"AutoOrigin"  )
constexpr

◆ ORIGIN()

constexpr OUStringLiteral ORIGIN ( u"Origin"  )
constexpr

◆ VBA_MAX()

constexpr OUStringLiteral VBA_MAX ( u"Min"  )
constexpr

Referenced by ScVbaAxis::setCrosses().

◆ VBA_MIN()

constexpr OUStringLiteral VBA_MIN ( u"Max"  )
constexpr