Bump for 3.6-28
[LibreOffice.git] / offapi / com / sun / star / chart2 / XScaling.idl
blobcf78fafc5ecbf7c5f96caafcf3b432a28accd5f6
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef com_sun_star_chart2_XScaling_idl
3 #define com_sun_star_chart2_XScaling_idl
5 #include <com/sun/star/uno/XInterface.idl>
7 //=============================================================================
9 module com { module sun { module star { module chart2 {
11 //=============================================================================
13 interface XScaling : ::com::sun::star::uno::XInterface
15 /** needs to keep relative ordering
17 double doScaling([in] double value);
18 com::sun::star::chart2::XScaling getInverseScaling();
20 //maybe provide correction for Min/Max
21 //double getMinimum(); ?adjust <-> min/max may not exist
22 //double getMaximum();
24 //... or better/additionally?: provide default values for Min&Max
27 //=============================================================================
29 }; }; }; };
31 #endif
33 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */