Searched refs:nNewLastPara (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 2179 ::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 …]
|
/aoo4110/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 649 …Type(::sal_Int32 nNewFirstPara, ::sal_Int32 nNewFirstPos, ::sal_Int32 nNewLastPara, ::sal_Int32 nN…
|
Completed in 68 milliseconds