summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-08-05 14:37:47 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-08-05 15:09:31 +0200
commite0a2be865f31457b154acf2e0dd1baeae65f7f93 (patch)
tree5ce78053abc72736c9b36e63d9201f8ccc7bff62 /offapi
parenta37c6614acea66b20502998edc88eb3c61267106 (diff)
sw: add RowInteropGrabBag UNO property for table rows
Change-Id: I59e0d24e04ebabdaa2fdb23fbc47c649d4872853
Diffstat (limited to 'offapi')
-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;
+
};