diff options
author | Christian Lippka <cl@openoffice.org> | 2001-05-07 13:35:39 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-05-07 13:35:39 +0000 |
commit | 87e3372c55059007d7c115e2f63b22ebf3b9fc50 (patch) | |
tree | 08ae49748e7170008f2907657b098de88ad50b4b /xmloff/source/draw/ximpshap.hxx | |
parent | 51d4f44bfc73918425089fb40d205c23c220887a (diff) |
#86616# added caption points
Diffstat (limited to 'xmloff/source/draw/ximpshap.hxx')
-rw-r--r-- | xmloff/source/draw/ximpshap.hxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index 83b30785a09c..68cd966863b9 100644 --- a/xmloff/source/draw/ximpshap.hxx +++ b/xmloff/source/draw/ximpshap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ximpshap.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: cl $ $Date: 2001-04-30 09:02:17 $ + * last change: $Author: cl $ $Date: 2001-05-07 14:35:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -383,6 +383,10 @@ public: class SdXMLCaptionShapeContext : public SdXMLShapeContext { +private: + com::sun::star::awt::Point maCaptionPoint; + sal_Int32 mnRadius; + public: TYPEINFO(); @@ -392,6 +396,9 @@ public: com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >& rShapes); virtual ~SdXMLCaptionShapeContext(); virtual void StartElement(const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList); + + // this is called from the parent group for each unparsed attribute in the attribute list + virtual void processAttribute( sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, const ::rtl::OUString& rValue ); }; ////////////////////////////////////////////////////////////////////////////// |