Lines Matching refs:byval
211 ev->u.sval = (sal_Int16)ev->u.byval; in coerce_value()
270 ev->u.usval = (sal_uInt16)ev->u.byval; in coerce_value()
325 ev->u.lval = (sal_Int32) ev->u.byval; in coerce_value()
382 ev->u.ulval = (sal_uInt32)ev->u.byval; in coerce_value()
433 ev->u.hval = (sal_Int64)ev->u.byval; in coerce_value()
488 ev->u.uhval = (sal_uInt64)ev->u.byval; in coerce_value()
533 ev->u.bval = (ev->u.byval == 0) ? sal_False : sal_True; in coerce_value()
582 ev->u.fval = (float)ev->u.byval; in coerce_value()
629 ev->u.dval = (double)ev->u.byval; in coerce_value()
642 ev->u.byval = (sal_uChar)ev->u.sval; in coerce_value()
648 ev->u.byval = (sal_uChar)ev->u.usval; in coerce_value()
654 ev->u.byval = (sal_uChar) ev->u.lval; in coerce_value()
660 ev->u.byval = (sal_uChar) ev->u.ulval; in coerce_value()
666 ev->u.byval = (sal_uChar) ev->u.hval; in coerce_value()
672 ev->u.byval = (sal_uChar) ev->u.uhval; in coerce_value()
676 ev->u.byval = (ev->u.bval == sal_False) ? 1 : 0; in coerce_value()
682 ev->u.byval = (sal_uChar) ev->u.fval; in coerce_value()
688 ev->u.byval = (sal_uChar) ev->u.dval; in coerce_value()
776 copy->u.byval = m_exprValue->u.byval; in coerce()
827 return (m_exprValue->u.byval == pExpr->getExprValue()->u.byval) ? sal_True : sal_False; in operator ==()
867 return (m_exprValue->u.byval == pExpr->getExprValue()->u.byval) ? sal_True : sal_False; in compare()
1149 return OString::valueOf((sal_Int32)m_exprValue->u.byval); in toString()