Lines Matching refs:close
25 * 3. Close the document with doc->close().
42 * until either close() is called or the document is deleted. Once close()
52 * scope when endPage() or close() is called, or the document is deleted.
65 * Call close() when all pages have been drawn. This will close the file
66 * or stream holding the document's contents. After close() the document
68 * call close() if need be.
70 void close();
74 // note: subclasses must call close() in their destructor, as the base class