LibreOffice
LibreOffice 24.2 SDK API Reference
|
interface to maintain a list of document revisions More...
import <DocumentRevisionListPersistence.idl;
Additional Inherited Members | |
![]() | |
sequence< ::com::sun::star::util::RevisionTag > | load ([in] ::com::sun::star::embed::XStorage Storage) raises ( com::sun::star::container::NoSuchElementException, com::sun::star::io::IOException, com::sun::star::uno::Exception ) |
Loads a list of available revisions from a storage. | |
void | store ([in] ::com::sun::star::embed::XStorage Storage, [in] sequence< ::com::sun::star::util::RevisionTag > List) raises ( com::sun::star::io::IOException, com::sun::star::uno::Exception ) |
Stores a list of available revisions to a storage. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
interface to maintain a list of document revisions