Home
last modified time | relevance | path

Searched refs:aSearcher (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx346 ScChartListener aSearcher( aChartName, pDocument, aEmptyRange ); in AddRangesIfProtectedChart() local
349 if ( pCollection && pCollection->Search( &aSearcher, nIndex ) ) in AddRangesIfProtectedChart()
440 ScChartListener aSearcher( aChartName, pDoc, aEmptyRange ); in CreateProtectedChartListenersAndNotify() local
443 if ( pCollection && !pCollection->Search( &aSearcher, nIndex ) ) in CreateProtectedChartListenersAndNotify()
/trunk/main/svtools/source/edit/
H A Dxtextedt.cxx172 utl::TextSearch aSearcher( rSearchOptions ); in Search() local
198 bFound = aSearcher.SearchFrwrd( aText, &nStartPos, &nEndPos ); in Search()
200 bFound = aSearcher.SearchBkwrd( aText, &nEndPos, &nStartPos ); in Search()
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx867 MainSequenceSearcher aSearcher; in implPrefetchShow() local
868 if( ::anim::for_each_childNode( mxRootNode, aSearcher ) ) in implPrefetchShow()
869 mbMainSequenceFound = aSearcher.getMainSequence().is(); in implPrefetchShow()
/trunk/main/sc/source/ui/unoobj/
H A Dchartuno.cxx621 ScChartListener aSearcher( aChartName, pDoc, aEmptyRange ); in getFastPropertyValue() local
623 if ( pCollection && pCollection->Search( &aSearcher, nIndex ) ) in getFastPropertyValue()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx2736 utl::TextSearch aSearcher( aSearchOptions ); in ImpSearch() local
2772 bFound = aSearcher.SearchBkwrd( aParaStr, &nStartPos, &nEndPos); in ImpSearch()
2775 bFound = aSearcher.SearchFrwrd( aParaStr, &nStartPos, &nEndPos); in ImpSearch()
/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx3087 ScChartListener aSearcher( aChartName, pDoc, aEmptyRange ); in ExportShape() local
3090 if ( pCollection && pCollection->Search( &aSearcher, nIndex ) ) in ExportShape()

Completed in 74 milliseconds