Home
last modified time | relevance | path

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

/AOO41X/main/basic/inc/basic/
H A Dsbxdef.hxx123 SbxIDIV, // this / var (both operands max. sal_Int32!) enumerator
/AOO41X/main/basic/source/sbx/
H A Dsbxvalue.cxx1193 else if( ( eOp >= SbxIDIV && eOp <= SbxNOT ) || eOp == SbxMOD ) in Compute()
1226 case SbxIDIV: in Compute()
/AOO41X/main/basic/source/runtime/
H A Dstep0.cxx166 void SbiRuntime::StepIDIV() { StepArith( SbxIDIV ); } in StepIDIV()