LibreOffice Module sc (master) 1
|
Functor for case-insensitive string comparison, usable in maps etc. More...
#include <workbookhelper.hxx>
Public Member Functions | |
bool | operator() (std::u16string_view rName1, std::u16string_view rName2) const |
Functor for case-insensitive string comparison, usable in maps etc.
Definition at line 63 of file workbookhelper.hxx.
bool oox::xls::IgnoreCaseCompare::operator() | ( | std::u16string_view | rName1, |
std::u16string_view | rName2 | ||
) | const |
Definition at line 98 of file workbookhelper.cxx.
References o3tl::compareToIgnoreAsciiCase().