Lines Matching refs:bVBAEnabled
68 if ( bVBAEnabled in StepArith()
320 if ( bVBAEnabled && !bRes ) in StepIS()
392 if ( bVBAEnabled ) in StepPUT()
410 if ( !bVBAEnabled || ( bVBAEnabled && refVar->GetType() != SbxEMPTY ) ) in StepPUT()
568 sal_Bool bDimAsNew = bVBAEnabled && refVar->IsSet( SBX_DIM_AS_NEW ); in StepSET_Impl()
680 StepSET_Impl( refVal, refVar, bVBAEnabled ); // this is really assigment in StepSET()
984 void lcl_eraseImpl( SbxVariableRef& refVar, bool bVBAEnabled ) in lcl_eraseImpl() argument
989 if ( bVBAEnabled ) in lcl_eraseImpl()
1034 lcl_eraseImpl( refVar, bVBAEnabled ); in StepERASE()
1040 lcl_eraseImpl( refVar, bVBAEnabled ); in StepERASE_CLEAR()
1431 if ( bVBAEnabled ) in StepERROR()