Searched refs:paragraphCount (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextDocument.cpp143 int32 paragraphCount = 0; local
147 status_t ret = _Remove(textOffset, length, firstParagraph, paragraphCount);
151 ret = _Insert(textOffset, document, firstParagraph, paragraphCount);
153 _NotifyTextChanged(TextChangedEvent(firstParagraph, paragraphCount));
415 int32 paragraphCount = fParagraphs.size(); local
416 if (paragraphCount == 0) {
421 for (int32 i = 0; i < paragraphCount; i++) {
523 int32& index, int32& paragraphCount)
596 paragraphCount++;
609 paragraphCount
522 _Insert(int32 textOffset, TextDocumentRef document, int32& index, int32& paragraphCount) argument
676 _Remove(int32 textOffset, int32 length, int32& index, int32& paragraphCount) argument
[all...]
H A DTextDocument.h101 int32& paragraphCount);
104 int32& paragraphCount);
H A DTextDocumentLayout.cpp129 const int32 paragraphCount = fDocument->CountParagraphs(); local
130 if (start >= paragraphCount)
357 int paragraphCount = fDocument->CountParagraphs(); local
358 for (int i = 0; i < paragraphCount; i++) {

Completed in 20 milliseconds