Lines Matching refs:pSearchItem
3896 SvxSearchItem* pSearchItem = pSearch->GetSearchItem(); in findAll() local
3897 if (pSearchItem) in findAll()
3900 pSearchItem->SetCommand( SVX_SEARCHCMD_FIND_ALL ); in findAll()
3902 pSearchItem->SetSelection( !lcl_WholeSheet(aRanges) ); in findAll()
3910 sal_Bool bFound = pDoc->SearchAndReplace( *pSearchItem, nCol, nRow, nTab, in findAll()
3935 SvxSearchItem* pSearchItem = pSearch->GetSearchItem(); in Find_Impl() local
3936 if (pSearchItem) in Find_Impl()
3939 pSearchItem->SetCommand( SVX_SEARCHCMD_FIND ); in Find_Impl()
3941 pSearchItem->SetSelection( !lcl_WholeSheet(aRanges) ); in Find_Impl()
3953 ScDocument::GetSearchAndReplaceStart( *pSearchItem, nCol, nRow ); in Find_Impl()
3957 sal_Bool bFound = pDoc->SearchAndReplace( *pSearchItem, nCol, nRow, nTab, in Find_Impl()
4019 SvxSearchItem* pSearchItem = pSearch->GetSearchItem(); in replaceAll() local
4020 if (pSearchItem) in replaceAll()
4024 pSearchItem->SetCommand( SVX_SEARCHCMD_REPLACE_ALL ); in replaceAll()
4026 pSearchItem->SetSelection( !lcl_WholeSheet(aRanges) ); in replaceAll()
4061 bFound = pDoc->SearchAndReplace( *pSearchItem, nCol, nRow, nTab, in replaceAll()
4069 aUndoStr, pUndoDoc, pSearchItem ) ); in replaceAll()