From bee6b8f2ba4ea04135bb47e24c520015129aca27 Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Tue, 17 Sep 2013 18:30:17 +0300 Subject: 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 --- qadevOOo/objdsc/sc/com.sun.star.comp.office.ScModelObj.csv | 1 + qadevOOo/objdsc/sd/com.sun.star.comp.office.SdXImpressDocument.csv | 1 + qadevOOo/objdsc/sw/com.sun.star.comp.office.SwXTextDocument.csv | 1 + 3 files changed, 3 insertions(+) (limited to 'qadevOOo') 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()" -- cgit