:: com :: sun :: star :: report :: meta ::

interface XFunctionManager
Base Interfaces
XFunctionManager
┣ ::com::sun::star::lang::XComponent
┗ ::com::sun::star::container::XIndexAccess
   ┗ ::com::sun::star::container::XElementAccess

::com::sun::star::lang::XComponent
Description
allows life-time control of report engine.
::com::sun::star::container::XIndexAccess
Description
gives access to all categories
Description
identifies a XFunctionManager which allows to retrieve the meta data of all supported functions.

Methods' Summary
getCategory same as getByIndex.  
getFunctionByName get the function description by name  
Methods' Details
getCategory
XFunctionCategory
getCategory( [in] long  position )
raises( ::com::sun::star::lang::IndexOutOfBoundsException,
::com::sun::star::lang::WrappedTargetException );

Description
same as getByIndex.
Parameter position
The postion.
See also
com.ssun.star.container.XIndexAccess
getFunctionByName
XFunctionDescription
getFunctionByName( [in] string  name )
raises( ::com::sun::star::container::NoSuchElementException );

Description
get the function description by name
Parameter name
the name of the function
Top of Page