LibreOffice
LibreOffice 24.2 SDK API Reference
|
A creator for new (persistent) contents, like file system folders. More...
import"XContentCreator.idl";
Public Member Functions | |
sequence< com::sun::star::ucb::ContentInfo > | queryCreatableContentsInfo () |
returns a list with information about the creatable contents. More... | |
com::sun::star::ucb::XContent | createNewContent ([in] com::sun::star::ucb::ContentInfo Info) |
creates a new content of given type. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
A creator for new (persistent) contents, like file system folders.
Creation of a new (persistent) content:
This interface is deprecated. Use Content property "CreatableContentsInfo" and command "createNewContent" instead.
com::sun::star::ucb::XContent createNewContent | ( | [in] com::sun::star::ucb::ContentInfo | Info | ) |
creates a new content of given type.
Info | the content information. |
sequence<com::sun::star::ucb::ContentInfo> queryCreatableContentsInfo | ( | ) |
returns a list with information about the creatable contents.