Home
last modified time | relevance | path

Searched refs:nMatchCount (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx1046 for ( sal_uInt16 nMatchCount = SPOTCOUNT - 1; nMatchCount > 1; nMatchCount-- ) in impCalcBackgroundColor() local
1051 if( aMatch[i] == nMatchCount ) in impCalcBackgroundColor()
1054 nMatchCount = 1; // break outer for-loop in impCalcBackgroundColor()
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx706 sal_uLong nMatchCount = 0; in SearchAndReplaceOnce() local
708 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()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx534 int nMatchCount = 0; in HasMissingChars() local
540 nMatchCount += pCharMap->HasChar( uChar ); in HasMissingChars()
545 const bool bHasMatches = (nMatchCount > 0); in HasMissingChars()

Completed in 42 milliseconds