Home
last modified time | relevance | path

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

/trunk/main/configmgr/source/
H A Dtype.cxx64 return TYPE_LONG; in elementType()
89 case TYPE_LONG: in mapType()
135 return value.has< sal_Int32 >() ? TYPE_INT : TYPE_LONG; in getDynamicType()
137 return TYPE_LONG; in getDynamicType()
139 return value.has< sal_Int64 >() ? TYPE_LONG : TYPE_ERROR; in getDynamicType()
H A Dtype.hxx38 TYPE_LONG, TYPE_DOUBLE, TYPE_STRING, TYPE_HEXBINARY, TYPE_BOOLEAN_LIST, enumerator
H A Dxmldata.cxx136 return TYPE_LONG; in parseType()
H A Dvalueparser.cxx235 case TYPE_LONG: in parseValue()
H A Dwritemodfile.cxx297 case TYPE_LONG: in writeValue()

Completed in 17 milliseconds