typedef sal_Int32 Token_t; const Token_t OOXML_ = ; const Token_t OOXML_FAST_TOKENS_END = ; #ifndef INCLUDED_OOXML_FAST_TOKENS_HXX #define INCLUDED_OOXML_FAST_TOKENS_HXX #include <map> #include <vector> #include <boost/shared_ptr.hpp> #include <string> #include <resourcemodel/WW8ResourceModel.hxx> namespace writerfilter { namespace ooxml { using namespace ::std; using namespace ::com::sun::star; string fastTokenToId(sal_uInt32 nToken); static const sal_uInt32 F_Attribute = 1U << 31; }} #endif //INCLUDED_OOXML_FAST_TOKENS_HXX