Lines Matching refs:changeParagraphText
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()
574 m_xDocument->changeParagraphText(this, rText); in setText()
1293 void Document::changeParagraphText(ParagraphImpl * pParagraph, in changeParagraphText() function in accessibility::Document
1301 changeParagraphText(nNumber, 0, m_rEngine.GetTextLen(nNumber), false, in changeParagraphText()
1306 void Document::changeParagraphText(ParagraphImpl * pParagraph, in changeParagraphText() function in accessibility::Document
1324 changeParagraphText(nNumber, static_cast< ::sal_uInt16 >(nBegin), in changeParagraphText()
1946 Document::changeParagraphText(::sal_uLong nNumber, ::sal_uInt16 nBegin, ::sal_uInt16 nEnd, in changeParagraphText() function in accessibility::Document