LibreOffice
LibreOffice 24.2 SDK API Reference
|
A factory for creating ChartTypeTemplates. More...
import"ChartTypeManager.idl";
Included Services | |
service | ::com::sun::star::lang::MultiServiceFactory |
A factory for creating objects the support the service ChartTypeTemplate. More... | |
Additional Inherited Members | |
Exported Interfaces inherited from MultiServiceFactory | |
interface | com::sun::star::lang::XMultiServiceFactory |
This interface uses a service name to instantiate a component which supports the specified service. More... | |
interface | com::sun::star::lang::XMultiComponentFactory |
This interface uses a service name and a component context to instantiate a component which supports the specified service. More... | |
Public Member Functions inherited from XMultiServiceFactory | |
com::sun::star::uno::XInterface | createInstance ([in] string aServiceSpecifier) raises ( com::sun::star::uno::Exception ) |
Creates an instance classified by the specified name. More... | |
com::sun::star::uno::XInterface | createInstanceWithArguments ([in] string ServiceSpecifier, [in] sequence< any > Arguments) raises ( com::sun::star::uno::Exception ) |
Creates an instance classified by the specified name and passes the arguments to that instance. More... | |
sequence< string > | getAvailableServiceNames () |
Provides the available names of the factory to be used to create instances. 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... | |
Public Member Functions inherited from XMultiComponentFactory | |
com::sun::star::uno::XInterface | createInstanceWithContext ([in] string aServiceSpecifier, [in] com::sun::star::uno::XComponentContext Context) raises (com::sun::star::uno::Exception) |
Creates an instance of a component which supports the services specified by the factory. More... | |
com::sun::star::uno::XInterface | createInstanceWithArgumentsAndContext ([in] string ServiceSpecifier, [in] sequence< any > Arguments, [in] com::sun::star::uno::XComponentContext Context) raises (com::sun::star::uno::Exception) |
Creates an instance of a component which supports the services specified by the factory, and initializes the new instance with the given arguments and context. More... | |
sequence< string > | getAvailableServiceNames () |
Gets the names of all supported services. More... | |
A factory for creating ChartTypeTemplates.
A factory for creating objects the support the service ChartTypeTemplate.