merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / chart2 / XScaling.idl
blob569f29ff21283b368c4eb4499ab5dfeded3ec477
1 #ifndef com_sun_star_chart2_XScaling_idl
2 #define com_sun_star_chart2_XScaling_idl
4 #ifndef __com_sun_star_uno_XInterface_idl__
5 #include <com/sun/star/uno/XInterface.idl>
6 #endif
8 //=============================================================================
10 module com { module sun { module star { module chart2 {
12 //=============================================================================
14 interface XScaling : ::com::sun::star::uno::XInterface
16 /** needs to keep relative ordering
18 double doScaling([in] double value);
19 com::sun::star::chart2::XScaling getInverseScaling();
21 //maybe provide correction for Min/Max
22 //double getMinimum(); ?adjust <-> min/max may not exist
23 //double getMaximum();
25 //... or better/additionally?: provide default values for Min&Max
28 //=============================================================================
30 }; }; }; };
32 #endif