Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/core/tool/
H A Dinterpr1.cxx312 double nJumpIndex = ::rtl::math::approxFloor( GetDouble() ); in ScChoseJump() local
313 if (!nGlobalError && (nJumpIndex >= 1) && (nJumpIndex < nJumpCount)) in ScChoseJump()
315 aCode.Jump( pJump[ (short) nJumpIndex ], pJump[ nJumpCount ] ); in ScChoseJump()

Completed in 71 milliseconds