Searched refs:nJumpIndex (Results 1 – 1 of 1) sorted by relevance
312 double nJumpIndex = ::rtl::math::approxFloor( GetDouble() ); in ScChoseJump() local313 if (!nGlobalError && (nJumpIndex >= 1) && (nJumpIndex < nJumpCount)) in ScChoseJump()315 aCode.Jump( pJump[ (short) nJumpIndex ], pJump[ nJumpCount ] ); in ScChoseJump()
Completed in 132 milliseconds