merge the formfield patch from ooo-build
[ooovba.git] / filter / source / svg / tokenmap.hxx
blobc77def6387c05e5a9ce774a6b27b9050ab89ac10
1 /*************************************************************************
3 * OpenOffice.org - a multi-platform office productivity suite
5 * Author:
6 * Fridrich Strba <fridrich.strba@bluewin.ch>
7 * Thorsten Behrens <tbehrens@novell.com>
9 * Copyright (C) 2008, Novell Inc.
11 * The Contents of this file are made available subject to
12 * the terms of GNU Lesser General Public License Version 2.1.
14 ************************************************************************/
16 #ifndef INCLUDED_TOKENMAP_HXX
17 #define INCLUDED_TOKENMAP_HXX
19 #include "tokens.hxx"
21 #include <rtl/string.hxx>
22 #include <rtl/ustring.hxx>
24 namespace svgi
26 sal_Int32 getTokenId( const char* sIdent, sal_Int32 nLen );
27 sal_Int32 getTokenId( const rtl::OUString& sIdent );
28 const char* getTokenName( sal_Int32 nTokenId );
30 } // namespace svgi
32 #endif