diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-05 14:37:47 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-05 15:09:31 +0200 |
commit | e0a2be865f31457b154acf2e0dd1baeae65f7f93 (patch) | |
tree | 5ce78053abc72736c9b36e63d9201f8ccc7bff62 /offapi/com/sun | |
parent | a37c6614acea66b20502998edc88eb3c61267106 (diff) |
sw: add RowInteropGrabBag UNO property for table rows
Change-Id: I59e0d24e04ebabdaa2fdb23fbc47c649d4872853
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/text/TextTableRow.idl | 10 |
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; + }; |