Lines Matching refs:m_xDocument
94 m_xDocument(rDocument), in ParagraphImpl()
98 m_aParagraphText = m_xDocument->retrieveParagraphText(this); in ParagraphImpl()
170 return m_xDocument->getAccessible(); in getAccessibleParent()
178 return m_xDocument->retrieveParagraphIndex(this); in getAccessibleIndexInParent()
211 return m_xDocument->retrieveParagraphRelationSet( this ); in getAccessibleRelationSet()
224 m_xDocument->retrieveParagraphState(this)); in getAccessibleStateSet()
233 return m_xDocument->retrieveLocale(); in getLocale()
241 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in containsPoint()
261 return m_xDocument->retrieveParagraphBounds(this, false); in getBounds()
269 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in getLocation()
279 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in getLocationOnScreen()
289 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in getSize()
298 Window* pWindow = m_xDocument->GetWindow(); in grabFocus()
305 m_xDocument->changeParagraphSelection(this, 0, 0); in grabFocus()
344 return m_xDocument->retrieveParagraphCaretPosition(this); in getCaretPosition()
353 m_xDocument->changeParagraphSelection(this, nIndex, nIndex); in setCaretPosition()
373 return m_xDocument->retrieveCharacterAttributes( this, nIndex, aRequestedAttributes ); in getCharacterAttributes()
383 ::css::awt::Rectangle aBounds(m_xDocument->retrieveCharacterBounds(this, nIndex)); in getCharacterBounds()
384 ::css::awt::Rectangle aParaBounds(m_xDocument->retrieveParagraphBounds(this, false)); in getCharacterBounds()
405 ::css::awt::Rectangle aParaBounds(m_xDocument->retrieveParagraphBounds(this, false)); in getIndexAtPoint()
408 return m_xDocument->retrieveCharacterIndex(this, aPoint); in getIndexAtPoint()
443 m_xDocument->changeParagraphSelection(this, nStartIndex, nEndIndex); in setSelection()
493 m_xDocument->copyParagraphText(this, nStartIndex, nEndIndex); in copyText()
504 m_xDocument->changeParagraphText(this, nStartIndex, nEndIndex, true, false, in cutText()
515 m_xDocument->changeParagraphText(this, nIndex, nIndex, false, true, in pasteText()
527 m_xDocument->changeParagraphText(this, nStartIndex, nEndIndex, false, false, in deleteText()
539 m_xDocument->changeParagraphText(this, nIndex, nIndex, false, false, rText); in insertText()
551 m_xDocument->changeParagraphText(this, nStartIndex, nEndIndex, false, false, in replaceText()
564 m_xDocument->changeParagraphAttributes(this, nStartIndex, nEndIndex, in setAttributes()
574 m_xDocument->changeParagraphText(this, rText); in setText()
584 return m_xDocument->retrieveDefaultAttributes( this, RequestedAttributes ); in getDefaultAttributes()
594 return m_xDocument->retrieveRunAttributes( this, Index, RequestedAttributes ); in getRunAttributes()
606 m_xDocument->retrieveParagraphLineBoundary( this, nIndex, &nLineNo ); in getLineNumberAtIndex()
619 m_xDocument->retrieveParagraphBoundaryOfLine( this, nLineNo ); in getTextAtLineNumber()
652 return m_xDocument->retrieveParagraphLineWithCursor(this); in getNumberOfLineWithCaret()
722 return m_xDocument->retrieveParagraphText(this); in implGetText()
728 return m_xDocument->retrieveLocale(); in implGetLocale()
735 m_xDocument->retrieveParagraphSelection(this, &rStartIndex, &rEndIndex); in implGetSelection()
767 m_xDocument->retrieveParagraphLineBoundary( this, nIndex ); in implGetLineBoundary()