summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@collabora.com>2014-03-07 13:00:06 +0530
committerMuthu Subramanian <sumuthu@collabora.com>2014-03-07 13:00:06 +0530
commit56ca700e8304dd78a1b1dcbd9f3440d7247dd955 (patch)
tree08dff221c37249cf786ebf646f2c05464692b1cc /include
parentb9f545fc6d8ec93d2e2ce597c1f7b373e9e5b342 (diff)
n#821567: Import PPTX background images with table-name.
Diffstat (limited to 'include')
-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 80187524b922..a18276db7def 100644
--- a/include/oox/drawingml/shapepropertymap.hxx
+++ b/include/oox/drawingml/shapepropertymap.hxx
@@ -63,6 +63,7 @@ enum ShapePropertyId
SHAPEPROP_FillBitmapRectanglePoint,
SHAPEPROP_FillHatch,
SHAPEPROP_ShadowXDistance,
+ SHAPEPROP_FillBitmapNameFromUrl,
SHAPEPROP_END
};
@@ -128,6 +129,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 );