Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/sidebar/
H A DContextMatcher.cxx55 sal_Int32 nBestMatch (Context::NoMatch); in EvaluateMatch() local
64 if (nMatch < nBestMatch) in EvaluateMatch()
65 nBestMatch = nMatch; in EvaluateMatch()
66 if (nBestMatch == Context::OptimalMatch) in EvaluateMatch()
70 return nBestMatch; in EvaluateMatch()
H A DContextList.cxx73 sal_Int32 nBestMatch (Context::NoMatch); in FindBestMatch() local
83 if (nMatch < nBestMatch) in FindBestMatch()
85 nBestMatch = nMatch; in FindBestMatch()
88 if (nBestMatch == Context::OptimalMatch) in FindBestMatch()
H A DContext.cxx81 sal_Int32 nBestMatch (NoMatch); in EvaluateMatch() local
90 if (nMatch < nBestMatch) in EvaluateMatch()
97 nBestMatch = nMatch; in EvaluateMatch()
100 return nBestMatch; in EvaluateMatch()
H A DEnumContext.cxx340 sal_Int32 nBestMatch (NoMatch); in EvaluateMatch() local
349 if (nMatch < nBestMatch) in EvaluateMatch()
356 nBestMatch = nMatch; in EvaluateMatch()
359 return nBestMatch; in EvaluateMatch()
/trunk/main/vcl/source/gdi/
H A Dprint.cxx1134 sal_Int64 nBestMatch = SAL_MAX_INT64; in ImplFindPaperFormatForUserSize() local
1145 if( nMatch < nBestMatch ) in ImplFindPaperFormatForUserSize()
1147 nBestMatch = nMatch; in ImplFindPaperFormatForUserSize()
1156 if( nMatch < nBestMatch ) in ImplFindPaperFormatForUserSize()
1158 nBestMatch = nMatch; in ImplFindPaperFormatForUserSize()
H A Doutdev3.cxx1723 long nBestMatch = 40000; in ImplFindByAttributes() local
2040 if ( nTestMatch > nBestMatch ) in ImplFindByAttributes()
2043 nBestMatch = nTestMatch; in ImplFindByAttributes()
2046 else if( nTestMatch == nBestMatch ) in ImplFindByAttributes()

Completed in 81 milliseconds