diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-07-24 10:52:40 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-07-24 12:11:11 +0200 |
commit | 288bcd68bdccd7a57b2c6da2c0bb91b71e8fcd3b (patch) | |
tree | 768e233df9d4ea4dba25d3c91bc5bd9fb142b3ec /offapi | |
parent | f841985d9c80556001fbd6bd856eb84f49e805ab (diff) |
sw: add ParaInteropGrabBag uno property to paragraphs
Change-Id: Ic1208f97db31d86bffd71032d6eba1768e929707
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/style/ParagraphProperties.idl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl index 43e77529a020..ef73da5227d4 100644 --- a/offapi/com/sun/star/style/ParagraphProperties.idl +++ b/offapi/com/sun/star/style/ParagraphProperties.idl @@ -30,6 +30,7 @@ #include <com/sun/star/table/BorderLine.idl> #include <com/sun/star/style/BreakType.idl> #include <com/sun/star/container/XNameContainer.idl> +#include <com/sun/star/beans/PropertyValue.idl> module com { module sun { module star { module style { @@ -137,6 +138,15 @@ published service ParagraphProperties */ [optional, property] boolean ParaContextMargin; + /** Grab bag of paragraph properties, used as a string-any map for interim interop purposes. + + @since LibreOffice 4.2 + + <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> ParaInteropGrabBag; /** determines if the paragraph is included in the line numbering. |