LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
Public Member Functions | List of all members
XCoordinateSystemContainer Interface Reference
Inheritance diagram for XCoordinateSystemContainer:
XInterface Diagram

Public Member Functions

void addCoordinateSystem ([in] XCoordinateSystem aCoordSys) raises ( com::sun::star::lang::IllegalArgumentException )
 add a coordinate system to the coordinate system container
 
void removeCoordinateSystem ([in] XCoordinateSystem aCoordSys) raises ( com::sun::star::container::NoSuchElementException )
 removes one coordinate system from the coordinate system container.
 
sequence< XCoordinateSystemgetCoordinateSystems ()
 retrieve all coordinate systems
 
void setCoordinateSystems ([in] sequence< XCoordinateSystem > aCoordinateSystems) raises ( com::sun::star::lang::IllegalArgumentException )
 set all coordinate systems
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
 
void acquire ()
 increases the reference counter by one.
 
void release ()
 decreases the reference counter by one.
 

Member Function Documentation

◆ addCoordinateSystem()

void addCoordinateSystem ( [in] XCoordinateSystem  aCoordSys)
raises (com::sun::star::lang::IllegalArgumentException
)

add a coordinate system to the coordinate system container

Exceptions
IllegalArgumentExceptionIf the given coordinate system is already contained in the container.

◆ getCoordinateSystems()

sequence< XCoordinateSystem > getCoordinateSystems ( )

retrieve all coordinate systems

◆ removeCoordinateSystem()

void removeCoordinateSystem ( [in] XCoordinateSystem  aCoordSys)
raises (com::sun::star::container::NoSuchElementException
)

removes one coordinate system from the coordinate system container.

◆ setCoordinateSystems()

void setCoordinateSystems ( [in] sequence< XCoordinateSystem aCoordinateSystems)
raises (com::sun::star::lang::IllegalArgumentException
)

set all coordinate systems


The documentation for this interface was generated from the following file: