Home
last modified time | relevance | path

Searched refs:globalSearchOptions (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3019 const SvxSearchItem& globalSearchOptions = ScGlobal::GetSearchItem(); in Replace() local
3020 SvxSearchItem newOptions( globalSearchOptions ); in Replace()
3022 …sal_Int16 nLook = globalSearchOptions.GetWordOnly() ? excel::XlLookAt::xlPart : excel::XlLookAt:… in Replace()
3023 …sal_Int16 nSearchOrder = globalSearchOptions.GetRowDirection() ? excel::XlSearchOrder::xlByRows : … in Replace()
3120 const SvxSearchItem& globalSearchOptions = ScGlobal::GetSearchItem(); in Find() local
3121 SvxSearchItem newOptions( globalSearchOptions ); in Find()
3123 …sal_Int16 nLookAt = globalSearchOptions.GetWordOnly() ? excel::XlLookAt::xlPart : excel::XlLookA… in Find()
3124 …sal_Int16 nSearchOrder = globalSearchOptions.GetRowDirection() ? excel::XlSearchOrder::xlByRows : … in Find()

Completed in 45 milliseconds