diff options
author | Andres Gomez <agomez@igalia.com> | 2013-09-17 18:30:17 +0300 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2013-09-20 10:35:51 +0200 |
commit | bee6b8f2ba4ea04135bb47e24c520015129aca27 (patch) | |
tree | 032922998c6b69099055f81416bc16d9ceb8a4d0 /qadevOOo | |
parent | 652b0b6d189b4c0925ab859e81c6005a4a348a55 (diff) |
uno: new InteropGrabBag UNO prop in OfficeDocument
Added the new InteropGrabBag property to the OfficeDocument service
and modified the JUnit UNO unit tests for it.
Added specific implementation in the sfx2 module for the SfxBaseModel
class.
Added specific inherited implementations in the sc, sd, starmath and
sw modules for the ScModelObj, SdXImpressDocument, SmModel, and
SwXTextDocument classes.
This new property is intended by now for its usage on preserving OOX's
theming although the aim is to be able to re-create the theming in the
future from saved properties.
It could also be used for preserving other attributes for
interoperability among document formats.
Change-Id: Ia822856293c70ae22911afa794e3e38bcaa31f86
Reviewed-on: https://gerrit.libreoffice.org/6000
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'qadevOOo')
3 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScModelObj.csv b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScModelObj.csv index cb7c6d1de96b..2e78dcfe50cf 100644 --- a/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScModelObj.csv +++ b/qadevOOo/objdsc/sc/com.sun.star.comp.office.ScModelObj.csv @@ -76,6 +76,7 @@ "ScModelObj";"com::sun::star::document::OfficeDocument";"AutomaticControlFocus#optional" "ScModelObj";"com::sun::star::document::OfficeDocument";"ApplyFormDesignMode#optional" "ScModelObj";"com::sun::star::document::OfficeDocument";"RuntimeUID#optional" +"ScModelObj";"com::sun::star::document::OfficeDocument";"InteropGrabBag#optional" "ScModelObj";"com::sun::star::frame::XModel";"attachResource()" "ScModelObj";"com::sun::star::frame::XModel";"getURL()" "ScModelObj";"com::sun::star::frame::XModel";"getArgs()" diff --git a/qadevOOo/objdsc/sd/com.sun.star.comp.office.SdXImpressDocument.csv b/qadevOOo/objdsc/sd/com.sun.star.comp.office.SdXImpressDocument.csv index fd2b76673ca2..6eb60af3bfd7 100644 --- a/qadevOOo/objdsc/sd/com.sun.star.comp.office.SdXImpressDocument.csv +++ b/qadevOOo/objdsc/sd/com.sun.star.comp.office.SdXImpressDocument.csv @@ -43,6 +43,7 @@ "SdXImpressDocument";"com::sun::star::document::OfficeDocument";"AutomaticControlFocus#optional" "SdXImpressDocument";"com::sun::star::document::OfficeDocument";"ApplyFormDesignMode#optional" "SdXImpressDocument";"com::sun::star::document::OfficeDocument";"RuntimeUID#optional" +"SdXImpressDocument";"com::sun::star::document::OfficeDocument";"InteropGrabBag#optional" "SdXImpressDocument";"com::sun::star::frame::XModel";"attachResource()" "SdXImpressDocument";"com::sun::star::frame::XModel";"getURL()" "SdXImpressDocument";"com::sun::star::frame::XModel";"getArgs()" diff --git a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextDocument.csv b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextDocument.csv index e7e989da76d7..93c870b9a716 100644 --- a/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextDocument.csv +++ b/qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextDocument.csv @@ -67,6 +67,7 @@ "SwXTextDocument";"com::sun::star::document::OfficeDocument";"AutomaticControlFocus#optional" "SwXTextDocument";"com::sun::star::document::OfficeDocument";"ApplyFormDesignMode#optional" "SwXTextDocument";"com::sun::star::document::OfficeDocument";"RuntimeUID#optional" +"SwXTextDocument";"com::sun::star::document::OfficeDocument";"InteropGrabBag#optional" "SwXTextDocument";"com::sun::star::frame::XModel";"attachResource()" "SwXTextDocument";"com::sun::star::frame::XModel";"getURL()" "SwXTextDocument";"com::sun::star::frame::XModel";"getArgs()" |