LibreOffice
LibreOffice 7.4 SDK API Reference
|
A DCP Folder is a container for other DCP Folders or Documents. More...
import"GnomeVFSFolderContent.idl";
Exported Interfaces | |
interface | com::sun::star::lang::XComponent |
This interface is implemented according to the specification of service Content. More... | |
interface | com::sun::star::ucb::XContent |
This interface is implemented according to the specification of service Content. More... | |
interface | com::sun::star::ucb::XCommandProcessor |
interface | com::sun::star::ucb::XCommandProcessor2 |
interface | com::sun::star::beans::XPropertiesChangeNotifier |
This interface is implemented according to the specification of service Content. More... | |
interface | com::sun::star::beans::XPropertyContainer |
This interface is implemented according to the specification of service Content. More... | |
interface | com::sun::star::beans::XPropertySetInfoChangeNotifier |
This interface is implemented according to the specification of service Content. More... | |
interface | com::sun::star::ucb::XCommandInfoChangeNotifier |
This interface is implemented according to the specification of service Content. More... | |
interface | com::sun::star::container::XChild |
This interface is implemented according to the specification of service Content. More... | |
interface | com::sun::star::ucb::XContentCreator |
Additional Inherited Members | |
![]() | |
void | dispose () |
The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. More... | |
void | addEventListener ([in] XEventListener xListener) |
adds an event listener to the object. More... | |
void | removeEventListener ([in] XEventListener aListener) |
removes an event listener from the listener list. More... | |
![]() | |
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... | |
![]() | |
com::sun::star::ucb::XContentIdentifier | getIdentifier () |
returns the identifier of the content. More... | |
string | getContentType () |
returns a type string, which is unique for that type of content (e.g. More... | |
void | addContentEventListener ([in] com::sun::star::ucb::XContentEventListener Listener) |
adds a listener for content events. More... | |
void | removeContentEventListener ([in] com::sun::star::ucb::XContentEventListener Listener) |
removes a listener for content events. More... | |
![]() | |
long | createCommandIdentifier () |
creates a unique identifier for a command. More... | |
any | execute ([in] Command aCommand, [in] long CommandId, [in] XCommandEnvironment Environment) raises ( com::sun::star::uno::Exception, CommandAbortedException ) |
executes a command. More... | |
void | abort ([in] long CommandId) |
ends the command associated with the given id. More... | |
![]() | |
void | addPropertiesChangeListener ([in] sequence< string > PropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener Listener) |
adds an XPropertiesChangeListener to the specified properties with the specified names. More... | |
void | removePropertiesChangeListener ([in] sequence< string > PropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener Listener) |
removes an XPropertiesChangeListener from the listener list. More... | |
![]() | |
void | addProperty ([in] string Name, [in] short Attributes, [in] any DefaultValue) raises ( com::sun::star::beans::PropertyExistException, com::sun::star::beans::IllegalTypeException, com::sun::star::lang::IllegalArgumentException ) |
adds a property to the object. More... | |
void | removeProperty ([in] string Name) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::NotRemoveableException ) |
removes a property from the object. More... | |
![]() | |
void | addPropertySetInfoChangeListener ([in] XPropertySetInfoChangeListener Listener) |
registers a listener for PropertySetInfoChangeEvents. More... | |
void | removePropertySetInfoChangeListener ([in] XPropertySetInfoChangeListener Listener) |
removes a listener for PropertySetInfoChangeEvents. More... | |
![]() | |
void | addCommandInfoChangeListener ([in] XCommandInfoChangeListener Listener) |
registers a listener for CommandInfoChangeEvents. More... | |
void | removeCommandInfoChangeListener ([in] XCommandInfoChangeListener Listener) |
removes a listener for CommandInfoChangeEvents. More... | |
![]() | |
com::sun::star::uno::XInterface | getParent () |
grants access to the object containing this content. More... | |
void | setParent ([in] com::sun::star::uno::XInterface Parent) raises ( com::sun::star::lang::NoSupportException ) |
sets the parent to this object. More... | |
![]() | |
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... | |
![]() | |
void | releaseCommandIdentifier ([in] long CommandId) |
releases a command identifier obtained through XCommandProcessor::createCommandIdentifier() when it is no longer used. More... | |
![]() | |
void | addPropertiesChangeListener ([in] sequence< string > PropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener Listener) |
adds an XPropertiesChangeListener to the specified properties with the specified names. More... | |
void | removePropertiesChangeListener ([in] sequence< string > PropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener Listener) |
removes an XPropertiesChangeListener from the listener list. More... | |
![]() | |
void | addProperty ([in] string Name, [in] short Attributes, [in] any DefaultValue) raises ( com::sun::star::beans::PropertyExistException, com::sun::star::beans::IllegalTypeException, com::sun::star::lang::IllegalArgumentException ) |
adds a property to the object. More... | |
void | removeProperty ([in] string Name) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::NotRemoveableException ) |
removes a property from the object. More... | |
![]() | |
void | addPropertySetInfoChangeListener ([in] XPropertySetInfoChangeListener Listener) |
registers a listener for PropertySetInfoChangeEvents. More... | |
void | removePropertySetInfoChangeListener ([in] XPropertySetInfoChangeListener Listener) |
removes a listener for PropertySetInfoChangeEvents. More... | |
![]() | |
void | addCommandInfoChangeListener ([in] XCommandInfoChangeListener Listener) |
registers a listener for CommandInfoChangeEvents. More... | |
void | removeCommandInfoChangeListener ([in] XCommandInfoChangeListener Listener) |
removes a listener for CommandInfoChangeEvents. More... | |
![]() | |
com::sun::star::uno::XInterface | getParent () |
grants access to the object containing this content. More... | |
void | setParent ([in] com::sun::star::uno::XInterface Parent) raises ( com::sun::star::lang::NoSupportException ) |
sets the parent to this object. More... | |
![]() | |
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... | |
A DCP Folder is a container for other DCP Folders or Documents.
This interface is implemented according to the specification of service Content.
This interface is implemented according to the specification of service Content.
This interface is implemented according to the specification of service Content.
interface com::sun::star::container::XChild |
This interface is implemented according to the specification of service Content.
interface com::sun::star::lang::XComponent |
This interface is implemented according to the specification of service Content.
This interface is implemented according to the specification of service Content.
interface com::sun::star::ucb::XCommandProcessor |
|
optional |
interface com::sun::star::ucb::XContent |
This interface is implemented according to the specification of service Content.
interface com::sun::star::ucb::XContentCreator |