Home
last modified time | relevance | path

Searched refs:SbxDIV (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()
1320 case SbxDIV: in Compute()
1376 case SbxDIV: in Compute()
1426 case SbxDIV: in Compute()
/aoo4110/main/basic/inc/basic/
H A Dsbxdef.hxx118 SbxDIV, // this / var enumerator
H A Dsbxvar.hxx397 { Compute( SbxDIV, r ); return *this; } in operator /=()
/aoo4110/main/sw/source/core/bastyp/
H A Dcalc.cxx1210 case CALC_DIV: nSbxOper = SbxDIV; break; in Term()
1353 if( SbxDIV == eSbxOper && !aRight.GetDouble() ) in Term()
/aoo4110/main/basic/source/runtime/
H A Dstep0.cxx165 void SbiRuntime::StepDIV() { StepArith( SbxDIV ); } in StepDIV()

Completed in 56 milliseconds