From 4183d5ece290e6d921b59de7b7f963d422b94be4 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 10 Jan 2008 11:10:56 +0000 Subject: [PATCH] INTEGRATION: CWS xmlfilter02 (1.1.6); FILE ADDED 2007/11/21 11:42:09 hbrinkm 1.1.6.5: use xsl:template fasttokens instead of enumfasttokens 2007/11/14 12:59:00 hbrinkm 1.1.6.4: namespace clean up 2007/10/18 09:43:40 hbrinkm 1.1.6.3: licenseheader clean-up 2007/10/01 10:11:10 os 1.1.6.2: integration of cws writerfilter3 into cws xmlfilter02 2007/08/16 14:50:00 os 1.1.6.1: file fasttokens.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:10 +0000 --- writerfilter/source/ooxml/fasttokens.xsl | 104 +++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 writerfilter/source/ooxml/fasttokens.xsl diff --git a/writerfilter/source/ooxml/fasttokens.xsl b/writerfilter/source/ooxml/fasttokens.xsl new file mode 100644 index 000000000000..0f326e702582 --- /dev/null +++ b/writerfilter/source/ooxml/fasttokens.xsl @@ -0,0 +1,104 @@ + + + + + + + + + + + +#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 + + +