Home
last modified time | relevance | path

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

/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1981 Paragraphs::size_type nOldVisibleEnd in handleParagraphNotifications() local
1987 if (n <= nOldVisibleEnd) in handleParagraphNotifications()
1988 ++nOldVisibleEnd; // XXX numeric overflow in handleParagraphNotifications()
2019 m_xParagraphs->begin() + nOldVisibleEnd, aIns); in handleParagraphNotifications()
2057 Paragraphs::size_type nOldVisibleEnd in handleParagraphNotifications() local
2060 = nOldVisibleBegin <= n && n < nOldVisibleEnd; in handleParagraphNotifications()
2066 if (n < nOldVisibleEnd) in handleParagraphNotifications()
2067 --nOldVisibleEnd; in handleParagraphNotifications()
2132 m_xParagraphs->begin() + nOldVisibleEnd, in handleParagraphNotifications()

Completed in 14 milliseconds