summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLBackgroundImageContext.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-08-29 16:47:23 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-08-29 16:47:23 +0000
commit10841f8eecf9e7f8106b60ffe61657e3be7e9813 (patch)
tree4260f00cf52638a45d75763e4c0a29a76736ce9d /xmloff/inc/XMLBackgroundImageContext.hxx
parent0d9c09f5be04500a71a0e8624eb0c01f060a45c3 (diff)
#99657# load/save background (color + image) transparancy
for Writer frames
Diffstat (limited to 'xmloff/inc/XMLBackgroundImageContext.hxx')
-rw-r--r--xmloff/inc/XMLBackgroundImageContext.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/inc/XMLBackgroundImageContext.hxx b/xmloff/inc/XMLBackgroundImageContext.hxx
index 6cab784cf8ca..5f05c4948e06 100644
--- a/xmloff/inc/XMLBackgroundImageContext.hxx
+++ b/xmloff/inc/XMLBackgroundImageContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLBackgroundImageContext.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mib $ $Date: 2001-06-19 15:04:44 $
+ * last change: $Author: dvo $ $Date: 2002-08-29 17:44:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,10 +78,12 @@ class XMLBackgroundImageContext : public XMLElementPropertyContext
{
XMLPropertyState aPosProp;
XMLPropertyState aFilterProp;
+ XMLPropertyState aTransparencyProp;
::com::sun::star::style::GraphicLocation ePos;
::rtl::OUString sURL;
::rtl::OUString sFilter;
+ sal_Int8 nTransparency;
::com::sun::star::uno::Reference < ::com::sun::star::io::XOutputStream > xBase64Stream;
@@ -102,6 +104,7 @@ public:
const XMLPropertyState& rProp,
sal_Int32 nPosIdx,
sal_Int32 nFilterIdx,
+ sal_Int32 nTransparencyIdx,
::std::vector< XMLPropertyState > &rProps );
virtual ~XMLBackgroundImageContext();