Home
last modified time | relevance | path

Searched refs:TYPE_INT (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/configmgr/source/
H A Dtype.cxx62 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()
H A Dtype.hxx37 TYPE_ERROR, TYPE_NIL, TYPE_ANY, TYPE_BOOLEAN, TYPE_SHORT, TYPE_INT, enumerator
H A Dxmldata.cxx131 return TYPE_INT; in parseType()
H A Dvalueparser.cxx233 case TYPE_INT: in parseValue()
H A Dwritemodfile.cxx294 case TYPE_INT: in writeValue()

Completed in 45 milliseconds