Home
last modified time | relevance | path

Searched refs:sval (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/idlc/source/
H A Dastexpression.cxx173 ev->u.sval = (sal_Int16)ev->u.lval; in coerce_value()
185 ev->u.sval = (sal_Int16)ev->u.hval; in coerce_value()
222 if (ev->u.sval < 0) in coerce_value()
336 if (ev->u.sval < 0) in coerce_value()
444 if (ev->u.sval < 0) in coerce_value()
544 ev->u.fval = (float)ev->u.sval; in coerce_value()
593 ev->u.dval = (double)ev->u.sval; in coerce_value()
640 if (ev->u.sval < SAL_MIN_INT8 || ev->u.sval > SAL_MAX_UINT8) in coerce_value()
749 copy->u.sval = m_exprValue->u.sval; in coerce()
811 return (m_exprValue->u.sval == pExpr->getExprValue()->u.sval) ? sal_True : sal_False; in operator ==()
[all …]
H A Dscanner.ll54 static int asciiToInteger(char const * s, sal_Int64 * sval, sal_uInt64 * uval) {
120 *sval = -static_cast< sal_Int64 >(val);
122 *sval = SAL_MIN_INT64;
127 *sval = 0;
131 *sval = static_cast< sal_Int64 >(val);
365 yylval.sval = new ::rtl::OString(yytext);
H A Dparser.y274 ::rtl::OString* sval; /* OString value */
295 %token <sval> IDL_IDENTIFIER
378 %type <sval> identifier
379 %type <sval> interface_decl
380 %type <sval> scoped_name inheritance_spec
H A Dastconstant.cxx70 aConst.m_value.aShort = exprVal->u.sval; in dumpBlob()
/aoo4110/main/idlc/inc/idlc/
H A Dastexpression.hxx82 sal_Int16 sval; // Contains short expression value member
/aoo4110/main/extensions/test/ole/idl/
H A Doletest.idl230 void outValuesMixed( [in] long lval, [out] long outval, [in] string sval);
/aoo4110/extras/l10n/source/is/
H A Dlocalize.sdf6236 …0.xhp 0 help par_id3145076 101 0 is \<emph\>Klippiborðsval\</emph\> …

Completed in 1086 milliseconds