Searched refs:aSearcher (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/core/tool/ |
H A D | charthelper.cxx | 346 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 D | xtextedt.cxx | 172 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 D | slideimpl.cxx | 867 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 D | chartuno.cxx | 621 ScChartListener aSearcher( aChartName, pDoc, aEmptyRange ); in getFastPropertyValue() local 623 if ( pCollection && pCollection->Search( &aSearcher, nIndex ) ) in getFastPropertyValue()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 2736 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 D | xmlexprt.cxx | 3087 ScChartListener aSearcher( aChartName, pDoc, aEmptyRange ); in ExportShape() local 3090 if ( pCollection && pCollection->Search( &aSearcher, nIndex ) ) in ExportShape()
|
Completed in 291 milliseconds