Lines Matching refs:m_rView
793 m_rView(rView), in Document()
835 if (!m_rView.IsReadOnly()) in retrieveParagraphState()
885 aOrig = m_rView.GetWindow()->OutputToAbsoluteScreenPixel(aOrig); in retrieveParagraphBounds()
890 m_rView.GetWindow()->GetOutputSizePixel().Width(), aPara->getHeight()); in retrieveParagraphBounds()
909 ::TextSelection const & rSelection = m_rView.GetSelection(); in retrieveParagraphSelection()
941 ::TextSelection const & rSelection = m_rView.GetSelection(); in retrieveParagraphCaretPosition()
1345 m_rView.SetSelection( in copyParagraphText()
1349 m_rView.Copy(); in copyParagraphText()
1407 m_rView.SetSelection( in changeParagraphSelection()
1496 ::TextSelection const & rSelection = m_rView.GetSelection(); in retrieveParagraphLineWithCursor()
1501 ? m_rView.GetLineNumberOfCursorInSelection() : -1; in retrieveParagraphLineWithCursor()
1582 && rPoint.X < m_rView.GetWindow()->GetOutputSizePixel().Width() in getAccessibleAtPoint()
1600 if (!m_rView.IsReadOnly()) in FillAccessibleStateSet()
1679 m_rView.GetStartDocPos().Y()); in Notify()
1738 m_rView.GetWindow()->GetOutputSizePixel().Height()); in IMPL_LINK()
1847 m_rView.GetStartDocPos().Y()); // XXX numeric overflow in init()
1849 m_rView.GetWindow()->GetOutputSizePixel().Height()); in init()
1860 m_aViewListener.startListening(*m_rView.GetWindow()); in init()
1950 m_rView.SetSelection(::TextSelection(::TextPaM(nNumber, nBegin), in changeParagraphText()
1953 m_rView.Cut(); in changeParagraphText()
1955 m_rView.DeleteSelected(); in changeParagraphText()
1957 m_rView.Paste(); in changeParagraphText()
1959 m_rView.InsertText(rText); in changeParagraphText()
2294 ::TextSelection const & rSelection = m_rView.GetSelection(); in handleSelectionChangeNotification()