LibreOffice Module sc (master) 1
Public Member Functions | List of all members
oox::xls::IgnoreCaseCompare Struct Reference

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
 

Detailed Description

Functor for case-insensitive string comparison, usable in maps etc.

Definition at line 63 of file workbookhelper.hxx.

Member Function Documentation

◆ operator()()

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().


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