LibreOffice Module svl (master) 1
|
#include <srchitem.hxx>
Public Member Functions | |
SvxSearchItem (const sal_uInt16 nId) | |
SvxSearchItem (const SvxSearchItem &rItem) | |
virtual | ~SvxSearchItem () override |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const override |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) override |
virtual bool | operator== (const SfxPoolItem &) const override |
virtual SvxSearchItem * | Clone (SfxItemPool *pPool=nullptr) const override |
virtual bool | GetPresentation (SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper &) const override |
This virtual method allows to get a textual representation of the value for the SfxPoolItem subclasses. More... | |
virtual void | Notify (const css::uno::Sequence< OUString > &rPropertyNames) override |
bool | equalsIgnoring (const SvxSearchItem &rSItem, bool bIgnoreReplace, bool bIgnoreCommand) const |
SvxSearchCmd | GetCommand () const |
void | SetCommand (SvxSearchCmd nNewCommand) |
const OUString & | GetSearchString () const |
void | SetSearchString (const OUString &rNewString) |
const OUString & | GetReplaceString () const |
void | SetReplaceString (const OUString &rNewString) |
bool | GetWordOnly () const |
void | SetWordOnly (bool bNewWordOnly) |
bool | GetExact () const |
void | SetExact (bool bNewExact) |
bool | GetBackward () const |
void | SetBackward (bool bNewBackward) |
bool | GetSelection () const |
void | SetSelection (bool bNewSelection) |
bool | GetRegExp () const |
void | SetRegExp (bool bVal) |
bool | GetWildcard () const |
void | SetWildcard (bool bVal) |
bool | GetPattern () const |
void | SetPattern (bool bNewPattern) |
SfxStyleFamily | GetFamily () const |
void | SetFamily (SfxStyleFamily eNewFamily) |
bool | GetRowDirection () const |
void | SetRowDirection (bool bNewRowDirection) |
bool | IsAllTables () const |
void | SetAllTables (bool bNew) |
bool | IsSearchFiltered () const |
void | SetSearchFiltered (bool b) |
bool | IsSearchFormatted () const |
void | SetSearchFormatted (bool b) |
SvxSearchCellType | GetCellType () const |
void | SetCellType (SvxSearchCellType nNewCellType) |
bool | GetNotes () const |
void | SetNotes (bool bNew) |
SvxSearchApp | GetAppFlag () const |
void | SetAppFlag (SvxSearchApp nNewAppFlag) |
bool | IsLevenshtein () const |
void | SetLevenshtein (bool bVal) |
bool | IsLEVRelaxed () const |
void | SetLEVRelaxed (bool bSet) |
sal_uInt16 | GetLEVOther () const |
void | SetLEVOther (sal_uInt16 nSet) |
sal_uInt16 | GetLEVShorter () const |
void | SetLEVShorter (sal_uInt16 nSet) |
sal_uInt16 | GetLEVLonger () const |
void | SetLEVLonger (sal_uInt16 nSet) |
const i18nutil::SearchOptions2 & | GetSearchOptions () const |
void | SetSearchOptions (const i18nutil::SearchOptions2 &rOpt) |
TransliterationFlags | GetTransliterationFlags () const |
void | SetTransliterationFlags (TransliterationFlags nFlags) |
bool | IsMatchFullHalfWidthForms () const |
void | SetMatchFullHalfWidthForms (bool bVal) |
bool | IsUseAsianOptions () const |
void | SetUseAsianOptions (bool bVal) |
sal_Int32 | GetStartPointX () const |
sal_Int32 | GetStartPointY () const |
bool | HasStartPoint () const |
Either x or y start point is set. More... | |
Public Member Functions inherited from SfxPoolItem | |
void | AddRef (sal_uInt32 n=1) const |
virtual | ~SfxPoolItem () |
void | SetWhich (sal_uInt16 nId) |
sal_uInt16 | Which () const |
template<class T > | |
T & | StaticWhichCast (TypedWhichId< T > nId) |
template<class T > | |
const T & | StaticWhichCast (TypedWhichId< T > nId) const |
template<class T > | |
T * | DynamicWhichCast (TypedWhichId< T > nId) |
template<class T > | |
const T * | DynamicWhichCast (TypedWhichId< T > nId) const |
virtual bool | operator== (const SfxPoolItem &) const =0 |
bool | operator!= (const SfxPoolItem &rItem) const |
virtual bool | operator< (const SfxPoolItem &) const |
virtual bool | IsSortable () const |
virtual bool | HasLookup () const |
virtual lookup_iterator | Lookup (lookup_iterator, lookup_iterator end) const |
virtual bool | GetPresentation (SfxItemPresentation ePresentation, MapUnit eCoreMetric, MapUnit ePresentationMetric, OUString &rText, const IntlWrapper &rIntlWrapper) const |
This virtual method allows to get a textual representation of the value for the SfxPoolItem subclasses. More... | |
virtual void | ScaleMetrics (tools::Long lMult, tools::Long lDiv) |
virtual bool | HasMetrics () const |
virtual bool | QueryValue (css::uno::Any &rVal, sal_uInt8 nMemberId=0) const |
virtual bool | PutValue (const css::uno::Any &rVal, sal_uInt8 nMemberId) |
virtual SfxPoolItem * | Clone (SfxItemPool *pPool=nullptr) const =0 |
std::unique_ptr< SfxPoolItem > | CloneSetWhich (sal_uInt16 nNewWhich) const |
template<class T > | |
std::unique_ptr< T > | CloneSetWhich (TypedWhichId< T > nId) const |
sal_uInt32 | GetRefCount () const |
SfxItemKind | GetKind () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
virtual boost::property_tree::ptree | dumpAsJSON () const |
virtual bool | IsVoidItem () const |
Only SfxVoidItem shall and must return true for this. More... | |
Public Member Functions inherited from utl::ConfigItem | |
virtual | ~ConfigItem () override |
ConfigItem (ConfigItem const &)=default | |
ConfigItem (ConfigItem &&)=default | |
ConfigItem & | operator= (ConfigItem const &)=delete |
ConfigItem & | operator= (ConfigItem &&)=delete |
virtual void | Notify (const css::uno::Sequence< OUString > &aPropertyNames)=0 |
const OUString & | GetSubTreeName () const |
bool | IsModified () const |
void | Commit () |
ConfigItemMode | GetMode () const |
Public Member Functions inherited from utl::ConfigurationBroadcaster | |
void | AddListener (utl::ConfigurationListener *pListener) |
void | RemoveListener (utl::ConfigurationListener const *pListener) |
void | NotifyListeners (ConfigurationHints nHint) |
ConfigurationBroadcaster () | |
ConfigurationBroadcaster (ConfigurationBroadcaster const &) | |
virtual | ~ConfigurationBroadcaster () |
ConfigurationBroadcaster & | operator= (ConfigurationBroadcaster const &other) |
virtual void | BlockBroadcasts (bool bBlock) |
Static Public Member Functions | |
static SfxPoolItem * | CreateDefault () |
Static Public Member Functions inherited from utl::ConfigItem | |
static css::uno::Sequence< OUString > | GetNodeNames (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const OUString &rNode, ConfigNameFormat eFormat) |
static css::uno::Sequence< css::uno::Any > | GetProperties (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const css::uno::Sequence< OUString > &rNames, bool bAllLocales) |
static bool | PutProperties (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const css::uno::Sequence< OUString > &rNames, const css::uno::Sequence< css::uno::Any > &rValues, bool bAllLocales) |
static bool | ClearNodeSet (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const OUString &rNode) |
static bool | ReplaceSetProperties (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const OUString &rNode, const css::uno::Sequence< css::beans::PropertyValue > &rValues, bool bAllLocales) |
static bool | SetSetProperties (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xHierarchyAccess, const OUString &rNode, const css::uno::Sequence< css::beans::PropertyValue > &rValues) |
Private Member Functions | |
virtual void | ImplCommit () override |
Private Attributes | |
i18nutil::SearchOptions2 | m_aSearchOpt |
SfxStyleFamily | m_eFamily |
SvxSearchCmd | m_nCommand |
SvxSearchCellType | m_nCellType |
SvxSearchApp | m_nAppFlag |
bool | m_bRowDirection |
bool | m_bAllTables |
bool | m_bSearchFiltered |
bool | m_bSearchFormatted |
bool | m_bNotes |
bool | m_bBackward |
bool | m_bPattern |
bool | m_bContent |
bool | m_bAsianOptions |
sal_Int32 | m_nStartPointX |
sal_Int32 | m_nStartPointY |
Additional Inherited Members | |
Public Types inherited from SfxPoolItem | |
typedef std::vector< SfxPoolItem * >::const_iterator | lookup_iterator |
Protected Member Functions inherited from SfxPoolItem | |
SfxPoolItem (sal_uInt16 nWhich=0) | |
SfxPoolItem (const SfxPoolItem &rCopy) | |
Protected Member Functions inherited from utl::ConfigItem | |
ConfigItem (OUString aSubTree, ConfigItemMode nMode=ConfigItemMode::NONE) | |
void | SetModified () |
void | ClearModified () |
css::uno::Sequence< css::uno::Any > | GetProperties (const css::uno::Sequence< OUString > &rNames) |
css::uno::Sequence< sal_Bool > | GetReadOnlyStates (const css::uno::Sequence< OUString > &rNames) |
bool | PutProperties (const css::uno::Sequence< OUString > &rNames, const css::uno::Sequence< css::uno::Any > &rValues) |
bool | EnableNotification (const css::uno::Sequence< OUString > &rNames, bool bEnableInternalNotification=false) |
void | DisableNotification () |
css::uno::Sequence< OUString > | GetNodeNames (const OUString &rNode) |
css::uno::Sequence< OUString > | GetNodeNames (const OUString &rNode, ConfigNameFormat eFormat) |
bool | ClearNodeSet (const OUString &rNode) |
bool | ClearNodeElements (const OUString &rNode, css::uno::Sequence< OUString > const &rElements) |
bool | SetSetProperties (const OUString &rNode, const css::uno::Sequence< css::beans::PropertyValue > &rValues) |
bool | ReplaceSetProperties (const OUString &rNode, const css::uno::Sequence< css::beans::PropertyValue > &rValues) |
bool | AddNode (const OUString &rNode, const OUString &rNewNode) |
Definition at line 60 of file srchitem.hxx.
|
explicit |
Definition at line 100 of file srchitem.cxx.
References ABSOLUTE, i18nutil::SearchOptions2::AlgorithmType2, utl::ConfigItem::EnableNotification(), FIND, FORMULA, IGNORE_CASE, SvtSearchOptions::IsBackwards(), SvtSearchOptions::IsIgnoreDiacritics_CTL(), SvtSearchOptions::IsIgnoreKashida_CTL(), SvtSearchOptions::IsIgnoreMiddleDot(), SvtSearchOptions::IsIgnoreProlongedSoundMark(), SvtSearchOptions::IsIgnorePunctuation(), SvtSearchOptions::IsIgnoreWhitespace(), SvtSearchOptions::IsMatchBavaHafa(), SvtSearchOptions::IsMatchCase(), SvtSearchOptions::IsMatchContractions(), SvtSearchOptions::IsMatchDiziDuzu(), SvtSearchOptions::IsMatchFullHalfWidthForms(), SvtSearchOptions::IsMatchHiraganaKatakana(), SvtSearchOptions::IsMatchHyuiyuByuvyu(), SvtSearchOptions::IsMatchIaiya(), SvtSearchOptions::IsMatchKiku(), SvtSearchOptions::IsMatchMinusDashChoon(), SvtSearchOptions::IsMatchOldKanaForms(), SvtSearchOptions::IsMatchRepeatCharMarks(), SvtSearchOptions::IsMatchSesheZeje(), SvtSearchOptions::IsMatchTsithichiDhizi(), SvtSearchOptions::IsMatchVariantFormKanji(), SvtSearchOptions::IsNotes(), SvtSearchOptions::IsSimilaritySearch(), SvtSearchOptions::IsUseAsianOptions(), SvtSearchOptions::IsUseRegularExpression(), SvtSearchOptions::IsUseWildcard(), SvtSearchOptions::IsWholeWordsOnly(), lcl_GetNotifyNames(), Locale, m_aSearchOpt, m_bAsianOptions, m_bBackward, m_bNotes, nId, Para, i18nutil::SearchOptions2::searchFlag, i18nutil::SearchOptions2::transliterateFlags, and WRITER.
Referenced by Clone(), and CreateDefault().
SvxSearchItem::SvxSearchItem | ( | const SvxSearchItem & | rItem | ) |
Definition at line 201 of file srchitem.cxx.
References utl::ConfigItem::EnableNotification(), and lcl_GetNotifyNames().
|
overridevirtual |
Definition at line 226 of file srchitem.cxx.
|
overridevirtual |
|
static |
Definition at line 59 of file srchitem.cxx.
References SvxSearchItem().
bool SvxSearchItem::equalsIgnoring | ( | const SvxSearchItem & | rSItem, |
bool | bIgnoreReplace, | ||
bool | bIgnoreCommand | ||
) | const |
Definition at line 259 of file srchitem.cxx.
References equalsWithoutLocaleOrReplace(), m_aSearchOpt, m_bAllTables, m_bAsianOptions, m_bBackward, m_bContent, m_bNotes, m_bPattern, m_bRowDirection, m_bSearchFiltered, m_bSearchFormatted, m_eFamily, m_nAppFlag, m_nCellType, m_nCommand, and i18nutil::SearchOptions2::replaceString.
Referenced by operator==().
|
inline |
Definition at line 166 of file srchitem.hxx.
|
inline |
Definition at line 129 of file srchitem.hxx.
|
inline |
Definition at line 160 of file srchitem.hxx.
|
inline |
Definition at line 114 of file srchitem.hxx.
|
inline |
Definition at line 230 of file srchitem.hxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::transliterateFlags.
|
inline |
Definition at line 144 of file srchitem.hxx.
|
inline |
Definition at line 275 of file srchitem.hxx.
References i18nutil::SearchOptions2::deletedChars, and m_aSearchOpt.
|
inline |
Definition at line 255 of file srchitem.hxx.
References i18nutil::SearchOptions2::changedChars, and m_aSearchOpt.
|
inline |
Definition at line 265 of file srchitem.hxx.
References i18nutil::SearchOptions2::insertedChars, and m_aSearchOpt.
|
inline |
Definition at line 163 of file srchitem.hxx.
|
inline |
Definition at line 141 of file srchitem.hxx.
|
overridevirtual |
This virtual method allows to get a textual representation of the value for the SfxPoolItem subclasses.
It should be overridden by all UI-relevant SfxPoolItem subclasses.
Because the unit of measure of the value in the SfxItemPool is only queryable via
The corresponding unit of measure is passed as 'ePresentationMetric'.
SfxItemPresentation::Complete A complete textual representation could be created with semantic meaning (if applicable with unit of measure)
Example:
pSvxFontItem->GetPresentation( SFX_PRESENTATION_NAMELESS, ... ) "12pt" with return SfxItemPresentation::Nameless
pSvxColorItem->GetPresentation( SFX_PRESENTATION_COMPLETE, ... ) "red" with return SfxItemPresentation::Nameless Because the SvxColorItem does not know which color it represents it cannot provide a name, which is communicated by the return value
pSvxBorderItem->GetPresentation( SFX_PRESENTATION_COMPLETE, ... ) "1cm top border, 2cm left border, 0.2cm bottom border, ..."
Reimplemented from SfxPoolItem.
Definition at line 283 of file srchitem.cxx.
|
inline |
Definition at line 240 of file srchitem.hxx.
References i18nutil::SearchOptions2::AlgorithmType2, and m_aSearchOpt.
|
inline |
Definition at line 214 of file srchitem.hxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::replaceString.
|
inline |
Definition at line 148 of file srchitem.hxx.
|
inline |
Definition at line 290 of file srchitem.hxx.
References m_aSearchOpt.
|
inline |
Definition at line 204 of file srchitem.hxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::searchString.
|
inline |
Definition at line 235 of file srchitem.hxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::searchFlag.
sal_Int32 SvxSearchItem::GetStartPointX | ( | ) | const |
Definition at line 647 of file srchitem.cxx.
References m_nStartPointX.
sal_Int32 SvxSearchItem::GetStartPointY | ( | ) | const |
Definition at line 652 of file srchitem.cxx.
References m_nStartPointY.
|
inline |
Definition at line 300 of file srchitem.hxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::transliterateFlags.
Referenced by Notify().
|
inline |
Definition at line 245 of file srchitem.hxx.
References i18nutil::SearchOptions2::AlgorithmType2, and m_aSearchOpt.
|
inline |
Definition at line 224 of file srchitem.hxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::searchFlag.
bool SvxSearchItem::HasStartPoint | ( | ) | const |
Either x or y start point is set.
Definition at line 657 of file srchitem.cxx.
References m_nStartPointX, and m_nStartPointY.
|
overrideprivatevirtual |
Implements utl::ConfigItem.
Definition at line 302 of file srchitem.cxx.
|
inline |
Definition at line 151 of file srchitem.hxx.
|
inline |
Definition at line 285 of file srchitem.hxx.
References i18nutil::SearchOptions2::AlgorithmType2, and m_aSearchOpt.
|
inline |
Definition at line 250 of file srchitem.hxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::searchFlag.
|
inline |
Definition at line 305 of file srchitem.hxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::transliterateFlags.
|
inline |
Definition at line 154 of file srchitem.hxx.
|
inline |
Definition at line 157 of file srchitem.hxx.
|
inline |
Definition at line 195 of file srchitem.hxx.
|
overridevirtual |
Implements utl::ConfigItem.
Definition at line 295 of file srchitem.cxx.
References GetTransliterationFlags(), and SetTransliterationFlags().
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 491 of file srchitem.cxx.
References a, i18nutil::SearchOptions2::AlgorithmType2, aSeq, i18nutil::SearchOptions2::changedChars, LanguageTag::convertToLocale(), i18nutil::SearchOptions2::deletedChars, i18nutil::SearchOptions2::insertedChars, LANGUAGE_NONE, i18nutil::SearchOptions2::Locale, m_aSearchOpt, m_bAllTables, m_bAsianOptions, m_bBackward, m_bContent, m_bPattern, m_bRowDirection, m_bSearchFiltered, m_bSearchFormatted, m_eFamily, m_nAppFlag, m_nCellType, m_nCommand, m_nStartPointX, m_nStartPointY, MID_SEARCH_ALGORITHMTYPE, MID_SEARCH_ALGORITHMTYPE2, MID_SEARCH_ALLTABLES, MID_SEARCH_ASIANOPTIONS, MID_SEARCH_BACKWARD, MID_SEARCH_CELLTYPE, MID_SEARCH_CHANGEDCHARS, MID_SEARCH_COMMAND, MID_SEARCH_CONTENT, MID_SEARCH_DELETEDCHARS, MID_SEARCH_FLAGS, MID_SEARCH_INSERTEDCHARS, MID_SEARCH_LOCALE, MID_SEARCH_PATTERN, MID_SEARCH_REPLACESTRING, MID_SEARCH_ROWDIRECTION, MID_SEARCH_SEARCHFILTERED, MID_SEARCH_SEARCHFORMATTED, MID_SEARCH_SEARCHSTRING, MID_SEARCH_STARTPOINTX, MID_SEARCH_STARTPOINTY, MID_SEARCH_STYLEFAMILY, MID_SEARCH_TRANSLITERATEFLAGS, PutValue(), i18nutil::SearchOptions2::replaceString, i18nutil::SearchOptions2::searchFlag, i18nutil::SearchOptions2::searchString, SRCH_PARA_ALLTABLES, SRCH_PARA_APPFLAG, SRCH_PARA_ASIANOPT, SRCH_PARA_BACKWARD, SRCH_PARA_CELLTYPE, SRCH_PARA_COMMAND, SRCH_PARA_CONTENT, SRCH_PARA_FAMILY, SRCH_PARA_OPTIONS, SRCH_PARA_PATTERN, SRCH_PARA_ROWDIR, SRCH_PARA_SEARCHFILTERED, SRCH_PARA_SEARCHFORMATTED, SRCH_PARAMS, i18nutil::SearchOptions2::transliterateFlags, and i18nutil::upgradeSearchAlgorithms().
Referenced by PutValue().
|
overridevirtual |
Reimplemented from SfxPoolItem.
Definition at line 401 of file srchitem.cxx.
References i18nutil::SearchOptions2::AlgorithmType2, aSeq, i18nutil::SearchOptions2::changedChars, LanguageTag::convertToLanguageType(), i18nutil::SearchOptions2::deletedChars, i18nutil::downgradeSearchAlgorithms2(), i18nutil::SearchOptions2::insertedChars, LANGUAGE_NONE, i18nutil::SearchOptions2::Locale, m_aSearchOpt, m_bAllTables, m_bAsianOptions, m_bBackward, m_bContent, m_bPattern, m_bRowDirection, m_bSearchFiltered, m_bSearchFormatted, m_eFamily, m_nAppFlag, m_nCellType, m_nCommand, comphelper::makePropertyValue(), MID_SEARCH_ALGORITHMTYPE, MID_SEARCH_ALGORITHMTYPE2, MID_SEARCH_ALLTABLES, MID_SEARCH_ASIANOPTIONS, MID_SEARCH_BACKWARD, MID_SEARCH_CELLTYPE, MID_SEARCH_CHANGEDCHARS, MID_SEARCH_COMMAND, MID_SEARCH_CONTENT, MID_SEARCH_DELETEDCHARS, MID_SEARCH_FLAGS, MID_SEARCH_INSERTEDCHARS, MID_SEARCH_LOCALE, MID_SEARCH_PATTERN, MID_SEARCH_REPLACESTRING, MID_SEARCH_ROWDIRECTION, MID_SEARCH_SEARCHFILTERED, MID_SEARCH_SEARCHFORMATTED, MID_SEARCH_SEARCHSTRING, MID_SEARCH_STYLEFAMILY, MID_SEARCH_TRANSLITERATEFLAGS, i18nutil::SearchOptions2::replaceString, SAL_WARN, i18nutil::SearchOptions2::searchFlag, i18nutil::SearchOptions2::searchString, SRCH_PARA_ALLTABLES, SRCH_PARA_APPFLAG, SRCH_PARA_ASIANOPT, SRCH_PARA_BACKWARD, SRCH_PARA_CELLTYPE, SRCH_PARA_COMMAND, SRCH_PARA_CONTENT, SRCH_PARA_FAMILY, SRCH_PARA_OPTIONS, SRCH_PARA_PATTERN, SRCH_PARA_ROWDIR, SRCH_PARA_SEARCHFILTERED, SRCH_PARA_SEARCHFORMATTED, SRCH_PARAMS, i18nutil::SearchOptions2::toUnoSearchOptions2(), and i18nutil::SearchOptions2::transliterateFlags.
|
inline |
Definition at line 152 of file srchitem.hxx.
|
inline |
Definition at line 167 of file srchitem.hxx.
|
inline |
Definition at line 130 of file srchitem.hxx.
|
inline |
Definition at line 161 of file srchitem.hxx.
|
inline |
Definition at line 115 of file srchitem.hxx.
void SvxSearchItem::SetExact | ( | bool | bNewExact | ) |
Definition at line 324 of file srchitem.cxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::transliterateFlags.
|
inline |
Definition at line 145 of file srchitem.hxx.
void SvxSearchItem::SetLevenshtein | ( | bool | bVal | ) |
Definition at line 383 of file srchitem.cxx.
References i18nutil::SearchOptions2::AlgorithmType2, and m_aSearchOpt.
|
inline |
Definition at line 280 of file srchitem.hxx.
References i18nutil::SearchOptions2::deletedChars, and m_aSearchOpt.
|
inline |
Definition at line 260 of file srchitem.hxx.
References i18nutil::SearchOptions2::changedChars, and m_aSearchOpt.
void SvxSearchItem::SetLEVRelaxed | ( | bool | bSet | ) |
Definition at line 374 of file srchitem.cxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::searchFlag.
|
inline |
Definition at line 270 of file srchitem.hxx.
References i18nutil::SearchOptions2::insertedChars, and m_aSearchOpt.
void SvxSearchItem::SetMatchFullHalfWidthForms | ( | bool | bVal | ) |
Definition at line 306 of file srchitem.cxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::transliterateFlags.
|
inline |
Definition at line 164 of file srchitem.hxx.
|
inline |
Definition at line 142 of file srchitem.hxx.
void SvxSearchItem::SetRegExp | ( | bool | bVal | ) |
Definition at line 348 of file srchitem.cxx.
References i18nutil::SearchOptions2::AlgorithmType2, and m_aSearchOpt.
|
inline |
Definition at line 219 of file srchitem.hxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::replaceString.
|
inline |
Definition at line 149 of file srchitem.hxx.
|
inline |
Definition at line 155 of file srchitem.hxx.
|
inline |
Definition at line 158 of file srchitem.hxx.
|
inline |
Definition at line 295 of file srchitem.hxx.
References m_aSearchOpt.
|
inline |
Definition at line 209 of file srchitem.hxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::searchString.
void SvxSearchItem::SetSelection | ( | bool | bNewSelection | ) |
Definition at line 333 of file srchitem.cxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::searchFlag.
void SvxSearchItem::SetTransliterationFlags | ( | TransliterationFlags | nFlags | ) |
Definition at line 396 of file srchitem.cxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::transliterateFlags.
Referenced by Notify().
|
inline |
Definition at line 196 of file srchitem.hxx.
void SvxSearchItem::SetWildcard | ( | bool | bVal | ) |
Definition at line 361 of file srchitem.cxx.
References i18nutil::SearchOptions2::AlgorithmType2, and m_aSearchOpt.
void SvxSearchItem::SetWordOnly | ( | bool | bNewWordOnly | ) |
Definition at line 315 of file srchitem.cxx.
References m_aSearchOpt, and i18nutil::SearchOptions2::searchFlag.
|
private |
Definition at line 64 of file srchitem.hxx.
Referenced by equalsIgnoring(), GetExact(), GetLEVLonger(), GetLEVOther(), GetLEVShorter(), GetRegExp(), GetReplaceString(), GetSearchOptions(), GetSearchString(), GetSelection(), GetTransliterationFlags(), GetWildcard(), GetWordOnly(), IsLevenshtein(), IsLEVRelaxed(), IsMatchFullHalfWidthForms(), PutValue(), QueryValue(), SetExact(), SetLevenshtein(), SetLEVLonger(), SetLEVOther(), SetLEVRelaxed(), SetLEVShorter(), SetMatchFullHalfWidthForms(), SetRegExp(), SetReplaceString(), SetSearchOptions(), SetSearchString(), SetSelection(), SetTransliterationFlags(), SetWildcard(), SetWordOnly(), and SvxSearchItem().
|
private |
Definition at line 74 of file srchitem.hxx.
Referenced by equalsIgnoring(), PutValue(), and QueryValue().
|
private |
Definition at line 84 of file srchitem.hxx.
Referenced by equalsIgnoring(), PutValue(), QueryValue(), and SvxSearchItem().
|
private |
Definition at line 81 of file srchitem.hxx.
Referenced by equalsIgnoring(), PutValue(), QueryValue(), and SvxSearchItem().
|
private |
Definition at line 83 of file srchitem.hxx.
Referenced by equalsIgnoring(), PutValue(), and QueryValue().
|
private |
Definition at line 79 of file srchitem.hxx.
Referenced by equalsIgnoring(), and SvxSearchItem().
|
private |
Definition at line 82 of file srchitem.hxx.
Referenced by equalsIgnoring(), PutValue(), and QueryValue().
|
private |
Definition at line 73 of file srchitem.hxx.
Referenced by equalsIgnoring(), PutValue(), and QueryValue().
|
private |
Definition at line 75 of file srchitem.hxx.
Referenced by equalsIgnoring(), PutValue(), and QueryValue().
|
private |
Definition at line 76 of file srchitem.hxx.
Referenced by equalsIgnoring(), PutValue(), and QueryValue().
|
private |
Definition at line 66 of file srchitem.hxx.
Referenced by equalsIgnoring(), PutValue(), and QueryValue().
|
private |
Definition at line 72 of file srchitem.hxx.
Referenced by equalsIgnoring(), PutValue(), and QueryValue().
|
private |
Definition at line 71 of file srchitem.hxx.
Referenced by equalsIgnoring(), PutValue(), and QueryValue().
|
private |
Definition at line 68 of file srchitem.hxx.
Referenced by equalsIgnoring(), PutValue(), and QueryValue().
|
private |
Definition at line 87 of file srchitem.hxx.
Referenced by GetStartPointX(), HasStartPoint(), and PutValue().
|
private |
Definition at line 88 of file srchitem.hxx.
Referenced by GetStartPointY(), HasStartPoint(), and PutValue().