|
LibreOffice Module unotools (master) 1
|
#include <sal/config.h>#include <cstdlib>#include <string_view>#include <i18nlangtag/languagetag.hxx>#include <i18nutil/searchopt.hxx>#include <i18nutil/transliteration.hxx>#include <com/sun/star/util/TextSearch2.hpp>#include <com/sun/star/util/SearchAlgorithms2.hpp>#include <com/sun/star/util/SearchFlags.hpp>#include <unotools/charclass.hxx>#include <comphelper/processfactory.hxx>#include <unotools/textsearch.hxx>#include <rtl/ustrbuf.hxx>#include <comphelper/diagnose_ex.hxx>#include <mutex>Go to the source code of this file.
Namespaces | |
| namespace | utl |
Functions | |
| static bool | utl::lcl_Equals (const i18nutil::SearchOptions2 &rSO1, const i18nutil::SearchOptions2 &rSO2) |
| std::mutex mutex |
Definition at line 94 of file textsearch.cxx.
Referenced by GetOwnStaticMutex().
Definition at line 95 of file textsearch.cxx.
| css::uno::Reference< css::util::XTextSearch2 > xTextSearch |
Definition at line 96 of file textsearch.cxx.