LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies the layout constraints for a surrounding container. More...
import"XLayoutConstrains.idl";
Public Member Functions | |
com::sun::star::awt::Size | getMinimumSize () |
returns the minimum size for this component. More... | |
com::sun::star::awt::Size | getPreferredSize () |
returns the preferred size for this component. More... | |
com::sun::star::awt::Size | calcAdjustedSize ([in] com::sun::star::awt::Size aNewSize) |
calculates the adjusted size for a given maximum size. 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... | |
specifies the layout constraints for a surrounding container.
com::sun::star::awt::Size calcAdjustedSize | ( | [in] com::sun::star::awt::Size | aNewSize | ) |
calculates the adjusted size for a given maximum size.
com::sun::star::awt::Size getMinimumSize | ( | ) |
returns the minimum size for this component.
com::sun::star::awt::Size getPreferredSize | ( | ) |
returns the preferred size for this component.