LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"XAxis.idl";
Public Member Functions | |
void | setScaleData ([in] ScaleData aScale) |
ScaleData | getScaleData () |
com::sun::star::beans::XPropertySet | getGridProperties () |
the returned property set must support the service GridProperties More... | |
sequence< com::sun::star::beans::XPropertySet > | getSubGridProperties () |
the returned property sets must support the service GridProperties More... | |
sequence< com::sun::star::beans::XPropertySet > | getSubTickProperties () |
the returned property sets must support the service TickProperties More... | |
Public Member Functions inherited from XInterface | |
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... | |
com::sun::star::beans::XPropertySet getGridProperties | ( | ) |
the returned property set must support the service GridProperties
ScaleData getScaleData | ( | ) |
sequence< com::sun::star::beans::XPropertySet > getSubGridProperties | ( | ) |
the returned property sets must support the service GridProperties
If you do not want to render certain a sub-grid, in the corresponding XPropertySet the property GridProperties::Show must be FALSE
.
sequence< com::sun::star::beans::XPropertySet > getSubTickProperties | ( | ) |
the returned property sets must support the service TickProperties
void setScaleData | ( | [in] ScaleData | aScale | ) |