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

#include <checklistmenu.hxx>

Public Member Functions

bool operator< (const ResultEntry &rhs) const
 
bool operator== (const ResultEntry &rhs) const
 

Public Attributes

OUString aName
 
double nValue
 
bool bValid
 
bool bDate
 
bool bValue
 

Detailed Description

Definition at line 73 of file checklistmenu.hxx.

Member Function Documentation

◆ operator<()

bool ScCheckListMenuControl::ResultEntry::operator< ( const ResultEntry rhs) const
inline

Definition at line 81 of file checklistmenu.hxx.

References aName.

◆ operator==()

bool ScCheckListMenuControl::ResultEntry::operator== ( const ResultEntry rhs) const
inline

Definition at line 86 of file checklistmenu.hxx.

References aName, bDate, bValid, bValue, and nValue.

Member Data Documentation

◆ aName

OUString ScCheckListMenuControl::ResultEntry::aName

Definition at line 75 of file checklistmenu.hxx.

Referenced by ScCheckListMenuControl::getResult(), operator<(), and operator==().

◆ bDate

bool ScCheckListMenuControl::ResultEntry::bDate

Definition at line 78 of file checklistmenu.hxx.

Referenced by ScCheckListMenuControl::getResult(), and operator==().

◆ bValid

bool ScCheckListMenuControl::ResultEntry::bValid

Definition at line 77 of file checklistmenu.hxx.

Referenced by ScCheckListMenuControl::getResult(), and operator==().

◆ bValue

bool ScCheckListMenuControl::ResultEntry::bValue

Definition at line 79 of file checklistmenu.hxx.

Referenced by ScCheckListMenuControl::getResult(), and operator==().

◆ nValue

double ScCheckListMenuControl::ResultEntry::nValue

Definition at line 76 of file checklistmenu.hxx.

Referenced by ScCheckListMenuControl::getResult(), and operator==().


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