|
Scribus
Open source desktop publishing at your fingertips
|
Public Types | |
| enum | { Ok, OpenFailed, NotOLE, BadOLE, UnknownError } |
Public Member Functions | |
| Storage (const std::stringstream &memorystream) | |
| ~Storage () | |
| bool | isOLEStream () |
| int | result () |
Friends | |
| class | Stream |
| libwpg::Storage::Storage | ( | const std::stringstream & | memorystream | ) |
Constructs a storage with data.
| libwpg::Storage::~Storage | ( | ) |
Destroys the storage.
| bool libwpg::Storage::isOLEStream | ( | ) |
Checks whether the storage is OLE2 storage.
| int libwpg::Storage::result | ( | ) |
Returns the error code of last operation.