Searched refs:TYPE_INT (Results 1 – 5 of 5) sorted by relevance
62 return TYPE_INT; in elementType()87 case TYPE_INT: in mapType()131 return value.has< sal_Int16 >() ? TYPE_SHORT : TYPE_INT; in getDynamicType()133 return TYPE_INT; in getDynamicType()135 return value.has< sal_Int32 >() ? TYPE_INT : TYPE_LONG; in getDynamicType()
37 TYPE_ERROR, TYPE_NIL, TYPE_ANY, TYPE_BOOLEAN, TYPE_SHORT, TYPE_INT, enumerator
131 return TYPE_INT; in parseType()
233 case TYPE_INT: in parseValue()
294 case TYPE_INT: in writeValue()
Completed in 18 milliseconds