Home
last modified time | relevance | path

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

/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx1252 sal_uInt16 nFocusControlPos = 0; in PreNotify() local
1255 nFocusControlPos = (sal_uInt16)nNewThumbPos; in PreNotify()
1257 nFocusControlPos = (sal_uInt16)nNewThumbPos + CalcVisibleLines() - 1; in PreNotify()
1258 if ( nFocusControlPos ) in PreNotify()
1260 if ( nFocusControlPos < m_aOrderedLines.size() ) in PreNotify()
1262 m_aOrderedLines[ nFocusControlPos ]->second.pLine->GrabFocus(); in PreNotify()

Completed in 23 milliseconds