Home
last modified time | relevance | path

Searched defs:bh (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basegfx/source/range/
H A Db2xrange.cxx70 const typename RangeType::TraitsType::DifferenceType bh(b.getHeight()); in doComputeSetDifference() local
/trunk/main/sal/inc/osl/
H A Dendian.h177 # define OSL_MAKEWORD(bl, bh) ((sal_uInt16)((bl) & 0xFF) | (((sal_uInt16)(bh) & 0xFF) << 8)) argument
/trunk/main/automation/inc/automation/
H A Dcommdefines.hxx45 #define MAKEWORD(bl, bh) ((comm_WORD)((bl) & 0xFF) | (((comm_WORD)(bh) & 0xFF) << 8)) argument
/trunk/main/vos/inc/vos/
H A Dmacros.hxx90 # define VOS_MAKEWORD(bl, bh) ((sal_uInt16)((bl) & 0xFF) | (((sal_uInt16)(bh) & 0xFF) << 8)) argument

Completed in 19 milliseconds