LibreOffice Module svl (master) 1
Macros | Functions | Variables
srchitem.cxx File Reference
#include <sal/config.h>
#include <sal/log.hxx>
#include <svl/srchitem.hxx>
#include <sal/macros.h>
#include <osl/diagnose.h>
#include <comphelper/propertyvalue.hxx>
#include <unotools/searchopt.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/lang/Locale.hpp>
#include <svl/memberid.h>
#include <i18nlangtag/languagetag.hxx>
#include <unordered_set>
Include dependency graph for srchitem.cxx:

Go to the source code of this file.

Macros

#define SRCH_PARAMS   13
 

Functions

static Sequence< OUString > lcl_GetNotifyNames ()
 
static bool equalsWithoutLocaleOrReplace (const i18nutil::SearchOptions2 &rItem1, const i18nutil::SearchOptions2 &rItem2)
 used below More...
 

Variables

constexpr OUStringLiteral CFG_ROOT_NODE = u"Office.Common/SearchOptions"
 
constexpr OUStringLiteral SRCH_PARA_OPTIONS = u"Options"
 
constexpr OUStringLiteral SRCH_PARA_FAMILY = u"Family"
 
constexpr OUStringLiteral SRCH_PARA_COMMAND = u"Command"
 
constexpr OUStringLiteral SRCH_PARA_CELLTYPE = u"CellType"
 
constexpr OUStringLiteral SRCH_PARA_APPFLAG = u"AppFlag"
 
constexpr OUStringLiteral SRCH_PARA_ROWDIR = u"RowDirection"
 
constexpr OUStringLiteral SRCH_PARA_ALLTABLES = u"AllTables"
 
constexpr OUStringLiteral SRCH_PARA_SEARCHFILTERED = u"SearchFiltered"
 
constexpr OUStringLiteral SRCH_PARA_SEARCHFORMATTED = u"SearchFormatted"
 
constexpr OUStringLiteral SRCH_PARA_BACKWARD = u"Backward"
 
constexpr OUStringLiteral SRCH_PARA_PATTERN = u"Pattern"
 
constexpr OUStringLiteral SRCH_PARA_CONTENT = u"Content"
 
constexpr OUStringLiteral SRCH_PARA_ASIANOPT = u"AsianOptions"
 

Macro Definition Documentation

◆ SRCH_PARAMS

#define SRCH_PARAMS   13

Definition at line 44 of file srchitem.cxx.

Function Documentation

◆ equalsWithoutLocaleOrReplace()

static bool equalsWithoutLocaleOrReplace ( const i18nutil::SearchOptions2 rItem1,
const i18nutil::SearchOptions2 rItem2 
)
static

◆ lcl_GetNotifyNames()

static Sequence< OUString > lcl_GetNotifyNames ( )
static

Definition at line 62 of file srchitem.cxx.

References i, nCount, and SAL_N_ELEMENTS.

Referenced by SvxSearchItem::SvxSearchItem().

Variable Documentation

◆ CFG_ROOT_NODE

constexpr OUStringLiteral CFG_ROOT_NODE = u"Office.Common/SearchOptions"
constexpr

Definition at line 42 of file srchitem.cxx.

◆ SRCH_PARA_ALLTABLES

constexpr OUStringLiteral SRCH_PARA_ALLTABLES = u"AllTables"
constexpr

Definition at line 51 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().

◆ SRCH_PARA_APPFLAG

constexpr OUStringLiteral SRCH_PARA_APPFLAG = u"AppFlag"
constexpr

Definition at line 49 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().

◆ SRCH_PARA_ASIANOPT

constexpr OUStringLiteral SRCH_PARA_ASIANOPT = u"AsianOptions"
constexpr

Definition at line 57 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().

◆ SRCH_PARA_BACKWARD

constexpr OUStringLiteral SRCH_PARA_BACKWARD = u"Backward"
constexpr

Definition at line 54 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().

◆ SRCH_PARA_CELLTYPE

constexpr OUStringLiteral SRCH_PARA_CELLTYPE = u"CellType"
constexpr

Definition at line 48 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().

◆ SRCH_PARA_COMMAND

constexpr OUStringLiteral SRCH_PARA_COMMAND = u"Command"
constexpr

Definition at line 47 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().

◆ SRCH_PARA_CONTENT

constexpr OUStringLiteral SRCH_PARA_CONTENT = u"Content"
constexpr

Definition at line 56 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().

◆ SRCH_PARA_FAMILY

constexpr OUStringLiteral SRCH_PARA_FAMILY = u"Family"
constexpr

Definition at line 46 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().

◆ SRCH_PARA_OPTIONS

constexpr OUStringLiteral SRCH_PARA_OPTIONS = u"Options"
constexpr

Definition at line 45 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().

◆ SRCH_PARA_PATTERN

constexpr OUStringLiteral SRCH_PARA_PATTERN = u"Pattern"
constexpr

Definition at line 55 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().

◆ SRCH_PARA_ROWDIR

constexpr OUStringLiteral SRCH_PARA_ROWDIR = u"RowDirection"
constexpr

Definition at line 50 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().

◆ SRCH_PARA_SEARCHFILTERED

constexpr OUStringLiteral SRCH_PARA_SEARCHFILTERED = u"SearchFiltered"
constexpr

Definition at line 52 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().

◆ SRCH_PARA_SEARCHFORMATTED

constexpr OUStringLiteral SRCH_PARA_SEARCHFORMATTED = u"SearchFormatted"
constexpr

Definition at line 53 of file srchitem.cxx.

Referenced by SvxSearchItem::PutValue(), and SvxSearchItem::QueryValue().