Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/crsr/
H A Dfindtxt.cxx224 if( !rSearchOpt.searchString.getLength() ) in Find()
268 ( !rSearchOpt.searchString.compareToAscii( "^$" ) || in Find()
269 !rSearchOpt.searchString.compareToAscii( "$^" ) ); in Find()
429 if ( -1 != rSearchOpt.searchString.indexOf( a00AD ) ) in DoSearch()
434 if ( 1 == rSearchOpt.searchString.getLength() && in DoSearch()
479 rSTxt.SetLocale( rSearchOpt, aLocale ); in DoSearch()
554 const SearchOptions& rSearchOpt; member
658 nRet, rSearchOpt.searchString, rSearchOpt.replaceString)); in Find()
668 SearchAlgorithms_REGEXP == rSearchOpt.algorithmType ) in ReplaceBackReferences()
673 utl::TextSearch aSTxt( rSearchOpt ); in ReplaceBackReferences()
[all …]
H A Dcrsrsh.cxx3178 sal_uLong SwCrsrShell::Find( const SearchOptions& rSearchOpt, sal_Bool bSearchInNotes, in Find() argument
3187 …sal_uLong nRet = pCurCrsr->Find( rSearchOpt, bSearchInNotes, eStart, eEnde, bCancel, eRng, bReplac… in Find()
/trunk/main/sw/source/core/unocore/
H A Dunosrch.cxx790 rSearchOpt.algorithmType = util::SearchAlgorithms_APPROXIMATE; in FillSearchOptions()
791 rSearchOpt.changedChars = nLevExchange; in FillSearchOptions()
792 rSearchOpt.deletedChars = nLevRemove; in FillSearchOptions()
793 rSearchOpt.insertedChars = nLevAdd; in FillSearchOptions()
795 rSearchOpt.searchFlag |= util::SearchFlags::LEV_RELAXED; in FillSearchOptions()
798 rSearchOpt.algorithmType = util::SearchAlgorithms_REGEXP; in FillSearchOptions()
800 rSearchOpt.algorithmType = util::SearchAlgorithms_ABSOLUTE; in FillSearchOptions()
802 rSearchOpt.Locale = SvxCreateLocale( GetAppLanguage() ); in FillSearchOptions()
803 rSearchOpt.searchString = sSearchText; in FillSearchOptions()
804 rSearchOpt.replaceString = sReplaceText; in FillSearchOptions()
[all …]
/trunk/main/sw/inc/
H A Dpam.hxx154 sal_uInt8 Find( const com::sun::star::util::SearchOptions& rSearchOpt,
169 bool DoSearch( const com::sun::star::util::SearchOptions& rSearchOpt, utl::TextSearch& rSTxt,
H A Dcrsrsh.hxx149 String *ReplaceBackReferences( const com::sun::star::util::SearchOptions& rSearchOpt, SwPaM* pPam );
396 sal_uLong Find( const com::sun::star::util::SearchOptions& rSearchOpt,
H A Dunosrch.hxx128 rSearchOpt ) const;
H A Dswcrsr.hxx107 sal_uLong Find( const com::sun::star::util::SearchOptions& rSearchOpt,
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx207 sal_uLong SwWrtShell::SearchPattern( const SearchOptions& rSearchOpt, sal_Bool bSearchInNotes, in SearchPattern() argument
215 sal_uLong nRet = Find( rSearchOpt, bSearchInNotes, eStt, eEnd, bCancel, eFlags, bReplace ); in SearchPattern()
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx379 sal_uLong SearchPattern(const com::sun::star::util::SearchOptions& rSearchOpt,

Completed in 51 milliseconds