Searched refs:nNewFirstPara (Results 1 – 2 of 2) sorted by relevance
/trunk/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 44 …::sal_Int32 getSelectionType(::sal_Int32 nNewFirstPara, ::sal_Int32 nNewFirstPos, ::sal_Int32 nNew… 2174 ::sal_Int32 Document::getSelectionType(::sal_Int32 nNewFirstPara, ::sal_Int32 nNewFirstPos, ::sal_I… in getSelectionType() argument 2179 ::sal_Int32 Nsp = nNewFirstPara, Nsl = nNewFirstPos, Nep = nNewLastPara, Nel = nNewLastPos; in getSelectionType() 2298 ::sal_Int32 nNewFirstPara 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() 2400 …sendEvent(nNewFirstPara+1, nNewLastPara, ::css::accessibility::AccessibleEventId::SELECTION_CHANGE… in handleSelectionChangeNotification() 2441 …sendEvent(nNewLastPara, nNewFirstPara - 1, ::css::accessibility::AccessibleEventId::SELECTION_CHAN… in handleSelectionChangeNotification() 2527 m_nSelectionFirstPara = nNewFirstPara; in handleSelectionChangeNotification()
|
/trunk/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 649 …::sal_Int32 getSelectionType(::sal_Int32 nNewFirstPara, ::sal_Int32 nNewFirstPos, ::sal_Int32 nNew…
|
Completed in 69 milliseconds