LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_awt_XUnitConversion_idl__
20 #define __com_sun_star_awt_XUnitConversion_idl__
28 module
com { module sun { module star { module awt {
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
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 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
specifies the 2-dimensional size of an area using width and height.
Definition: Size.idl:30
allows converting between different measurement units
Definition: XUnitConversion.idl:36
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
Definition: Ambiguous.idl:22
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition: Point.idl:30
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48