From e0a2be865f31457b154acf2e0dd1baeae65f7f93 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 5 Aug 2014 14:37:47 +0200 Subject: sw: add RowInteropGrabBag UNO property for table rows Change-Id: I59e0d24e04ebabdaa2fdb23fbc47c649d4872853 --- offapi/com/sun/star/text/TextTableRow.idl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/text/TextTableRow.idl b/offapi/com/sun/star/text/TextTableRow.idl index 8bd2f9731991..1755068cdd0e 100644 --- a/offapi/com/sun/star/text/TextTableRow.idl +++ b/offapi/com/sun/star/text/TextTableRow.idl @@ -85,6 +85,16 @@ published service TextTableRow */ [optional, property, maybevoid] boolean IsSplitAllowed; + /** Grab bag of row properties, used as a string-any map for interop purposes. + + @since LibreOffice 4.4 + +

This property is intentionally not handled by the ODF filter. Any + member that should be handled there should be first moved out from this grab + bag to a separate property.

+ */ + [optional, property] sequence RowInteropGrabBag; + }; -- cgit v1.2.3