LibreOffice Module unotools (master) 1
Namespaces | Functions
textsearch.cxx File Reference
#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>
Include dependency graph for textsearch.cxx:

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)
 

Variable Documentation

◆ mutex

std::mutex mutex

Definition at line 94 of file textsearch.cxx.

Referenced by GetOwnStaticMutex().

◆ Options

Definition at line 95 of file textsearch.cxx.

◆ xTextSearch

css::uno::Reference< css::util::XTextSearch2 > xTextSearch

Definition at line 96 of file textsearch.cxx.