Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/app/
H A Di18n_ic.cxx556 int nBestScore = 0; in SupportInputMethodStyle() local
573 if ( nActualScore >= nBestScore ) in SupportInputMethodStyle()
575 nBestScore = nActualScore; in SupportInputMethodStyle()
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx699 sal_Int32 nBestScore = 0; in getBindingForNode() local
723 if( nScore > nBestScore ) in getBindingForNode()
726 nBestScore = nScore; in getBindingForNode()
732 OSL_ENSURE( ( nBestScore == 0 ) == ( pBestBinding == NULL ), in getBindingForNode()