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) |
std::set< Color > & | getTextColors () |
void | addTextColor (const Color &aTextColor) |
std::set< Color > & | getBackgroundColors () |
void | addBackgroundColor (const Color &aBackgroundColor) |
Public Attributes | |
std::vector< ScTypedStrData > | maStrData |
bool | mbHasDates |
bool | mbHasEmpties |
std::set< Color > | maTextColors |
std::set< Color > | maBackgroundColors |
Definition at line 17 of file filterentries.hxx.
|
inline |
Definition at line 25 of file filterentries.hxx.
|
inline |
Definition at line 40 of file filterentries.hxx.
References maBackgroundColors.
|
inline |
Definition at line 38 of file filterentries.hxx.
References maTextColors.
|
inline |
Definition at line 27 of file filterentries.hxx.
References maStrData.
Referenced by ScGridWindow::LaunchAutoFilterMenu(), and ScFilterDlg::UpdateValueList().
|
inline |
Definition at line 29 of file filterentries.hxx.
References maStrData.
|
inline |
Definition at line 34 of file filterentries.hxx.
References maStrData.
Referenced by ScFilterDlg::UpdateValueList().
|
inline |
Definition at line 28 of file filterentries.hxx.
References maStrData.
Referenced by ScGridWindow::LaunchAutoFilterMenu(), and ScFilterDlg::UpdateValueList().
|
inline |
Definition at line 30 of file filterentries.hxx.
References maStrData.
|
inline |
Definition at line 32 of file filterentries.hxx.
References maStrData.
Referenced by ScFilterDlg::UpdateValueList().
|
inline |
Definition at line 33 of file filterentries.hxx.
References maStrData.
Definition at line 39 of file filterentries.hxx.
References maBackgroundColors.
Referenced by ScFilterDlg::UpdateColorList(), and XclExpDxfs::XclExpDxfs().
Definition at line 37 of file filterentries.hxx.
References maTextColors.
Referenced by ScFilterDlg::UpdateColorList(), and XclExpDxfs::XclExpDxfs().
|
inline |
Definition at line 35 of file filterentries.hxx.
References maStrData.
Referenced by ScFilterDlg::UpdateValueList().
|
inline |
Definition at line 36 of file filterentries.hxx.
References maStrData.
|
inline |
Definition at line 31 of file filterentries.hxx.
References maStrData.
Referenced by ScGridWindow::LaunchAutoFilterMenu().
Definition at line 23 of file filterentries.hxx.
Referenced by addBackgroundColor(), and getBackgroundColors().
std::vector<ScTypedStrData> ScFilterEntries::maStrData |
Definition at line 19 of file filterentries.hxx.
Referenced by begin(), empty(), end(), front(), ScDocument::GetFilterEntries(), ScDocument::GetFilterEntriesArea(), ScGridWindow::LaunchAutoFilterMenu(), push_back(), and size().
Definition at line 22 of file filterentries.hxx.
Referenced by addTextColor(), and getTextColors().
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.