Home
last modified time | relevance | path

Searched refs:SbxMINUS (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/basic/source/sbx/
H A Dsbxvalue.cxx1158 ( eOp == SbxMUL || eOp == SbxDIV || eOp == SbxPLUS || eOp == SbxMINUS ) ) in Compute()
1299 ( eOp == SbxMUL || eOp == SbxDIV || eOp == SbxPLUS || eOp == SbxMINUS || eOp == SbxNEG ) ) in Compute()
1329 case SbxMINUS: in Compute()
1397 case SbxMINUS: in Compute()
1431 case SbxMINUS: in Compute()
/aoo4110/main/basic/inc/basic/
H A Dsbxdef.hxx121 SbxMINUS, // this - var enumerator
H A Dsbxvar.hxx406 { Compute( SbxMINUS, r ); return *this; } in operator -=()
/aoo4110/main/basic/source/runtime/
H A Dstep0.cxx169 void SbiRuntime::StepMINUS() { StepArith( SbxMINUS ); } in StepMINUS()
/aoo4110/main/sw/source/core/bastyp/
H A Dcalc.cxx1565 left.Compute( SbxMINUS, right ); in Expr()

Completed in 35 milliseconds