Searched refs:nMatchCount (Results 1 – 3 of 3) sorted by relevance
1046 for ( sal_uInt16 nMatchCount = SPOTCOUNT - 1; nMatchCount > 1; nMatchCount-- ) in impCalcBackgroundColor() local1051 if( aMatch[i] == nMatchCount ) in impCalcBackgroundColor()1054 nMatchCount = 1; // break outer for-loop in impCalcBackgroundColor()
706 sal_uLong nMatchCount = 0; in SearchAndReplaceOnce() local708 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()
534 int nMatchCount = 0; in HasMissingChars() local540 nMatchCount += pCharMap->HasChar( uChar ); in HasMissingChars()545 const bool bHasMatches = (nMatchCount > 0); in HasMissingChars()
Completed in 37 milliseconds