LibreOffice Module chart2 (master) 1
|
#include <ScaleAutomatism.hxx>
#include "Tickmarks_Equidistant.hxx"
#include <DateHelper.hxx>
#include "DateScaling.hxx"
#include <AxisHelper.hxx>
#include <com/sun/star/chart/TimeUnit.hpp>
#include <com/sun/star/chart2/AxisType.hpp>
#include <rtl/math.hxx>
#include <tools/long.hxx>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | chart |
Functions | |
static sal_Int32 | chart::lcl_getMaximumAutoIncrementCount (sal_Int32 nAxisType) |
Variables | |
const sal_Int32 | chart::MAXIMUM_MANUAL_INCREMENT_COUNT = 500 |
const sal_Int32 | chart::MAXIMUM_SUB_INCREMENT_COUNT = 100 |