1 /*************************************************************************
3 * OpenOffice.org - a multi-platform office productivity suite
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
21 #include <rtl/string.hxx>
22 #include <rtl/ustring.hxx>
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
);