Searched refs:TYPE_SHORT (Results 1 – 6 of 6) sorted by relevance
/trunk/main/configmgr/source/ |
H A D | type.cxx | 60 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 D | type.hxx | 37 TYPE_ERROR, TYPE_NIL, TYPE_ANY, TYPE_BOOLEAN, TYPE_SHORT, TYPE_INT, enumerator
|
H A D | xmldata.cxx | 126 return TYPE_SHORT; in parseType()
|
H A D | valueparser.cxx | 231 case TYPE_SHORT: in parseValue()
|
H A D | writemodfile.cxx | 291 case TYPE_SHORT: in writeValue()
|
/trunk/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 480 #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 23 milliseconds