67        static unsigned long unicode(
unsigned char c, 
Type type);
 
   69        static librevenge::RVNGString 
unicodeString(
const unsigned char *p, 
unsigned long size, 
Type type, 
bool skipUnknown=
true);
 
   73        static librevenge::RVNGString 
unicodeString(librevenge::RVNGInputStream *stream, 
unsigned long size, 
Type type);
 
 
   94std::string 
name(
long id);
 
   98void addLocaleName(
long id, librevenge::RVNGPropertyList &propList);