From cd3eaf5f69f4746a360c822d2134493ff277044a Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 10 Jan 2008 11:02:52 +0000 Subject: [PATCH] INTEGRATION: CWS xmlfilter02 (1.1.4); FILE ADDED 2007/11/14 12:58:59 hbrinkm 1.1.4.5: namespace clean up 2007/10/18 09:43:38 hbrinkm 1.1.4.4: licenseheader clean-up 2007/10/08 11:16:17 hbrinkm 1.1.4.3: merged missed changes from writerfilter3 2007/10/01 10:11:06 os 1.1.4.2: integration of cws writerfilter3 into cws xmlfilter02 2007/09/05 08:02:29 os 1.1.4.1: file fastresources.xsl was added on branch cws_src680_xmlfilter02 on 2007-10-01 10:11:06 +0000 --- writerfilter/source/ooxml/fastresources.xsl | 119 ++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 writerfilter/source/ooxml/fastresources.xsl diff --git a/writerfilter/source/ooxml/fastresources.xsl b/writerfilter/source/ooxml/fastresources.xsl new file mode 100644 index 000000000000..b857477ae4ea --- /dev/null +++ b/writerfilter/source/ooxml/fastresources.xsl @@ -0,0 +1,119 @@ + + + + + + + + + + +#ifndef INCLUDED_OOXML_RESOURCES_HXX +#define INCLUDED_OOXML_RESOURCES_HXX + +#include <vector> +#include <boost/shared_ptr.hpp> +#include <string> + +#include <resourcemodel/WW8ResourceModel.hxx> +#include <doctok/resourceids.hxx> +#include <ooxml/resourceids.hxx> +#include "OOXMLFastContextHandler.hxx" +#include "OOXMLFastTokens.hxx" +#include "OOXMLStreamImpl.hxx" + + +#include "OOXMLfastresources_ + +.hxx" + + + +namespace writerfilter { +namespace ooxml { +using namespace ::std; +using namespace ::com::sun::star; + +uno::Reference < xml::sax::XFastContextHandler > +createFromStart(::sal_Int32 Element); +void dumpAttribs +(const uno::Reference < xml::sax::XFastAttributeList > & Attribs) + throw (uno::RuntimeException, xml::sax::SAXException); + + +/// @cond GENERATED + + + +/// @endcond +}} +#endif //INCLUDED_OOXML_RESOURCES_HXX + + +