#include <WPSOLEStream.h>
| Enumerator |
|---|
| Ok |
|
| OpenFailed |
|
| NotOLE |
|
| BadOLE |
|
| UnknownError |
|
| libwps::Storage::Storage |
( |
shared_ptr< WPXInputStream > |
is | ) |
|
Constructs a storage with data.
| libwps::Storage::~Storage |
( |
| ) |
|
| libwps::Storage::Storage |
( |
const Storage & |
| ) |
|
|
private |
| shared_ptr< WPXInputStream > libwps::Storage::getDocumentOLEStream |
( |
const std::string & |
name | ) |
|
Returns a WPXInputStream corresponding to a name.
| std::vector< std::string > libwps::Storage::getOLENames |
( |
| ) |
|
Returns the list of all ole leaves names.
| bool libwps::Storage::isOLEStream |
( |
| ) |
|
Checks whether the storage is OLE2 storage.
| int libwps::Storage::result |
( |
| ) |
|
Returns the error code of last operation.
The documentation for this class was generated from the following files: