LibreOffice Module sc (master) 1
|
#include <typedstrdata.hxx>
Public Member Functions | |
FindTypedStrData (ScTypedStrData aVal, bool bCaseSens) | |
bool | operator() (const ScTypedStrData &r) const |
Private Attributes | |
ScTypedStrData | maVal |
bool | mbCaseSens |
Definition at line 83 of file typedstrdata.hxx.
FindTypedStrData::FindTypedStrData | ( | ScTypedStrData | aVal, |
bool | bCaseSens | ||
) |
Definition at line 113 of file typedstrdata.cxx.
bool FindTypedStrData::operator() | ( | const ScTypedStrData & | r | ) | const |
Definition at line 116 of file typedstrdata.cxx.
References maVal, and mbCaseSens.
|
private |
Definition at line 85 of file typedstrdata.hxx.
Referenced by operator()().
|
private |
Definition at line 86 of file typedstrdata.hxx.
Referenced by operator()().