LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"XCoordinateSystemContainer.idl";
Public Member Functions | |
void | addCoordinateSystem ([in] XCoordinateSystem aCoordSys) raises ( com::sun::star::lang::IllegalArgumentException ) |
add a coordinate system to the coordinate system container More... | |
void | removeCoordinateSystem ([in] XCoordinateSystem aCoordSys) raises ( com::sun::star::container::NoSuchElementException ) |
removes one coordinate system from the coordinate system container. More... | |
sequence< XCoordinateSystem > | getCoordinateSystems () |
retrieve all coordinate systems More... | |
void | setCoordinateSystems ([in] sequence< XCoordinateSystem > aCoordinateSystems) raises ( com::sun::star::lang::IllegalArgumentException ) |
set all coordinate systems 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... | |
void addCoordinateSystem | ( | [in] XCoordinateSystem | aCoordSys | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
add a coordinate system to the coordinate system container
IllegalArgumentException | If the given coordinate system is already contained in the container. |
sequence< XCoordinateSystem > getCoordinateSystems | ( | ) |
retrieve all coordinate systems
void removeCoordinateSystem | ( | [in] XCoordinateSystem | aCoordSys | ) | |
raises | ( | com::sun::star::container::NoSuchElementException | |||
) |
removes one coordinate system from the coordinate system container.
void setCoordinateSystems | ( | [in] sequence< XCoordinateSystem > | aCoordinateSystems | ) | |
raises | ( | com::sun::star::lang::IllegalArgumentException | |||
) |
set all coordinate systems