22 module
com { module sun { module star { module frame {
allows to listen to border resize events of a controller.
Definition XBorderResizeListener.idl:27
allows to retrieve information about controller's border.
Definition XControllerBorder.idl:27
void addBorderResizeListener([in] XBorderResizeListener xListener)
adds the specified listener to receive events about controller's border resizing.
BorderWidths getBorder()
allows to get current border sizes of the document.
::com::sun::star::awt::Rectangle queryBorderedArea([in] ::com::sun::star::awt::Rectangle aPreliminaryRectangle)
allows to get suggestion for resizing of object area surrounded by the border.
void removeBorderResizeListener([in] XBorderResizeListener xListener)
removes the specified listener.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20
specifies a rectangular area by position and size.
Definition Rectangle.idl:28
specifies a border area by offsets from each side.
Definition BorderWidths.idl:28