Home
last modified time | relevance | path

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

/haiku/src/kits/interface/textview_support/
H A DUndoBuffer.cpp38 fTextLength = fEnd - fStart; in UndoBuffer()
40 fTextData = (char*)malloc(fTextLength); in UndoBuffer()
41 memcpy(fTextData, fTextView->Text() + fStart, fTextLength); in UndoBuffer()
77 fTextView->Insert(fTextData, fTextLength, fRunArray); in UndoSelf()
112 clip->AddData("text/plain", B_MIME_TYPE, fTextData, fTextLength); in RedoSelf()
154 fTextView->Insert(fTextData, fTextLength, fRunArray); in UndoSelf()
230 fTextView->Insert(fTextData, fTextLength, fRunArray); in UndoSelf()
279 fTextView->Insert(fTextData, fTextLength); in UndoSelf()
289 fTextView->Delete(fTypedStart, fTypedStart + fTextLength); in RedoSelf()
313 fTextLength = fEnd - fStart; in _Reset()
[all …]
H A DUndoBuffer.h36 int32 fTextLength; variable