Home
last modified time | relevance | path

Searched refs:nOldFocused (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1983 Paragraphs::size_type nOldFocused in handleParagraphNotifications() local
1989 if (n <= nOldFocused) in handleParagraphNotifications()
1990 ++nOldFocused; // XXX numeric overflow in handleParagraphNotifications()
2004 m_aFocused = m_xParagraphs->begin() + nOldFocused; in handleParagraphNotifications()
2061 Paragraphs::size_type nOldFocused in handleParagraphNotifications() local
2068 if (n < nOldFocused) in handleParagraphNotifications()
2069 --nOldFocused; in handleParagraphNotifications()
2108 : m_xParagraphs->begin() + nOldFocused; in handleParagraphNotifications()

Completed in 18 milliseconds