Lines Matching refs:SbiExpression
36 SbiExpression aCond( this ); in If()
74 SbiExpression* pCond = new SbiExpression( this ); in If()
165 SbiExpression aExpr( this ); in DoLoop()
179 SbiExpression aCond( this ); in DoLoop()
195 SbiExpression aCond( this ); in While()
211 SbiExpression aLvalue( this, SbOPERAND ); in For()
217 SbiExpression aCollExpr( this, SbOPERAND ); in For()
225 SbiExpression aStartExpr( this ); in For()
228 SbiExpression aStopExpr( this ); in For()
233 SbiExpression aStepExpr( this ); in For()
238 SbiExpression aOne( this, 1, SbxINTEGER ); in For()
257 SbiExpression aVar( this, SbOPERAND ); in For()
269 SbiExpression aVar( this, SbOPERAND ); in With()
302 SbiExpression aCond( this ); in OnGoto()
363 SbiExpression aCase( this ); in Select()
402 SbiExpression aCompare( this ); in Select()
411 SbiExpression aCase1( this ); in Select()
417 SbiExpression aCase2( this ); in Select()