Searched refs:firstParagraph (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextDocument.h100 int32& firstParagraph,
103 int32& firstParagraph,
H A DTextDocument.cpp142 int32 firstParagraph = 0; local
147 status_t ret = _Remove(textOffset, length, firstParagraph, paragraphCount);
151 ret = _Insert(textOffset, document, firstParagraph, paragraphCount);
153 _NotifyTextChanged(TextChangedEvent(firstParagraph, paragraphCount));

Completed in 39 milliseconds