LibreOffice Module sc (master)
1
|
#include <filterentries.hxx>
Public Member Functions | |
ScFilterEntries () | |
std::vector< ScTypedStrData >::iterator | begin () |
std::vector< ScTypedStrData >::iterator | end () |
std::vector< ScTypedStrData >::const_iterator | begin () const |
std::vector< ScTypedStrData >::const_iterator | end () const |
std::vector< ScTypedStrData >::size_type | size () const |
ScTypedStrData & | front () |
const ScTypedStrData & | front () const |
bool | empty () const |
void | push_back (const ScTypedStrData &r) |
void | push_back (ScTypedStrData &&r) |
Public Attributes | |
std::vector< ScTypedStrData > | maStrData |
bool | mbHasDates |
bool | mbHasEmpties |
Definition at line 17 of file filterentries.hxx.
|
inline |
Definition at line 23 of file filterentries.hxx.
|
inline |
Definition at line 25 of file filterentries.hxx.
Referenced by ScGridWindow::LaunchAutoFilterMenu(), and ScFilterDlg::UpdateValueList().
|
inline |
Definition at line 27 of file filterentries.hxx.
|
inline |
Definition at line 32 of file filterentries.hxx.
Referenced by ScFilterDlg::UpdateValueList().
|
inline |
Definition at line 26 of file filterentries.hxx.
Referenced by ScGridWindow::LaunchAutoFilterMenu(), and ScFilterDlg::UpdateValueList().
|
inline |
Definition at line 28 of file filterentries.hxx.
|
inline |
Definition at line 30 of file filterentries.hxx.
Referenced by ScFilterDlg::UpdateValueList().
|
inline |
Definition at line 31 of file filterentries.hxx.
|
inline |
Definition at line 33 of file filterentries.hxx.
Referenced by ScFilterDlg::UpdateValueList().
|
inline |
Definition at line 34 of file filterentries.hxx.
|
inline |
Definition at line 29 of file filterentries.hxx.
Referenced by ScGridWindow::LaunchAutoFilterMenu().
std::vector<ScTypedStrData> ScFilterEntries::maStrData |
Definition at line 19 of file filterentries.hxx.
Referenced by ScDocument::GetFilterEntries(), and ScDocument::GetFilterEntriesArea().
bool ScFilterEntries::mbHasDates |
Definition at line 20 of file filterentries.hxx.
Referenced by ScGridWindow::LaunchAutoFilterMenu(), and ScFilterDlg::UpdateValueList().
bool ScFilterEntries::mbHasEmpties |
Definition at line 21 of file filterentries.hxx.