summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextTableRow.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/TextTableRow.idl')
-rw-r--r--offapi/com/sun/star/text/TextTableRow.idl10
1 files changed, 10 insertions, 0 deletions
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
+
+ <p>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.</p>
+ */
+ [optional, property] sequence<com::sun::star::beans::PropertyValue> RowInteropGrabBag;
+
};