INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED

2007/11/14 12:58:58 hbrinkm 1.1.6.4: namespace clean up
2007/10/18 09:45:24 hbrinkm 1.1.6.3: WW8ResourceModel.hxx moved to inc/resourcemodel
2007/10/01 10:10:57 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02
2007/07/25 08:01:19 os 1.1.6.1: file OOXMLBinaryObjectReference.hxx was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:10:57 +0000
This commit is contained in:
Oliver Bolte 2008-01-10 10:56:40 +00:00
parent 406c7d29f4
commit 9bfe7ccfe4

View file

@ -0,0 +1,63 @@
/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: OOXMLBinaryObjectReference.hxx,v $
*
* $Revision: 1.2 $
*
* last change: $Author: obo $ $Date: 2008-01-10 11:56:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************/
#ifndef INCLUDED_OOXML_BINARY_OBJECT_REFERENCE_HXX
#define INCLUDED_OOXML_BINARY_OBJECT_REFERENCE_HXX
#include <resourcemodel/WW8ResourceModel.hxx>
#include <ooxml/OOXMLDocument.hxx>
namespace writerfilter {
namespace ooxml
{
class OOXMLBinaryObjectReference :
public writerfilter::Reference<BinaryObj>
{
OOXMLStream::Pointer_t mpStream;
uno::Sequence<sal_Int8> mSequence;
bool mbRead;
void read();
public:
OOXMLBinaryObjectReference(OOXMLStream::Pointer_t pStream);
virtual ~OOXMLBinaryObjectReference();
virtual void resolve(BinaryObj & rHandler);
virtual string getType() const;
};
}}
#endif // INCLUDED_OOXML_BINARY_OBJECT_REFERENCE_HXX