Home
last modified time | relevance | path

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

/haiku/src/kits/interface/textview_support/
H A DUndoBuffer.cpp203 fDropLocation = location; in DropUndoBuffer()
211 if (fInternalDrop && fDropLocation >= fEnd) in DropUndoBuffer()
212 fDropLocation -= fDropTextLength; in DropUndoBuffer()
226 fTextView->Select(fDropLocation, fDropLocation); in UndoSelf()
227 fTextView->Delete(fDropLocation, fDropLocation + fDropTextLength); in UndoSelf()
243 fTextView->Select(fDropLocation, fDropLocation); in RedoSelf()
245 fTextView->Select(fDropLocation, fDropLocation + fDropTextLength); in RedoSelf()
H A DUndoBuffer.h108 int32 fDropLocation; variable