Searched refs:TextDocument (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DUndoableEditListener.cpp22 UndoableEditListener::UndoableEditHappened(const TextDocument* document,
H A DUndoableEditListener.h11 class TextDocument;
21 const TextDocument* document,
H A DTextDocument.h17 class TextDocument;
18 typedef BReference<TextDocument> TextDocumentRef;
21 class TextDocument : public BReferenceable { class in inherits:BReferenceable
23 TextDocument();
24 TextDocument(
27 TextDocument(const TextDocument& other);
29 TextDocument& operator=(const TextDocument& other);
30 bool operator==(const TextDocument
[all...]
H A DTextDocument.cpp7 #include "TextDocument.h"
14 TextDocument::TextDocument() function in class:TextDocument
23 TextDocument::TextDocument(CharacterStyle characterStyle, function in class:TextDocument
33 TextDocument::TextDocument(const TextDocument& other) function in class:TextDocument
42 TextDocument&
43 TextDocument
[all...]
H A DMarkupParser.cpp69 TextDocumentRef document(new(std::nothrow) TextDocument(), true);
/haiku/src/apps/haikudepot/ui_generic/
H A DMarkupTextView.cpp41 TextDocumentRef document(new(std::nothrow) TextDocument(), true);
57 TextDocumentRef document(new(std::nothrow) TextDocument(), true);

Completed in 46 milliseconds