Lines Matching refs:mpSearchItem
174 mpSearchItem(NULL), in Outliner()
313 mpSearchItem = NULL; in StartSpelling()
519 mpSearchItem = pSearchItem; in StartSearchAndReplace()
523 Initialize ( ! mpSearchItem->GetBackward()); in StartSearchAndReplace()
525 const sal_uInt16 nCommand (mpSearchItem->GetCommand()); in StartSearchAndReplace()
701 && mpSearchItem->GetCommand() == SVX_SEARCHCMD_REPLACE) in SearchAndReplaceOnce()
703 pOutlinerView->StartSearchAndReplace(*mpSearchItem); in SearchAndReplaceOnce()
707 if (mpSearchItem->GetCommand() != SVX_SEARCHCMD_REPLACE_ALL) in SearchAndReplaceOnce()
708 nMatchCount = pOutlinerView->StartSearchAndReplace(*mpSearchItem); in SearchAndReplaceOnce()
713 if (nMatchCount==0 || mpSearchItem->GetCommand()==SVX_SEARCHCMD_REPLACE_ALL) in SearchAndReplaceOnce()
735 nMatchCount = pOutlinerView->StartSearchAndReplace(*mpSearchItem); in SearchAndReplaceOnce()
746 int nResult = pOutlinerView->StartSearchAndReplace(*mpSearchItem); in SearchAndReplaceOnce()
1145 if (mpSearchItem != NULL) in ShowWrapArroundDialog()
1148 sal_uInt16 nCommand = mpSearchItem->GetCommand(); in ShowWrapArroundDialog()
1260 if (HasText( *mpSearchItem )) in PrepareSearchAndReplace()
1470 if (pOutlinerView != NULL && mpSearchItem != NULL) in HandleFailedSearch()
1575 mpSearchItem = NULL; in StartConversion()