LibreOffice Module svtools (master) 1
Public Member Functions | Public Attributes | List of all members
BrowseBox::CursorMoveAttempt Struct Reference

Public Member Functions

 CursorMoveAttempt (sal_Int32 nCol, sal_Int32 nRow, bool bScrolledToReachCell)
 
bool operator== (const CursorMoveAttempt &r) const
 
bool operator!= (const CursorMoveAttempt &r) const
 

Public Attributes

sal_Int32 m_nCol
 
sal_Int32 m_nRow
 
bool m_bScrolledToReachCell
 

Detailed Description

Definition at line 323 of file brwbox.hxx.

Constructor & Destructor Documentation

◆ CursorMoveAttempt()

BrowseBox::CursorMoveAttempt::CursorMoveAttempt ( sal_Int32  nCol,
sal_Int32  nRow,
bool  bScrolledToReachCell 
)
inline

Definition at line 328 of file brwbox.hxx.

Member Function Documentation

◆ operator!=()

bool BrowseBox::CursorMoveAttempt::operator!= ( const CursorMoveAttempt r) const
inline

Definition at line 340 of file brwbox.hxx.

◆ operator==()

bool BrowseBox::CursorMoveAttempt::operator== ( const CursorMoveAttempt r) const
inline

Definition at line 334 of file brwbox.hxx.

References m_bScrolledToReachCell, m_nCol, and m_nRow.

Member Data Documentation

◆ m_bScrolledToReachCell

bool BrowseBox::CursorMoveAttempt::m_bScrolledToReachCell

Definition at line 327 of file brwbox.hxx.

Referenced by operator==().

◆ m_nCol

sal_Int32 BrowseBox::CursorMoveAttempt::m_nCol

Definition at line 325 of file brwbox.hxx.

Referenced by operator==().

◆ m_nRow

sal_Int32 BrowseBox::CursorMoveAttempt::m_nRow

Definition at line 326 of file brwbox.hxx.

Referenced by operator==().


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