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

#include <markarr.hxx>

Public Member Functions

bool operator== (const ScMarkEntry &rOther) const
 

Public Attributes

SCROW nRow: 30
 
bool bMarked: 1
 

Detailed Description

Definition at line 29 of file markarr.hxx.

Member Function Documentation

◆ operator==()

bool ScMarkEntry::operator== ( const ScMarkEntry rOther) const
inline

Definition at line 34 of file markarr.hxx.

References bMarked, and nRow.

Member Data Documentation

◆ bMarked

bool ScMarkEntry::bMarked

Definition at line 32 of file markarr.hxx.

Referenced by operator==().

◆ nRow

SCROW ScMarkEntry::nRow

Definition at line 31 of file markarr.hxx.

Referenced by operator==().


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