Lines Matching refs:SbiExpression
34 SbiExpression aCond( this ); in If()
72 SbiExpression* pCond = new SbiExpression( this ); in If()
163 SbiExpression aExpr( this ); in DoLoop()
177 SbiExpression aCond( this ); in DoLoop()
193 SbiExpression aCond( this ); in While()
209 SbiExpression aLvalue( this, SbOPERAND ); in For()
215 SbiExpression aCollExpr( this, SbOPERAND ); in For()
223 SbiExpression aStartExpr( this ); in For()
226 SbiExpression aStopExpr( this ); in For()
231 SbiExpression aStepExpr( this ); in For()
236 SbiExpression aOne( this, 1, SbxINTEGER ); in For()
255 SbiExpression aVar( this, SbOPERAND ); in For()
267 SbiExpression aVar( this, SbOPERAND ); in With()
300 SbiExpression aCond( this ); in OnGoto()
361 SbiExpression aCase( this ); in Select()
400 SbiExpression aCompare( this ); in Select()
409 SbiExpression aCase1( this ); in Select()
415 SbiExpression aCase2( this ); in Select()