Home
last modified time | relevance | path

Searched refs:plValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/rsc/source/tools/
H A Drscdef.cxx538 *plValue = aExp.pDef->GetNumber(); in Evaluate()
543 *plValue = 0; in Evaluate()
545 *plValue = GetLong(); in Evaluate()
632 *plValue = lLeft & lRight; in Evaluate()
634 *plValue = lLeft | lRight; in Evaluate()
636 *plValue = lLeft + lRight; in Evaluate()
638 *plValue = lLeft - lRight; in Evaluate()
640 *plValue = lLeft * lRight; in Evaluate()
642 *plValue = lLeft >> lRight; in Evaluate()
644 *plValue = lLeft << lRight; in Evaluate()
[all …]
/trunk/main/rsc/source/res/
H A Drscrange.cxx614 ERRTYPE RscIdRange::GetNumber( const RSCINST & rInst, sal_Int32 * plValue ){ in GetNumber() argument
615 *plValue = ((RscId *)rInst.pData)->GetNumber(); in GetNumber()

Completed in 21 milliseconds