Lines Matching refs:SbiExpression
491 SbiExpression aVar( this, SbSYMBOL, eMode, pKeywordSymbolInfo ); in Symbol()
514 pPar->addExpression( new SbiExpression( this, -1, SbxLONG ) ); in Symbol()
517 pPar->addExpression( new SbiExpression( this ) ); in Symbol()
537 SbiExpression aExpr( this ); in Symbol()
564 SbiExpression aLvalue( this, SbLVALUE ); in Assign()
566 SbiExpression aExpr( this ); in Assign()
585 SbiExpression aLvalue( this, SbLVALUE ); in Set()
609 SbiExpression aExpr( this ); in Set()
638 SbiExpression aLvalue( this, SbLVALUE ); in LSet()
645 SbiExpression aExpr( this ); in LSet()
654 SbiExpression aLvalue( this, SbLVALUE ); in RSet()
661 SbiExpression aExpr( this ); in RSet()
861 SbiExpression aPar( this ); in ErrorStmnt()