summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-20 05:41:30 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-20 05:41:30 +0000
commit2c896e1e8fbd674fc2f37ee68472172ec6e93ebc (patch)
treeed12ec3fb6b2b2f3b80427431af388598eb72bc3 /oox/inc
parent744146c5c30e7915ebf72b5a83ed1511ebbaba7c (diff)
INTEGRATION: CWS ooxtablefilter (1.3.2); FILE MERGED
2008/06/10 09:54:11 sj 1.3.2.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/02 17:43:47 sj 1.3.2.1: added table import
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/drawingml/fillpropertiesgroupcontext.hxx17
1 files changed, 15 insertions, 2 deletions
diff --git a/oox/inc/oox/drawingml/fillpropertiesgroupcontext.hxx b/oox/inc/oox/drawingml/fillpropertiesgroupcontext.hxx
index ba456be4c293..5e9047b91d86 100644
--- a/oox/inc/oox/drawingml/fillpropertiesgroupcontext.hxx
+++ b/oox/inc/oox/drawingml/fillpropertiesgroupcontext.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: fillpropertiesgroupcontext.hxx,v $
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@@ -40,7 +40,6 @@ namespace oox { namespace core {
namespace oox { namespace drawingml {
-
// ---------------------------------------------------------------------
class FillPropertiesGroupContext : public ::oox::core::ContextHandler
@@ -58,6 +57,20 @@ protected:
// ---------------------------------------------------------------------
+class FillPropertiesContext : public ::oox::core::ContextHandler
+{
+public:
+ FillPropertiesContext( oox::core::ContextHandler& rParent, FillProperties& rFillProperties ) throw();
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 aElementToken,
+ const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XFastAttributeList >& xAttribs )
+ throw ( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException);
+
+protected:
+ FillProperties& mrFillProperties;
+};
+
+// ---------------------------------------------------------------------
+
class BlipFillPropertiesContext : public FillPropertiesGroupContext
{
public: