LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_drawing_framework_XPaneBorderPainter_idl__
21 #define __com_sun_star_drawing_framework_XPaneBorderPainter_idl__
28 module
com { module sun { module star { module drawing { module framework {
62 [in]
string sPaneBorderStyleName,
83 [in]
string sPaneBorderStyleName,
105 [in]
string sPaneBorderStyleName,
132 [in]
string sPaneBorderStyleName,
145 [in]
string sPaneBorderStyleName);
::com::sun::star::awt::Rectangle addBorder([in] string sPaneBorderStyleName, [in] ::com::sun::star::awt::Rectangle aRectangle, [in] BorderType eBorderType)
Enlarge the given rectangle by the size of the specified part of the border.
::com::sun::star::awt::Point getCalloutOffset([in] string sPaneBorderStyleName)
Return the offset of a call out anchor with respect to the outer border.
Paint the border around a rectangular region, typically a pane.
Definition: XPaneBorderPainter.idl:45
::com::sun::star::awt::Rectangle removeBorder([in] string sPaneBorderStyleName, [in] ::com::sun::star::awt::Rectangle aRectangle, [in] BorderType eBorderType)
Shrink the given rectangle by the size of the specified part of the border.
void paintBorderWithCallout([in] string sPaneBorderStyleName, [in] ::com::sun::star::rendering::XCanvas xCanvas, [in] ::com::sun::star::awt::Rectangle aOuterBorderRectangle, [in] ::com::sun::star::awt::Rectangle aRepaintArea, [in] string sTitle, [in] ::com::sun::star::awt::Point aCalloutAnchor)
Paint the border around a pane where the border includes a call out that is anchored at the given poi...
Central interface for rendering.
Definition: XCanvas.idl:114
Definition: Ambiguous.idl:22
specifies a 2-dimensional point using the Cartesian coordinate system.
Definition: Point.idl:30
BorderType
See XPaneBorderPainter and its addBorder() and removeBorder() methods for an explanation of the borde...
Definition: BorderType.idl:30
specifies a rectangular area by position and size.
Definition: Rectangle.idl:30
void paintBorder([in] string sPaneBorderStyleName, [in] ::com::sun::star::rendering::XCanvas xCanvas, [in] ::com::sun::star::awt::Rectangle aOuterBorderRectangle, [in] ::com::sun::star::awt::Rectangle aRepaintArea, [in] string sTitle)
Paint the border around a pane.