LibreOffice Module chart2 (master) 1
|
#include "VAxisProperties.hxx"
#include <ViewDefines.hxx>
#include <Axis.hxx>
#include <AxisHelper.hxx>
#include <ChartModelHelper.hxx>
#include <ExplicitCategoriesProvider.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/chart/ChartAxisArrangeOrderType.hpp>
#include <com/sun/star/chart2/AxisType.hpp>
#include <comphelper/diagnose_ex.hxx>
#include <rtl/math.hxx>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | chart |
Functions | |
static sal_Int32 | chart::lcl_calcTickLengthForDepth (sal_Int32 nDepth, sal_Int32 nTickmarkStyle) |
static double | chart::lcl_getTickOffset (sal_Int32 nLength, sal_Int32 nTickmarkStyle) |
static LabelAlignment | chart::lcl_getLabelAlignmentForZAxis (const AxisProperties &rAxisProperties) |
static LabelAlignment | chart::lcl_getLabelAlignmentForYAxis (const AxisProperties &rAxisProperties) |
static LabelAlignment | chart::lcl_getLabelAlignmentForXAxis (const AxisProperties &rAxisProperties) |