| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
a factory for identifiers of com::sun::star::ucb::TransientDocumentsDocumentContents. More...
import "XTransientDocumentsDocumentContentIdentifierFactory.idl";
 
  
| Public Member Functions | |
| com::sun::star::ucb::XContentIdentifier | createDocumentContentIdentifier ([in] com::sun::star::frame::XModel Model) raises ( com::sun::star::lang::IllegalArgumentException ) | 
| creates a com::sun::star::ucb::XContentIdentifier based on a given com::sun::star::document::OfficeDocument. | |
| Public Member Functions inherited from XInterface | |
| 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. | |
a factory for identifiers of com::sun::star::ucb::TransientDocumentsDocumentContents.
| com::sun::star::ucb::XContentIdentifier createDocumentContentIdentifier | ( | [in] com::sun::star::frame::XModel | Model | ) | ||
| raises | ( | com::sun::star::lang::IllegalArgumentException ) | ||||
creates a com::sun::star::ucb::XContentIdentifier based on a given com::sun::star::document::OfficeDocument.
| Model | the document model for which a com::sun::star::ucb::XContentIdentifier is requested. The model must be an implementation of service com::sun::star::document::OfficeDocument. | 
| com::sun::star::lang::IllegalArgumentException | if the document model cannot be associated with content for any reason. |