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

#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
 
ScTypedStrDatafront ()
 
const ScTypedStrDatafront () 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< ScTypedStrDatamaStrData
 
bool mbHasDates
 
bool mbHasEmpties
 
std::set< ColormaTextColors
 
std::set< ColormaBackgroundColors
 

Detailed Description

Definition at line 17 of file filterentries.hxx.

Constructor & Destructor Documentation

◆ ScFilterEntries()

ScFilterEntries::ScFilterEntries ( )
inline

Definition at line 25 of file filterentries.hxx.

Member Function Documentation

◆ addBackgroundColor()

void ScFilterEntries::addBackgroundColor ( const Color aBackgroundColor)
inline

Definition at line 40 of file filterentries.hxx.

References maBackgroundColors.

◆ addTextColor()

void ScFilterEntries::addTextColor ( const Color aTextColor)
inline

Definition at line 38 of file filterentries.hxx.

References maTextColors.

◆ begin() [1/2]

std::vector< ScTypedStrData >::iterator ScFilterEntries::begin ( )
inline

Definition at line 27 of file filterentries.hxx.

References maStrData.

Referenced by ScGridWindow::LaunchAutoFilterMenu(), and ScFilterDlg::UpdateValueList().

◆ begin() [2/2]

std::vector< ScTypedStrData >::const_iterator ScFilterEntries::begin ( ) const
inline

Definition at line 29 of file filterentries.hxx.

References maStrData.

◆ empty()

bool ScFilterEntries::empty ( ) const
inline

Definition at line 34 of file filterentries.hxx.

References maStrData.

Referenced by ScFilterDlg::UpdateValueList().

◆ end() [1/2]

std::vector< ScTypedStrData >::iterator ScFilterEntries::end ( )
inline

Definition at line 28 of file filterentries.hxx.

References maStrData.

Referenced by ScGridWindow::LaunchAutoFilterMenu(), and ScFilterDlg::UpdateValueList().

◆ end() [2/2]

std::vector< ScTypedStrData >::const_iterator ScFilterEntries::end ( ) const
inline

Definition at line 30 of file filterentries.hxx.

References maStrData.

◆ front() [1/2]

ScTypedStrData & ScFilterEntries::front ( )
inline

Definition at line 32 of file filterentries.hxx.

References maStrData.

Referenced by ScFilterDlg::UpdateValueList().

◆ front() [2/2]

const ScTypedStrData & ScFilterEntries::front ( ) const
inline

Definition at line 33 of file filterentries.hxx.

References maStrData.

◆ getBackgroundColors()

std::set< Color > & ScFilterEntries::getBackgroundColors ( )
inline

Definition at line 39 of file filterentries.hxx.

References maBackgroundColors.

Referenced by ScFilterDlg::UpdateColorList(), and XclExpDxfs::XclExpDxfs().

◆ getTextColors()

std::set< Color > & ScFilterEntries::getTextColors ( )
inline

Definition at line 37 of file filterentries.hxx.

References maTextColors.

Referenced by ScFilterDlg::UpdateColorList(), and XclExpDxfs::XclExpDxfs().

◆ push_back() [1/2]

void ScFilterEntries::push_back ( const ScTypedStrData r)
inline

Definition at line 35 of file filterentries.hxx.

References maStrData.

Referenced by ScFilterDlg::UpdateValueList().

◆ push_back() [2/2]

void ScFilterEntries::push_back ( ScTypedStrData &&  r)
inline

Definition at line 36 of file filterentries.hxx.

References maStrData.

◆ size()

std::vector< ScTypedStrData >::size_type ScFilterEntries::size ( ) const
inline

Definition at line 31 of file filterentries.hxx.

References maStrData.

Referenced by ScGridWindow::LaunchAutoFilterMenu().

Member Data Documentation

◆ maBackgroundColors

std::set<Color> ScFilterEntries::maBackgroundColors

Definition at line 23 of file filterentries.hxx.

Referenced by addBackgroundColor(), and getBackgroundColors().

◆ maStrData

std::vector<ScTypedStrData> ScFilterEntries::maStrData

◆ maTextColors

std::set<Color> ScFilterEntries::maTextColors

Definition at line 22 of file filterentries.hxx.

Referenced by addTextColor(), and getTextColors().

◆ mbHasDates

bool ScFilterEntries::mbHasDates

◆ mbHasEmpties

bool ScFilterEntries::mbHasEmpties

Definition at line 21 of file filterentries.hxx.


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