Lines Matching refs:SbiExpression
485 SbiExpression aVar( this, SbSYMBOL, eMode, pKeywordSymbolInfo ); in Symbol()
508 pPar->addExpression( new SbiExpression( this, -1, SbxLONG ) ); in Symbol()
511 pPar->addExpression( new SbiExpression( this ) ); in Symbol()
531 SbiExpression aExpr( this ); in Symbol()
558 SbiExpression aLvalue( this, SbLVALUE ); in Assign()
560 SbiExpression aExpr( this ); in Assign()
579 SbiExpression aLvalue( this, SbLVALUE ); in Set()
603 SbiExpression aExpr( this ); in Set()
632 SbiExpression aLvalue( this, SbLVALUE ); in LSet()
639 SbiExpression aExpr( this ); in LSet()
648 SbiExpression aLvalue( this, SbLVALUE ); in RSet()
655 SbiExpression aExpr( this ); in RSet()
855 SbiExpression aPar( this ); in ErrorStmnt()