allows to retrieve information about controller's border. More...
import "XControllerBorder.idl";
 
  
| Public Member Functions | |
| BorderWidths | getBorder () | 
| allows to get current border sizes of the document. | |
| void | addBorderResizeListener ([in] XBorderResizeListener xListener) | 
| adds the specified listener to receive events about controller's border resizing. | |
| void | removeBorderResizeListener ([in] XBorderResizeListener xListener) | 
| removes the specified listener. | |
| ::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. | |
|  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. | |
allows to retrieve information about controller's border.
| 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.
If the view is going to be resized/moved this method can be used to get suggested object area. Pixels are used as units.
| void removeBorderResizeListener | ( | [in] XBorderResizeListener | xListener | ) | 
removes the specified listener.