Home
last modified time | relevance | path

Searched refs:changeParagraphText (Results 1 – 2 of 2) sorted by path

/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx522 void changeParagraphText(ParagraphImpl * pParagraph,
531 void changeParagraphText(ParagraphImpl * pParagraph, ::sal_Int32 nBegin,
639 void changeParagraphText(::sal_uLong nNumber, ::sal_uInt16 nBegin, ::sal_uInt16 nEnd,
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx504 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()
[all …]

Completed in 32 milliseconds