Home
last modified time | relevance | path

Searched refs:aInsertedText (Results 1 – 2 of 2) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx712 TextSegment aInsertedText; in implInitTextChangedEvent() local
716 aInsertedText.SegmentStart = -1; in implInitTextChangedEvent()
717 aInsertedText.SegmentEnd = -1; in implInitTextChangedEvent()
722 aInsertedText.SegmentStart = 0; in implInitTextChangedEvent()
723 aInsertedText.SegmentEnd = nLenNew; in implInitTextChangedEvent()
724aInsertedText.SegmentText = rNewString.copy( aInsertedText.SegmentStart, aInsertedText.SegmentEnd … in implInitTextChangedEvent()
726 rInserted <<= aInsertedText; in implInitTextChangedEvent()
779 aInsertedText.SegmentStart = pFirstDiffNew - rNewString.getStr(); in implInitTextChangedEvent()
780 aInsertedText.SegmentEnd = pLastDiffNew - rNewString.getStr(); in implInitTextChangedEvent()
781aInsertedText.SegmentText = rNewString.copy( aInsertedText.SegmentStart, aInsertedText.SegmentEnd … in implInitTextChangedEvent()
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datklistener.cxx400 accessibility::TextSegment aInsertedText; in notifyEvent() local
421 if( aEvent.NewValue >>= aInsertedText ) in notifyEvent()
423 (gint) aInsertedText.SegmentStart, in notifyEvent()
424 … (gint)( aInsertedText.SegmentEnd - aInsertedText.SegmentStart ) ); in notifyEvent()

Completed in 27 milliseconds