Searched refs:SbxNEG (Results 1 – 3 of 3) sorted by relevance
1299 … ( eOp == SbxMUL || eOp == SbxDIV || eOp == SbxPLUS || eOp == SbxMINUS || eOp == SbxNEG ) ) in Compute()1332 case SbxNEG: in Compute()1399 case SbxNEG: in Compute()1414 if ( !bVBAInterop || ( bVBAInterop && ( eOp != SbxNEG ) ) ) in Compute()1433 case SbxNEG: in Compute()
122 SbxNEG, // -this (var is ignored) enumerator
177 void SbiRuntime::StepNEG() { StepUnary( SbxNEG ); } in StepNEG()