From 43d7f4e3640c5e370fd1204739c2b0c7eb5f40e4 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 24 Feb 2014 11:43:39 +0100 Subject: offapi: document the 4 new properties which are no longer read-only Change-Id: Ia2844af91159bf4a512fcb70883fc6a1eddfce35 --- offapi/com/sun/star/drawing/Shape.idl | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl index 64f8ab4901d1..daa87b29e88c 100644 --- a/offapi/com/sun/star/drawing/Shape.idl +++ b/offapi/com/sun/star/drawing/Shape.idl @@ -164,6 +164,36 @@ published service Shape first moved out from this grab bag to a separate property.

*/ [optional, property] sequence InteropGrabBag; + + /** contains the relative height of the object. +

It is only valid if it is greater than zero.

+ + @since LibreOffice 4.3 + */ + [optional, property] short RelativeHeight; + + /** contains the relative width of the object. +

It is only valid if it is greater than zero.

+ + @since LibreOffice 4.3 + */ + [optional, property] short RelativeWidth; + + /** contains the relation of the relative height of the object. +

It is only valid if RelativeHeight is greater than zero.

+ + @see com::sun::star::text::RelOrientation + @since LibreOffice 4.3 + */ + [optional, property] short RelativeHeightRelation; + + /** contains the relation of the relative width of the object. +

It is only valid if RelativeWidth is greater than zero.

+ + @see com::sun::star::text::RelOrientation + @since LibreOffice 4.3 + */ + [optional, property] short RelativeWidthRelation; }; -- cgit v1.2.3