#include <WPXOLEStream.h>
Public Types | |
| enum | Result { Ok, OpenFailed, NotOLE, BadOLE, UnknownError } |
Public Member Functions | |
| Storage (WPXInputStream *is) | |
| Constructs a storage with data. | |
| ~Storage () | |
| Destroys the storage. | |
| bool | isOLEStream () |
| Checks whether the storage is OLE2 storage. | |
| Result | result () |
| Returns the error code of last operation. | |
Private Member Functions | |
| Storage (const Storage &) | |
| Storage & | operator= (const Storage &) |
Private Attributes | |
| IStorage * | m_io |
Friends | |
| class | Stream |
Constructs a storage with data.
Destroys the storage.
| libwpd::Storage::Storage | ( | const Storage & | ) | [private] |
| bool libwpd::Storage::isOLEStream | ( | ) |
Checks whether the storage is OLE2 storage.
Referenced by WPXFileStream::isOLEStream(), and WPXStringStream::isOLEStream().
Returns the error code of last operation.
Referenced by WPXFileStream::getDocumentOLEStream(), and WPXStringStream::getDocumentOLEStream().
friend class Stream [friend] |
IStorage* libwpd::Storage::m_io [private] |
Referenced by Storage(), and libwpd::Stream::Stream().