Searched refs:nBestMatch (Results 1 – 6 of 6) sorted by relevance
55 sal_Int32 nBestMatch (Context::NoMatch); in EvaluateMatch() local64 if (nMatch < nBestMatch) in EvaluateMatch()65 nBestMatch = nMatch; in EvaluateMatch()66 if (nBestMatch == Context::OptimalMatch) in EvaluateMatch()70 return nBestMatch; in EvaluateMatch()
73 sal_Int32 nBestMatch (Context::NoMatch); in FindBestMatch() local83 if (nMatch < nBestMatch) in FindBestMatch()85 nBestMatch = nMatch; in FindBestMatch()88 if (nBestMatch == Context::OptimalMatch) in FindBestMatch()
81 sal_Int32 nBestMatch (NoMatch); in EvaluateMatch() local90 if (nMatch < nBestMatch) in EvaluateMatch()97 nBestMatch = nMatch; in EvaluateMatch()100 return nBestMatch; in EvaluateMatch()
340 sal_Int32 nBestMatch (NoMatch); in EvaluateMatch() local349 if (nMatch < nBestMatch) in EvaluateMatch()356 nBestMatch = nMatch; in EvaluateMatch()359 return nBestMatch; in EvaluateMatch()
1134 sal_Int64 nBestMatch = SAL_MAX_INT64; in ImplFindPaperFormatForUserSize() local1145 if( nMatch < nBestMatch ) in ImplFindPaperFormatForUserSize()1147 nBestMatch = nMatch; in ImplFindPaperFormatForUserSize()1156 if( nMatch < nBestMatch ) in ImplFindPaperFormatForUserSize()1158 nBestMatch = nMatch; in ImplFindPaperFormatForUserSize()
1723 long nBestMatch = 40000; in ImplFindByAttributes() local2040 if ( nTestMatch > nBestMatch ) in ImplFindByAttributes()2043 nBestMatch = nTestMatch; in ImplFindByAttributes()2046 else if( nTestMatch == nBestMatch ) in ImplFindByAttributes()
Completed in 71 milliseconds