summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/TableAutoFormatField.idl12
-rw-r--r--offapi/com/sun/star/table/CellProperties.idl12
-rw-r--r--offapi/type_reference/types.rdbbin7307264 -> 7307264 bytes
3 files changed, 20 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/TableAutoFormatField.idl b/offapi/com/sun/star/sheet/TableAutoFormatField.idl
index 9e172bde844b..872a3bde4556 100644
--- a/offapi/com/sun/star/sheet/TableAutoFormatField.idl
+++ b/offapi/com/sun/star/sheet/TableAutoFormatField.idl
@@ -228,8 +228,12 @@ published service TableAutoFormatField
//-------------------------------------------------------------------------
/** specifies the vertical alignment of the cell contents.
+
+ changed from com::sun::star::table::CellVertJustify to long in LibO 3.5
+
+ @see com::sun::star::table::CellVertJustify2
*/
- [optional, property] com::sun::star::table::CellVertJustify VertJustify;
+ [optional, property] long VertJustify;
//-------------------------------------------------------------------------
@@ -253,8 +257,12 @@ published service TableAutoFormatField
//-------------------------------------------------------------------------
/** contains the reference edge of the cell rotation.
+
+ changed from com::sun::star::table::CellVertJustify to long in LibO 3.5
+
+ @see com::sun::star::table::CellVertJustify2
*/
- [optional, property] com::sun::star::table::CellVertJustify RotateReference;
+ [optional, property] long RotateReference;
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/table/CellProperties.idl b/offapi/com/sun/star/table/CellProperties.idl
index c54f478244f8..85406cda7e17 100644
--- a/offapi/com/sun/star/table/CellProperties.idl
+++ b/offapi/com/sun/star/table/CellProperties.idl
@@ -89,8 +89,12 @@ published service CellProperties
//-------------------------------------------------------------------------
/** contains the vertical alignment of the cell contents.
+
+ changed from com::sun::star::table::CellVertJustify to long in LibO 3.5
+
+ @see com::sun::star::table::CellVertJustify2
*/
- [property] com::sun::star::table::CellVertJustify VertJustify;
+ [property] long VertJustify;
//-------------------------------------------------------------------------
@@ -123,8 +127,12 @@ published service CellProperties
//-------------------------------------------------------------------------
/** defines at which edge rotated cells are aligned.
+
+ changed from com::sun::star::table::CellVertJustify to long in LibO 3.5
+
+ @see com::sun::star::table::CellVertJustify2
*/
- [property] com::sun::star::table::CellVertJustify RotateReference;
+ [property] long RotateReference;
//-------------------------------------------------------------------------
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index 5fd80a173717..c12270b17c05 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ