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