Lines Matching refs:nNewLastPara

44 …Type(::sal_Int32 nNewFirstPara, ::sal_Int32 nNewFirstPos, ::sal_Int32 nNewLastPara, ::sal_Int32 nN…
2174 …Type(::sal_Int32 nNewFirstPara, ::sal_Int32 nNewFirstPos, ::sal_Int32 nNewLastPara, ::sal_Int32 nN… in getSelectionType() argument
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()
2400 …sendEvent(nNewFirstPara+1, nNewLastPara, ::css::accessibility::AccessibleEventId::SELECTION_CHANGE… in handleSelectionChangeNotification()
2402 …sendEvent(m_nSelectionLastPara, nNewLastPara, ::css::accessibility::AccessibleEventId::TEXT_SELECT… in handleSelectionChangeNotification()
2408 …sendEvent(m_nSelectionLastPara+1, nNewLastPara, ::css::accessibility::AccessibleEventId::SELECTION… in handleSelectionChangeNotification()
2410 …sendEvent(m_nSelectionLastPara, nNewLastPara, ::css::accessibility::AccessibleEventId::TEXT_SELECT… in handleSelectionChangeNotification()
2416 …sendEvent(m_nSelectionLastPara +1, nNewLastPara , ::css::accessibility::AccessibleEventId::SELECTI… in handleSelectionChangeNotification()
2418 …sendEvent(m_nSelectionLastPara, nNewLastPara, ::css::accessibility::AccessibleEventId::TEXT_SELECT… in handleSelectionChangeNotification()
2424 …sendEvent(nNewLastPara + 1, m_nSelectionLastPara, ::css::accessibility::AccessibleEventId::SELECTI… in handleSelectionChangeNotification()
2426 …sendEvent(nNewLastPara, m_nSelectionLastPara, ::css::accessibility::AccessibleEventId::TEXT_SELECT… in handleSelectionChangeNotification()
2432 …sendEvent(nNewLastPara, m_nSelectionLastPara - 1, ::css::accessibility::AccessibleEventId::SELECTI… in handleSelectionChangeNotification()
2434 …sendEvent(nNewLastPara, m_nSelectionLastPara, ::css::accessibility::AccessibleEventId::TEXT_SELECT… in handleSelectionChangeNotification()
2441 …sendEvent(nNewLastPara, nNewFirstPara - 1, ::css::accessibility::AccessibleEventId::SELECTION_CHAN… in handleSelectionChangeNotification()
2443 …sendEvent(nNewLastPara, m_nSelectionLastPara, ::css::accessibility::AccessibleEventId::TEXT_SELECT… in handleSelectionChangeNotification()
2529 m_nSelectionLastPara = nNewLastPara; in handleSelectionChangeNotification()