LibreOffice Module sc (master) 1
|
#include "vbaaxes.hxx"
#include "vbaaxis.hxx"
#include "vbachart.hxx"
#include <basic/sberrors.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/script/BasicErrorException.hpp>
#include <ooo/vba/excel/XlAxisType.hpp>
#include <ooo/vba/excel/XlAxisGroup.hpp>
#include <ooo/vba/excel/XAxis.hpp>
#include <utility>
Go to the source code of this file.
Typedefs | |
typedef ::std::pair< sal_Int32, sal_Int32 > | AxesCoordinate |
typedef ::std::pair<sal_Int32, sal_Int32 > AxesCoordinate |
Definition at line 41 of file vbaaxes.cxx.