Searched refs:changeParagraphText (Results 1 – 2 of 2) sorted by relevance
/trunk/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 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() [all …]
|
/trunk/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 522 void changeParagraphText(ParagraphImpl * pParagraph, 531 void changeParagraphText(ParagraphImpl * pParagraph, ::sal_Int32 nBegin, 639 void changeParagraphText(::sal_uLong nNumber, ::sal_uInt16 nBegin, ::sal_uInt16 nEnd,
|
Completed in 38 milliseconds