Home
last modified time | relevance | path

Searched refs:nFound (Results 1 – 25 of 72) sorted by path

123

/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx1323 sal_uInt16 nFound = 0; in StartSearchAndReplace() local
1327 nFound = pView->Search( rSearchItem.GetSearchOptions() , bForward ); in StartSearchAndReplace()
1335 nFound = pView->Replace( rSearchItem.GetSearchOptions() , bAll , bForward ); in StartSearchAndReplace()
1339 if ( bFromStart && !nFound ) in StartSearchAndReplace()
1342 return nFound; in StartSearchAndReplace()
H A Dbasides1.cxx146 sal_uInt16 nFound = 0; in ExecuteCurrent() local
165nFound = nFound + ((ModulWindow*)pWin)->StartSearchAndReplace( (const SvxSearchItem&)rItem ); in ExecuteCurrent()
170 nFound = ((ModulWindow*)pCurWin)->StartSearchAndReplace( (const SvxSearchItem&)rItem ); in ExecuteCurrent()
179 nFound = ((ModulWindow*)pCurWin)->StartSearchAndReplace( (const SvxSearchItem&)rItem ); in ExecuteCurrent()
180 if ( !nFound && !((const SvxSearchItem&)rItem).GetSelection() ) in ExecuteCurrent()
188 while ( !nFound && !bCanceled && ( pWin || !bSearchedFromStart ) ) in ExecuteCurrent()
213nFound = ((ModulWindow*)pWin)->StartSearchAndReplace( (const SvxSearchItem&)rItem, sal_True ); in ExecuteCurrent()
215 if ( nFound ) in ExecuteCurrent()
226 if ( !nFound && bSearchedFromStart ) // Aktuelles von vorne... in ExecuteCurrent()
227nFound = ((ModulWindow*)pCurWin)->StartSearchAndReplace( (const SvxSearchItem&)rItem, sal_True ); in ExecuteCurrent()
[all …]
/trunk/main/basic/source/comp/
H A Dcodegen.cxx192 int nFound = aPureProcName.Search( rIfaceName ); in Save() local
193 if( nFound == 0 && '_' == aPureProcName.GetChar( rIfaceName.Len() ) ) in Save()
/trunk/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx218 sal_Int32 nFound = sText.lastIndexOf( (sal_Unicode)'\n', nIndex ); in implGetParagraphBoundary() local
219 if ( nFound != -1 ) in implGetParagraphBoundary()
220 rBoundary.startPos = nFound + 1; in implGetParagraphBoundary()
222 nFound = sText.indexOf( (sal_Unicode)'\n', nIndex ); in implGetParagraphBoundary()
223 if ( nFound != -1 ) in implGetParagraphBoundary()
224 rBoundary.endPos = nFound + 1; in implGetParagraphBoundary()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1524 sal_Int32 nFound=0; in OpenImpl() local
1562 nFound++; in OpenImpl()
/trunk/main/cui/source/options/
H A Doptlingu.cxx683 sal_Int32 nFound = 0; in lcl_MergeLocales() local
695 pLocToAdd[nFound++] = pAdd[i]; in lcl_MergeLocales()
699 aAllLocales.realloc( nLength + nFound); in lcl_MergeLocales()
701 for(i = 0; i < nFound; i++) in lcl_MergeLocales()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.hxx178 bool FindEntryPos( const TEntry_Impl pEntry, long nStart, long nEnd, long &nFound );
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx2620 sal_uInt16 nFound = 0; in StartSearchAndReplace() local
2630 nFound++; in StartSearchAndReplace()
2639 nFound = 1; in StartSearchAndReplace()
2643 nFound = 1; in StartSearchAndReplace()
2661 nFound++; in StartSearchAndReplace()
2665 if ( nFound ) in StartSearchAndReplace()
2681 return nFound; in StartSearchAndReplace()
/trunk/main/editeng/source/items/
H A Dparaitem.cxx969 sal_uInt16 nFound; in GetPos() local
970 return Seek_Entry( rTab, &nFound ) ? nFound : SVX_TAB_NOTFOUND; in GetPos()
977 sal_uInt16 nFound; in GetPos() local
978 return Seek_Entry( SvxTabStop( nPos ), &nFound ) ? nFound : SVX_TAB_NOTFOUND; in GetPos()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5304 sal_uInt16 nFound; in ProcessObj() local
5305 if( pShapeInfos->Seek_Entry( &aTmpRec, &nFound ) ) in ProcessObj()
5307 SvxMSDffShapeInfo& rInfo = *pShapeInfos->GetObject(nFound); in ProcessObj()
6456 sal_uInt16 nFound; in GetShape() local
6457 if( pShapeInfos->Seek_Entry(&aTmpRec, &nFound) ) in GetShape()
6459 SvxMSDffShapeInfo& rInfo = *pShapeInfos->GetObject( nFound ); in GetShape()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx352 int nFound = 0; in onExportBrowse() local
354 … for( sal_Int32 nValue = 0; (nValue < aValues.getLength()) && (nFound != 15); nValue++, pValues++ ) in onExportBrowse()
359 nFound |= 1; in onExportBrowse()
364 nFound |= 2; in onExportBrowse()
369 nFound |= 4; in onExportBrowse()
374 nFound |= 8; in onExportBrowse()
379 if( (nFound == 15) && (aType.getLength() && aService == mpFilterInfo->maDocumentService) ) in onExportBrowse()
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx138 sal_Int32 nFound = 0; in lcl_OutPosition() local
150 nFound++; in lcl_OutPosition()
152 nPosition = nFound; in lcl_OutPosition()
156 OSL_ENSURE( nFound > 0 && nPosition > 0, "node not found???" ); in lcl_OutPosition()
159 if( nFound > 1 ) in lcl_OutPosition()
/trunk/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java379 int nFound = 0; in checkPaths() local
386 nFound++; in checkPaths()
389 if (nFound == nCount) in checkPaths()
/trunk/main/l10ntools/scripts/
H A Dlocalize_old.pl358 my $nFound = $#sdfparticles +1;
359 print "\n $nFound files found !\n";
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1287 sal_Int64 nFound = mnIgnore; in implGetName() local
1293 setFlag( nFound, nMask ); in implGetName()
1326 setFlag( nKey, nFound, false ); in implGetName()
1402 sal_Int64 nFound = 0; in implGetName() local
1447 setFlag( nFound, nMask ); in implGetName()
1450 setFlag( nKey, nFound, false ); in implGetName()
/trunk/main/sax/source/expatwrap/
H A Dxml2utf.cxx150 int nFound = str.indexOf( " encoding" ); in removeEncoding() local
151 if( nFound >= 0 ) { in removeEncoding()
153 int nStart = str.indexOf( "\"" , nFound ); in removeEncoding()
154 if( nStart < 0 || str.indexOf( "'" , nFound ) < nStart ) in removeEncoding()
156 nStart = str.indexOf( "'" , nFound ); in removeEncoding()
167 memmove( &( seq.getArray()[nFound] ) , in removeEncoding()
170 seq.realloc( seq.getLength() - ( nStop+1 - nFound ) ); in removeEncoding()
246 int nFound = str.indexOf( " encoding" ); in scanForEncoding() local
247 if( nFound < str.getLength() ) { in scanForEncoding()
249 int nStart = str.indexOf( "\"" , nFound ); in scanForEncoding()
[all …]
/trunk/main/sc/inc/
H A Dreffind.hxx40 xub_StrLen nFound; member in ScRefFinder
53 xub_StrLen GetFound() const { return nFound; } in GetFound()
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx565 A nFound = nIndex > 0 ? this->pData[nIndex-1].nEnd + 1 : 0; in GetFirstForCondition() local
566 return ::std::max( nFound, nStart); in GetFirstForCondition()
/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx58 sal_uInt16 nFound = 0; in lcl_DoUpdateCharts() local
85 ++nFound; in lcl_DoUpdateCharts()
91 return nFound; in lcl_DoUpdateCharts()
H A Dchartlis.cxx612 sal_uInt16 nFound; in SetDiffDirty() local
613 sal_Bool bFound = rCmp.Search( pCL, nFound ); in SetDiffDirty()
614 if ( !bFound || (*pCL != *((const ScChartListener*) rCmp.pItems[ nFound ])) ) in SetDiffDirty()
622 ((const ScChartListener*) rCmp.pItems[ nFound ])->GetRangeList(); in SetDiffDirty()
H A Dreffind.cxx70 nSelStart = nSelEnd = nFound = 0; in ScRefFinder()
112 nFound = 0; in ToggleRel()
141 if (!nFound) // erste Referenz ? in ToggleRel()
144 ++nFound; in ToggleRel()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx398 sal_uInt32 nFound = 0; in Finalize() local
400 if( aNearestVec[ nIndex ].mnDist < aNearestVec[ nFound ].mnDist ) in Finalize()
401 nFound = nIndex; in Finalize()
403 sal_uInt32 nNearest = aNearestVec[ nFound ].mnPalIndex; in Finalize()
407 aRemapVec[ nFound ].SetIndex( nNearest ); in Finalize()
659 sal_uInt32 nFound = 0; in GetLeastUsedListColor() local
668 nFound = nIdx; in GetLeastUsedListColor()
672 return nFound; in GetLeastUsedListColor()
677 sal_uInt32 nFound = 0; in GetNearestListColor() local
689 nFound = nIdx; in GetNearestListColor()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dasciiopt.cxx428 sal_uInt16 nFound = 1;
437 for (j=0; j<nFound; j++)
446 if ( nPos < nFound )
447 memmove( &pTemp[nPos+1], &pTemp[nPos], (nFound-nPos)*sizeof(sal_uInt16) );
449 ++nFound;
458 nInfoCount = nFound;
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx301 sal_uInt16 nFound = 0; in LoadStylesArgs() local
315 pStyles[nFound].pSource = pSourceStyle; in LoadStylesArgs()
316 pStyles[nFound].pDest = pDestStyle; in LoadStylesArgs()
317 ++nFound; in LoadStylesArgs()
322 pStyles[nFound].pSource = pSourceStyle; in LoadStylesArgs()
323 …pStyles[nFound].pDest = &pDestPool->Make( aName, pSourceStyle->GetFamily(), pSourceStyle->GetMask(… in LoadStylesArgs()
324 ++nFound; in LoadStylesArgs()
332 for ( sal_uInt16 i = 0; i < nFound; ++i ) in LoadStylesArgs()
H A Dimpex.cxx944 sal_uInt16 nFound = 0; in lcl_PutString() local
952 else if ((((!bInNum && nFound==nMP) || (bInNum && nFound==nMP+1)) in lcl_PutString()
960 ++nFound; in lcl_PutString()
968 if ( nFound == 1 ) in lcl_PutString()
998 nFound = 3; in lcl_PutString()
1002 if ( nFound >= 3 ) in lcl_PutString()
1072 if (nFound > 3) in lcl_PutString()
1074 if (nFound > 4) in lcl_PutString()
1076 if (nFound > 5) in lcl_PutString()
1078 if (nFound > 6) in lcl_PutString()
[all …]

Completed in 279 milliseconds

123