/trunk/main/sw/source/core/crsr/ |
H A D | findtxt.cxx | 220 sal_uInt8 SwPaM::Find( const SearchOptions& rSearchOpt, sal_Bool bSearchInNotes , utl::TextSearch& … in Find() argument 293 if (pHts && bSearchInNotes) in Find() 335 if (bSearchInNotes) in Find() 558 sal_Bool bSearchInNotes; member 561 …: rSearchOpt( rOpt ), rCursor( rCrsr ), aSTxt( rOpt ), bReplace( 0 != bRepl ), bSearchInNotes( bSe… in SwFindParaText() 578 …sal_Bool bFnd = (sal_Bool)pCrsr->Find( rSearchOpt, bSearchInNotes, aSTxt, fnMove, pRegion, bInRead… in Find() 630 sal_uLong SwCursor::Find( const SearchOptions& rSearchOpt, sal_Bool bSearchInNotes, in Find() argument 649 SwFindParaText aSwFindParaText( rSearchOpt, bSearchInNotes, bReplace, *this ); in Find()
|
H A D | findattr.cxx | 1160 sal_Bool bSearchInNotes = sal_False; in Find() local 1163 if( aSrchPam.Find( *pSearchOpt, bSearchInNotes, *pSTxt, fnMove, pTextRegion, bInReadOnly ) && in Find()
|
H A D | crsrsh.cxx | 3178 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/edit/ |
H A D | edtox.cxx | 451 sal_Bool bSearchInNotes = sal_False; in ApplyAutoMark() local 452 … sal_uLong nRet = Find( aSearchOpt, bSearchInNotes, DOCPOS_START, DOCPOS_END, bCancel, in ApplyAutoMark()
|
/trunk/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 207 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/inc/ |
H A D | pam.hxx | 155 sal_Bool bSearchInNotes,
|
H A D | swcrsr.hxx | 108 sal_Bool bSearchInNotes,
|
H A D | crsrsh.hxx | 397 sal_Bool bSearchInNotes,
|
/trunk/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 849 sal_Bool bSearchInNotes = sal_False; in replaceAll() local 851 nResult = pUnoCrsr->Find( aSearchOpt, bSearchInNotes, in replaceAll() 980 sal_Bool bSearchInNotes = sal_False; in FindAny() local 982 nResult = (sal_Int32)pUnoCrsr->Find( aSearchOpt, bSearchInNotes, in FindAny()
|
/trunk/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 523 sal_Bool bSearchInNotes = sal_False; in lcl_SelectSameStrings() local 524 rSh.Find( aSearchOpt, bSearchInNotes, DOCPOS_START, DOCPOS_END, bCancel, in lcl_SelectSameStrings()
|
/trunk/main/sw/source/ui/inc/ |
H A D | wrtsh.hxx | 380 sal_Bool bSearchInNotes,
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 1953 sal_Bool bSearchInNotes = sal_False; in JumpToSwMark() local 1954 if( pWrtShell->SearchPattern( aSearchOpt, bSearchInNotes, DOCPOS_START, DOCPOS_END )) in JumpToSwMark()
|