Home
last modified time | relevance | path

Searched refs:SbxNEG (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/basic/source/sbx/
H A Dsbxvalue.cxx1299 … ( 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()
/AOO41X/main/basic/inc/basic/
H A Dsbxdef.hxx122 SbxNEG, // -this (var is ignored) enumerator
/AOO41X/main/basic/source/runtime/
H A Dstep0.cxx177 void SbiRuntime::StepNEG() { StepUnary( SbxNEG ); } in StepNEG()