Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/sidebar/
H A DContextMatcher.cxx88 sal_Int32 nBestContextMatch (Context::NoMatch); in EvaluateMatch() local
102 if (nContextMatch < nBestContextMatch) in EvaluateMatch()
103 nBestContextMatch = nContextMatch; in EvaluateMatch()
107 nBestContextMatch = Context::NoMatch - nBestContextMatch; in EvaluateMatch()
109 return nApplicationMatch + nBestContextMatch; in EvaluateMatch()

Completed in 9 milliseconds