INTEGRATION: CWS xmlfilter02 (1.2.12); FILE MERGED

2007/11/14 12:57:07 hbrinkm 1.2.12.3: namespace clean up
2007/11/12 12:19:57 os 1.2.12.2: ooxml list support partially impl.
2007/10/18 09:35:12 hbrinkm 1.2.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel
This commit is contained in:
Oliver Bolte 2008-01-10 10:39:31 +00:00
parent 09e33e715c
commit 2c6f9dd23b

View file

@ -4,9 +4,9 @@
*
* $RCSfile: LFOTable.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: os $ $Date: 2006-11-02 12:37:24 $
* last change: $Author: obo $ $Date: 2008-01-10 11:39:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -38,18 +38,19 @@
#ifndef INCLUDED_WRITERFILTERDLLAPI_H
#include <WriterFilterDllApi.hxx>
#endif
#include <doctok/WW8ResourceModel.hxx>
#include <resourcemodel/WW8ResourceModel.hxx>
#include <com/sun/star/lang/XComponent.hpp>
//#ifndef INCLUDED_DMAPPER_PROPERTYMAP_HXX
//#include <PropertyMap.hxx>
//#endif
//#include <vector>
namespace writerfilter {
namespace dmapper
{
struct LFOTable_Impl;
class WRITERFILTER_DLLPRIVATE LFOTable : public doctok::Properties, public doctok::Table
class WRITERFILTER_DLLPRIVATE LFOTable : public Properties, public Table
{
LFOTable_Impl *m_pImpl;
public:
@ -57,16 +58,18 @@ public:
virtual ~LFOTable();
// Properties
virtual void attribute(doctok::Id Name, doctok::Value & val);
virtual void sprm(doctok::Sprm & sprm);
virtual void attribute(Id Name, Value & val);
virtual void sprm(Sprm & sprm);
// Table
virtual void entry(int pos, doctok::Reference<Properties>::Pointer_t ref);
virtual void entry(int pos, writerfilter::Reference<Properties>::Pointer_t ref);
// sal_uInt32 size();
sal_Int32 GetListID(sal_uInt32 nLFO);
//direct access in ooxml import
void AddListID( sal_Int32 nAbstractNumId );
};
typedef boost::shared_ptr< LFOTable > LFOTablePtr;
}
}}
#endif //