LibreOffice
LibreOffice 4.2 SDK API Reference
|
Scaling that scales a value x by calculating m ⋅ x + t. More...
import"LinearScaling.idl";
Additional Inherited Members | |
![]() | |
double | doScaling ([in] double value) |
needs to keep relative ordering More... | |
com::sun::star::chart2::XScaling | getInverseScaling () |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Scaling that scales a value x by calculating m ⋅ x + t.
If not mentioned explicitly, the parameter m is 1.0 and t is 0.0, which means the transformation is an identical mapping.