Home
last modified time | relevance | path

Searched refs:nNewLastPara (Results 1 – 2 of 2) sorted by path

/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx649 …Type(::sal_Int32 nNewFirstPara, ::sal_Int32 nNewFirstPos, ::sal_Int32 nNewLastPara, ::sal_Int32 nN…
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx2179 ::sal_Int32 Nsp = nNewFirstPara, Nsl = nNewFirstPos, Nep = nNewLastPara, Nel = nNewLastPos; in getSelectionType()
2303 ::sal_Int32 nNewLastPara in handleSelectionChangeNotification()
2310 Paragraphs::iterator aIt(m_xParagraphs->begin() + nNewLastPara); in handleSelectionChangeNotification()
2327 || nNewLastPara != m_nSelectionLastPara in handleSelectionChangeNotification()
2344 if (nNewLastPara != m_nSelectionLastPara in handleSelectionChangeNotification()
2350 nNewLastPara == m_nSelectionLastPara in handleSelectionChangeNotification()
2359 ::sal_Int32 ret = getSelectionType(nNewFirstPara, nNewFirstPos, nNewLastPara, nNewLastPos); in handleSelectionChangeNotification()
2375 nMin = ::std::min(nNewFirstPara, nNewLastPara); in handleSelectionChangeNotification()
2376 nMax = ::std::max(nNewFirstPara, nNewLastPara); in handleSelectionChangeNotification()
2393 …sendEvent(nNewLastPara, nNewLastPara, ::css::accessibility::AccessibleEventId::TEXT_SELECTION_CHAN… in handleSelectionChangeNotification()
[all …]

Completed in 22 milliseconds