Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XFunctionDescription
Base Interfaces
XFunctionDescription
┗ ::com::sun::star::beans::XPropertySet

::com::sun::star::beans::XPropertySet
Description
gives access to the properties.
Description
identifies a XFunctionDescription which allows to retrieve the meta data of all supported functions.

Methods' Summary
createFormula  
Attributes' Summary
Category specifies the category number.  
Name returns the localized function's name.  
Description returns a localized description of the function.  
Signature returns the signature of the function.  
Arguments returns a sequence of localized descriptions of the function's arguments (in the order specified by the function).  
Methods' Details
createFormula
string
createFormula( [in] sequence< string >  arguments )
raises( ::com::sun::star::lang::DisposedException,
::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::uno::Exception );

Attributes' Details
Category
[ readonly ] XFunctionCategory Category;
Description
specifies the category number.
Name
[ readonly ] string Name;
Description
returns the localized function's name.
Description
[ readonly ] string Description;
Description
returns a localized description of the function.
Signature
[ readonly ] string Signature;
Description
returns the signature of the function.
Arguments
[ readonly ] sequence< ::com::sun::star::sheet::FunctionArgument > Arguments;
Description
returns a sequence of localized descriptions of the function's arguments (in the order specified by the function).
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.