diff options
author | Vinaya Mandke <vinaya.mandke@synerzip.com> | 2014-02-25 13:13:11 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-03-05 10:13:40 +0100 |
commit | 6536826f2f4c747582d60ed40b0418c6a67a9829 (patch) | |
tree | 24cd3f23906b7c86dea42f62cf44bbea65113d60 /include/oox/drawingml | |
parent | d043c9e3be791993348afaba6effdc3731f7c33d (diff) |
fdo#74792 [DOCX] Grab-bag rels and images for SmartArt
Added support to grab-bag rels and associated Images for
data[i].xml, and drawing[i].xml.
Added UT for the same
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/8362
Change-Id: I545825f67214f14037ab72b77764a07d575b8b5b
Diffstat (limited to 'include/oox/drawingml')
-rw-r--r-- | include/oox/drawingml/shape.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx index fa3f58c83d9c..7f3ba65c716d 100644 --- a/include/oox/drawingml/shape.hxx +++ b/include/oox/drawingml/shape.hxx @@ -178,7 +178,8 @@ public: const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & getDiagramDoms() { return maDiagramDoms; } void setDiagramDoms(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& rDiagramDoms) { maDiagramDoms = rDiagramDoms; } - + com::sun::star::uno::Sequence< com::sun::star::uno::Sequence< com::sun::star::uno::Any > >resolveRelationshipsOfType( + core::XmlFilterBase& rFilter, OUString sFragment, OUString sType ); protected: ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > |