LibreOffice Module sc (master)
1
|
#include <jumpmatrix.hxx>
Public Member Functions | |
void | SetJump (double fBoolP, short nStartP, short nNextP, short nStopP) |
void | GetJump (double &rBool, short &rStart, short &rNext, short &rStop) const |
Public Attributes | |
double | fBool |
short | nStart |
short | nNext |
short | nStop |
Definition at line 32 of file jumpmatrix.hxx.
|
inline |
|
inline |
Definition at line 41 of file jumpmatrix.hxx.
double ScJumpMatrixEntry::fBool |
Definition at line 34 of file jumpmatrix.hxx.
Referenced by GetJump().
short ScJumpMatrixEntry::nNext |
Definition at line 37 of file jumpmatrix.hxx.
Referenced by GetJump().
short ScJumpMatrixEntry::nStart |
Definition at line 36 of file jumpmatrix.hxx.
Referenced by GetJump().
short ScJumpMatrixEntry::nStop |
Definition at line 39 of file jumpmatrix.hxx.
Referenced by GetJump().