21 module
com { module sun { module star { module awt {
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
allows converting between different measurement units
Definition XUnitConversion.idl:29
com::sun::star::awt::Size convertSizeToLogic([in] com::sun::star::awt::Size Size, [in] short TargetUnit)
converts the given Size, which is specified in pixels, into the given logical unit
com::sun::star::awt::Point convertPointToLogic([in] com::sun::star::awt::Point Point, [in] short TargetUnit)
converts the given Point, which is specified in pixels, into the given logical unit
com::sun::star::awt::Size convertSizeToPixel([in] com::sun::star::awt::Size Size, [in] short SourceUnit)
converts the given Size, which is specified in the given logical unit, into pixels
com::sun::star::awt::Point convertPointToPixel([in] com::sun::star::awt::Point Point, [in] short SourceUnit)
converts the given Point, which is specified in the given logical unit, into pixels
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition Point.idl:28
specifies the 2-dimensional size of an area using width and height.
Definition Size.idl:28