LibreOffice
LibreOffice 24.2 SDK API Reference
|
is a HierarchyBrowser, that browses a configuration database stored in the local file system. More...
import"LocalHierarchyBrowser.idl";
Included Services | |
service | HierarchyBrowser |
allows browsing a configuration hierarchy for components. More... | |
Additional Inherited Members | |
Exported Interfaces inherited from HierarchyBrowser | |
interface | com::sun::star::task::XJob |
allows executing a scan of the repository More... | |
Public Member Functions inherited from XJob | |
any | execute ([in] sequence< com::sun::star::beans::NamedValue > Arguments) raises ( com::sun::star::lang::IllegalArgumentException , com::sun::star::uno::Exception ) |
executes the job synchronously 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... | |
is a HierarchyBrowser, that browses a configuration database stored in the local file system.
service HierarchyBrowser |
allows browsing a configuration hierarchy for components.
Either a schema repository or a layer directory can be browsed. Components can be retrieved either as component names or as file URLs.
The following additional arguments are supported for com::sun::star::task::XJob::execute():
SchemaDataUrl
: string
LayerDataUrl
should not be specified. LayerDataUrl
: string
SchemaDataUrl
should not be specified. FetchComponentNames
: boolean
TRUE
components will be returned as component names, FALSE
components will be returned as fileURLs,