LibreOffice
LibreOffice 7.4 SDK API Reference
Exported Interfaces | Public Member Functions | List of all members
XFunctionManager Interface Reference

identifies a XFunctionManager which allows to retrieve the meta data of all supported functions. More...

import"XFunctionManager.idl";

Inheritance diagram for XFunctionManager:
XComponent XIndexAccess XInterface XElementAccess XInterface

Exported Interfaces

interface com::sun::star::lang::XComponent
 allows life-time control of report engine. More...
 
interface com::sun::star::container::XIndexAccess
 gives access to all categories More...
 

Public Member Functions

XFunctionCategory getCategory ([in] long position) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException )
 same as getByIndex. More...
 
XFunctionDescription getFunctionByName ([in] string name) raises ( com::sun::star::container::NoSuchElementException)
 get the function description by name More...
 
- Public Member Functions inherited from XComponent
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...
 
- 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 XIndexAccess
long getCount ()
 
any getByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException )
 
- Public Member Functions inherited from XElementAccess
type getElementType ()
 
boolean hasElements ()
 

Detailed Description

identifies a XFunctionManager which allows to retrieve the meta data of all supported functions.

Exported Interfaces

◆ com::sun::star::container::XIndexAccess

gives access to all categories

◆ com::sun::star::lang::XComponent

allows life-time control of report engine.

Member Function Documentation

◆ getCategory()

same as getByIndex.

Parameters
positionThe position.
See also
com.sun.star.container.XIndexAccess

◆ getFunctionByName()

XFunctionDescription getFunctionByName ( [in] string  name)
raises (com::sun::star::container::NoSuchElementException
)

get the function description by name

Parameters
namethe name of the function

The documentation for this interface was generated from the following file: