#i101955# improved XML value encoding (using new <unicode> and <it> elements)

This commit is contained in:
sb 2009-08-19 16:45:53 +02:00
parent d358c9cf7e
commit d555d99956
3 changed files with 556 additions and 707 deletions

View file

@ -49,6 +49,10 @@ namespace css = com::sun::star;
}
bool isListType(Type type) {
return type >= TYPE_BOOLEAN_LIST;
}
css::uno::Type mapType(Type type) {
switch (type) {
default: // TYPE_ERROR //TODO: can happen?

View file

@ -45,6 +45,8 @@ enum Type {
TYPE_SHORT_LIST, TYPE_INT_LIST, TYPE_LONG_LIST, TYPE_DOUBLE_LIST,
TYPE_STRING_LIST, TYPE_HEXBINARY_LIST };
bool isListType(Type type);
com::sun::star::uno::Type mapType(Type type);
Type mapType(com::sun::star::uno::Any const & value);

File diff suppressed because it is too large Load diff