Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Dsrchuno.cxx84 pSearchItem->SetWordOnly(sal_False); in ScCellSearchObj()
85 pSearchItem->SetExact(sal_False); in ScCellSearchObj()
88 pSearchItem->SetBackward(sal_False); in ScCellSearchObj()
89 pSearchItem->SetSelection(sal_False); in ScCellSearchObj()
90 pSearchItem->SetRegExp(sal_False); in ScCellSearchObj()
91 pSearchItem->SetPattern(sal_False); in ScCellSearchObj()
93 pSearchItem->SetLEVRelaxed(sal_False); in ScCellSearchObj()
94 pSearchItem->SetLEVOther(2); in ScCellSearchObj()
95 pSearchItem->SetLEVShorter(2); in ScCellSearchObj()
96 pSearchItem->SetLEVLonger(2); in ScCellSearchObj()
[all …]
H A Dcellsuno.cxx3896 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()
3935 SvxSearchItem* pSearchItem = pSearch->GetSearchItem(); in Find_Impl() local
3936 if (pSearchItem) in Find_Impl()
3939 pSearchItem->SetCommand( SVX_SEARCHCMD_FIND ); 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()
[all …]
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx360 pSearchItem ( NULL ), \
412 delete pSearchItem; in ~SvxSearchDialog()
691 if (pSearchItem) in Activate()
1477 pSearchItem->SetRegExp( sal_False ); in IMPL_LINK()
1480 pSearchItem->SetRegExp( sal_True ); in IMPL_LINK()
1675 switch ( pSearchItem->GetFamily() ) in IMPL_LINK()
1963 if ( pSearchItem ) in EnableControls_Impl()
2066 delete pSearchItem; in SetItem_Impl()
2467 if ( !pSearchItem ) in SaveToModule_Impl()
2482 pSearchItem->SetRegExp( sal_False ); in SaveToModule_Impl()
[all …]
/trunk/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx295 if ( pSearchItem != NULL ) in removeText()
310 delete pSearchItem ; in removeText()
331 if ( pSearchItem != NULL ) in updateText()
337 pSearchItem->sText = rText ; in updateText()
886 aCollectString += pSearchItem->sTopic ; in impl_rebuildFixedText()
904 aCollectString += pSearchItem->sText ; in impl_rebuildFixedText()
942 aCollectString += pSearchItem->sText ; in impl_rebuildFixedText()
967 delete pSearchItem ; in impl_cleanMemory()
975 delete pSearchItem ; in impl_cleanMemory()
1013 if ( pSearchItem->sTopic == rTopic ) in impl_searchTopic()
[all …]
/trunk/main/sc/source/ui/undo/
H A Dundoblk3.cxx1094 pSearchItem = new SvxSearchItem( *pItem ); in ScUndoReplace()
1104 delete pSearchItem; in ~ScUndoReplace()
1175 else if (pSearchItem->GetPattern() && in Undo()
1176 pSearchItem->GetCommand() == SVX_SEARCHCMD_REPLACE) in Undo()
1179 pSearchItem->SetSearchString(pSearchItem->GetReplaceString()); in Undo()
1180 pSearchItem->SetReplaceString(aTempStr); in Undo()
1181 pDoc->ReplaceStyle( *pSearchItem, in Undo()
1184 pSearchItem->SetReplaceString(pSearchItem->GetSearchString()); in Undo()
1185 pSearchItem->SetSearchString(aTempStr); in Undo()
1243 else if (pSearchItem->GetPattern() && in Redo()
[all …]
/trunk/main/basctl/source/basicide/
H A Diderdll.cxx140 pSearchItem = new SvxSearchItem( SID_SEARCH_ITEM ); in BasicIDEData()
157 delete pSearchItem; in ~BasicIDEData()
163 return *pSearchItem; in GetSearchItem()
168 delete pSearchItem; in SetSearchItem()
169 pSearchItem = (SvxSearchItem*)rItem.Clone(); in SetSearchItem()
H A Diderdll2.hxx44 SvxSearchItem* pSearchItem; member in BasicIDEData
/trunk/main/sd/source/ui/docshell/
H A Ddocshel3.cxx100 const SvxSearchItem* pSearchItem = in Execute() local
106 pAppSearchItem = (SvxSearchItem*) pSearchItem->Clone(); in Execute()
168 const SvxSearchItem* pSearchItem = in Execute() local
174 pAppSearchItem = (SvxSearchItem*)pSearchItem->Clone(); in Execute()
176 xFuSearch->SearchAndReplace(pSearchItem); in Execute()
/trunk/main/sd/source/ui/app/
H A Dsdmod.cxx91 pSearchItem(NULL), in SdModule()
97 pSearchItem = new SvxSearchItem(SID_SEARCH_ITEM); in SdModule()
98 pSearchItem->SetAppFlag(SVX_SEARCHAPP_DRAW); in SdModule()
123 delete pSearchItem; in ~SdModule()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx243 pSearchItem(0), in SwSrcView()
272 delete pSearchItem; in ~SwSrcView()
614 if(!pSearchItem) in GetSearchItem()
616 pSearchItem = new SvxSearchItem(SID_SEARCH_ITEM); in GetSearchItem()
618 return pSearchItem; in GetSearchItem()
628 delete pSearchItem; in SetSearchItem()
629 pSearchItem = (SvxSearchItem*)rItem.Clone(); in SetSearchItem()
/trunk/main/sc/source/core/data/
H A Dglobal.cxx95 SvxSearchItem* ScGlobal::pSearchItem = NULL; member in ScGlobal
268 if (!pSearchItem) in GetSearchItem()
270 pSearchItem = new SvxSearchItem( SID_SEARCH_ITEM ); in GetSearchItem()
271 pSearchItem->SetAppFlag( SVX_SEARCHAPP_CALC ); in GetSearchItem()
273 return *pSearchItem; in GetSearchItem()
279 delete pSearchItem; in SetSearchItem()
280 pSearchItem = (SvxSearchItem*)rNew.Clone(); in SetSearchItem()
282 pSearchItem->SetWhich( SID_SEARCH_ITEM ); in SetSearchItem()
283 pSearchItem->SetAppFlag( SVX_SEARCHAPP_CALC ); in SetSearchItem()
637 DELETEZ(pSearchItem); in Clear()
/trunk/main/sd/inc/
H A Dsdmod.hxx119 SvxSearchItem* GetSearchItem() { return (pSearchItem); } in GetSearchItem()
120 void SetSearchItem(SvxSearchItem* pItem) { pSearchItem = pItem; } in SetSearchItem()
147 SvxSearchItem* pSearchItem; member in SdModule
H A DOutliner.hxx147 bool StartSearchAndReplace (const SvxSearchItem* pSearchItem);
/trunk/main/sc/source/ui/view/
H A Dtabvwshe.cxx259 const SvxSearchItem* pSearchItem = (const SvxSearchItem*) pItem; in ExecSearch() local
261 ScGlobal::SetSearchItem( *pSearchItem ); in ExecSearch()
263 sal_Bool bSuccess = SearchAndReplace( pSearchItem, sal_True, rReq.IsAPI() ); in ExecSearch()
H A Dviewfun2.cxx1619 sal_Bool ScViewFunc::SearchAndReplace( const SvxSearchItem* pSearchItem, in SearchAndReplace() argument
1632 sal_uInt16 nCommand = pSearchItem->GetCommand(); in SearchAndReplace()
1633 sal_Bool bAllTables = pSearchItem->IsAllTables(); in SearchAndReplace()
1709 if ( nCol == 0 && nRow == 0 && nTab == nStartTab && !pSearchItem->GetBackward() ) in SearchAndReplace()
1716 if (pDoc->SearchAndReplace( *pSearchItem, nCol, nRow, nTab, rMark, aUndoStr, pUndoDoc ) ) in SearchAndReplace()
1725 aUndoStr, pUndoDoc, pSearchItem ) ); in SearchAndReplace()
1744 if ( pSearchItem->GetBackward() ) in SearchAndReplace()
1766 ScDocument::GetSearchAndReplaceStart( *pSearchItem, nCol, nRow ); in SearchAndReplace()
1767 if (pSearchItem->GetBackward()) in SearchAndReplace()
/trunk/main/sd/source/ui/func/
H A Dfusearch.cxx132 void FuSearch::SearchAndReplace( const SvxSearchItem* pSearchItem ) in SearchAndReplace() argument
161 sal_Bool bEndSpelling = pSdOutliner->StartSearchAndReplace(pSearchItem); in SearchAndReplace()
/trunk/main/sc/inc/
H A Dsrchuno.hxx44 SvxSearchItem* pSearchItem; member in ScCellSearchObj
50 SvxSearchItem* GetSearchItem() const { return pSearchItem; } in GetSearchItem()
H A Dglobal.hxx530 static SvxSearchItem* pSearchItem; member in ScGlobal
/trunk/main/sd/source/ui/inc/
H A Dfusearch.hxx44 void SearchAndReplace( const SvxSearchItem* pSearchItem );
/trunk/main/sw/source/ui/inc/
H A Dsrcview.hxx45 SvxSearchItem* pSearchItem; member in SwSrcView
/trunk/main/svx/inc/svx/
H A Dsrchdlg.hxx238 SvxSearchItem* pSearchItem; member in SvxSearchDialog
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx476 bool Outliner::StartSearchAndReplace (const SvxSearchItem* pSearchItem) in StartSearchAndReplace() argument
519 mpSearchItem = pSearchItem; in StartSearchAndReplace()
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx253 sal_Bool SearchAndReplace( const SvxSearchItem* pSearchItem,
H A Dundoblk.hxx515 SvxSearchItem* pSearchItem; member in ScUndoReplace

Completed in 163 milliseconds