Home
last modified time | relevance | path

Searched refs:TYPE_SHORT (Results 1 – 6 of 6) sorted by relevance

/trunk/main/configmgr/source/
H A Dtype.cxx60 return TYPE_SHORT; in elementType()
85 case TYPE_SHORT: in mapType()
127 return TYPE_SHORT; in getDynamicType()
129 return TYPE_SHORT; in getDynamicType()
131 return value.has< sal_Int16 >() ? TYPE_SHORT : TYPE_INT; in getDynamicType()
H A Dtype.hxx37 TYPE_ERROR, TYPE_NIL, TYPE_ANY, TYPE_BOOLEAN, TYPE_SHORT, TYPE_INT, enumerator
H A Dxmldata.cxx126 return TYPE_SHORT; in parseType()
H A Dvalueparser.cxx231 case TYPE_SHORT: in parseValue()
H A Dwritemodfile.cxx291 case TYPE_SHORT: in writeValue()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx480 #define TYPE_SHORT false macro
484 { WB_BORDER, awt::WindowAttribute::BORDER, "Border", TYPE_SHORT, 1, 0 },
485 { WB_NOBORDER, awt::VclWindowPeerAttribute::NOBORDER, "Border", TYPE_SHORT, 0, 1 },
492 { WB_LEFT, awt::VclWindowPeerAttribute::LEFT, "Align", TYPE_SHORT, 0, 0 },
493 { WB_CENTER, awt::VclWindowPeerAttribute::CENTER, "Align", TYPE_SHORT, 1, 0 },
494 { WB_RIGHT, awt::VclWindowPeerAttribute::RIGHT, "Align", TYPE_SHORT, 2, 0 },
524 #undef TYPE_SHORT

Completed in 33 milliseconds