summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@collabora.com>2014-03-06 15:52:24 +0530
committerMuthu Subramanian <sumuthu@collabora.com>2014-03-06 16:00:47 +0530
commit2ec4d410de5bd98527336a9dc49abb76656373df (patch)
tree65f7a04cc7320b1d988a24b338e19ad60c4eb65c /include/oox
parent291c3ae79c45bc470f8a903a2541b10e9784fac5 (diff)
n#821567: Import PPTX background images with table-name.
Seems like using the URL directly causes ODP export to ignore the background image. Probaby ODP Export requires updation as well?
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/drawingml/shapepropertymap.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/oox/drawingml/shapepropertymap.hxx b/include/oox/drawingml/shapepropertymap.hxx
index 29b0ba2979bf..f451cc0507e1 100644
--- a/include/oox/drawingml/shapepropertymap.hxx
+++ b/include/oox/drawingml/shapepropertymap.hxx
@@ -65,6 +65,7 @@ enum ShapePropertyId
SHAPEPROP_FillBitmapRectanglePoint,
SHAPEPROP_FillHatch,
SHAPEPROP_ShadowXDistance,
+ SHAPEPROP_FillBitmapNameFromUrl,
SHAPEPROP_END
};
@@ -129,6 +130,8 @@ private:
bool setGradientTrans( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
/** Sets an explicit fill bitmap URL, or creates a named fill bitmap URL. */
bool setFillBitmapUrl( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
+ /** Sets an explicit fill bitmap URL and pushes the name to FillBitmapName */
+ bool setFillBitmapNameFromUrl( sal_Int32 nPropId, const ::com::sun::star::uno::Any& rValue );
// not implemented, to prevent implicit conversion from enum to int
::com::sun::star::uno::Any& operator[]( ShapePropertyId ePropId );