LibreOffice Module sc (master) 1
|
#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 |
Definition at line 73 of file checklistmenu.hxx.
|
inline |
Definition at line 81 of file checklistmenu.hxx.
References aName.
|
inline |
OUString ScCheckListMenuControl::ResultEntry::aName |
Definition at line 75 of file checklistmenu.hxx.
Referenced by ScCheckListMenuControl::getResult(), operator<(), and operator==().
bool ScCheckListMenuControl::ResultEntry::bDate |
Definition at line 78 of file checklistmenu.hxx.
Referenced by ScCheckListMenuControl::getResult(), and operator==().
bool ScCheckListMenuControl::ResultEntry::bValid |
Definition at line 77 of file checklistmenu.hxx.
Referenced by ScCheckListMenuControl::getResult(), and operator==().
bool ScCheckListMenuControl::ResultEntry::bValue |
Definition at line 79 of file checklistmenu.hxx.
Referenced by ScCheckListMenuControl::getResult(), and operator==().
double ScCheckListMenuControl::ResultEntry::nValue |
Definition at line 76 of file checklistmenu.hxx.
Referenced by ScCheckListMenuControl::getResult(), and operator==().