Lines Matching refs:m_aFocused

847         if (aPara == m_aFocused)  in retrieveParagraphState()
1761 ::sal_Bool bEmpty = m_aFocused == m_aVisibleEnd && count == 1; in IMPL_LINK()
1762 if ((m_aFocused >= m_aVisibleBegin && m_aFocused < m_aVisibleEnd) || bEmpty) in IMPL_LINK()
1764 Paragraphs::iterator m_aTemp = bEmpty ? m_aVisibleBegin : m_aFocused; in IMPL_LINK()
1798 ::sal_Bool bEmpty = m_aFocused == m_aVisibleEnd && count == 1; in IMPL_LINK()
1799 if ((m_aFocused >= m_aVisibleBegin && m_aFocused < m_aVisibleEnd) || bEmpty) in IMPL_LINK()
1801 Paragraphs::iterator m_aTemp = bEmpty ? m_aVisibleBegin : m_aFocused; in IMPL_LINK()
1857 m_aFocused = m_xParagraphs->end(); in init()
1984 = m_aFocused - m_xParagraphs->begin(); in handleParagraphNotifications()
2004 m_aFocused = m_xParagraphs->begin() + nOldFocused; in handleParagraphNotifications()
2042 m_aFocused = m_xParagraphs->end(); in handleParagraphNotifications()
2062 = m_aFocused - m_xParagraphs->begin(); in handleParagraphNotifications()
2063 bool bWasFocused = aIt == m_aFocused; in handleParagraphNotifications()
2107 m_aFocused = bWasFocused ? m_xParagraphs->end() in handleParagraphNotifications()
2311 if (m_aFocused != m_xParagraphs->end() && m_aFocused != aIt in handleSelectionChangeNotification()
2312 && m_aFocused >= m_aVisibleBegin && m_aFocused < m_aVisibleEnd) in handleSelectionChangeNotification()
2314 ::rtl::Reference< ParagraphImpl > xParagraph(getParagraph(m_aFocused)); in handleSelectionChangeNotification()
2326 && (aIt != m_aFocused in handleSelectionChangeNotification()
2337 if (aIt != m_aFocused && bEmpty) in handleSelectionChangeNotification()
2355 m_aFocused = aIt; in handleSelectionChangeNotification()