LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScJumpMatrixEntry Struct Reference

#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
 

Detailed Description

Definition at line 32 of file jumpmatrix.hxx.

Member Function Documentation

◆ GetJump()

void ScJumpMatrixEntry::GetJump ( double &  rBool,
short &  rStart,
short &  rNext,
short &  rStop 
) const
inline

Definition at line 48 of file jumpmatrix.hxx.

References fBool, nNext, nStart, and nStop.

◆ SetJump()

void ScJumpMatrixEntry::SetJump ( double  fBoolP,
short  nStartP,
short  nNextP,
short  nStopP 
)
inline

Definition at line 41 of file jumpmatrix.hxx.

References fBool, nNext, nStart, and nStop.

Member Data Documentation

◆ fBool

double ScJumpMatrixEntry::fBool

Definition at line 34 of file jumpmatrix.hxx.

Referenced by GetJump(), and SetJump().

◆ nNext

short ScJumpMatrixEntry::nNext

Definition at line 37 of file jumpmatrix.hxx.

Referenced by GetJump(), and SetJump().

◆ nStart

short ScJumpMatrixEntry::nStart

Definition at line 36 of file jumpmatrix.hxx.

Referenced by GetJump(), and SetJump().

◆ nStop

short ScJumpMatrixEntry::nStop

Definition at line 39 of file jumpmatrix.hxx.

Referenced by GetJump(), and SetJump().


The documentation for this struct was generated from the following file: