LibreOffice Module sc (master)
1
|
Category of spreadsheet functions. More...
#include <funcdesc.hxx>
Public Member Functions | |
ScFunctionCategory (::std::vector< const ScFuncDesc * > *_pCategory, sal_uInt32 _nCategory) | |
virtual | ~ScFunctionCategory () |
virtual sal_uInt32 | getCount () const override |
virtual const formula::IFunctionDescription * | getFunction (sal_uInt32 _nPos) const override |
Gives the _nPos'th function in this category. More... | |
virtual sal_uInt32 | getNumber () const override |
virtual OUString | getName () const override |
![]() | |
IFunctionCategory () | |
Private Attributes | |
::std::vector< const ScFuncDesc * > * | m_pCategory |
list of functions in this category More... | |
OUString | m_sName |
name of this category More... | |
sal_uInt32 | m_nCategory |
index number of this category More... | |
Additional Inherited Members | |
![]() | |
~IFunctionCategory () | |
Category of spreadsheet functions.
Contains the name, index and function manager of a category, as well as a list of functions in the category
Definition at line 268 of file funcdesc.hxx.
|
inline |
Definition at line 271 of file funcdesc.hxx.
|
inlinevirtual |
Definition at line 273 of file funcdesc.hxx.
|
overridevirtual |
Implements formula::IFunctionCategory.
Definition at line 1025 of file funcdesc.cxx.
References m_pCategory.
|
overridevirtual |
Gives the _nPos'th function in this category.
_nPos | position of function in this category. |
Implements formula::IFunctionCategory.
Definition at line 1037 of file funcdesc.cxx.
References m_pCategory, and size.
|
overridevirtual |
Implements formula::IFunctionCategory.
Definition at line 1030 of file funcdesc.cxx.
References ScFunctionMgr::GetCategoryName(), m_nCategory, and m_sName.
|
overridevirtual |
Implements formula::IFunctionCategory.
Definition at line 1045 of file funcdesc.cxx.
References m_nCategory.
|
private |
index number of this category
Definition at line 299 of file funcdesc.hxx.
Referenced by getName(), and getNumber().
|
private |
list of functions in this category
Definition at line 297 of file funcdesc.hxx.
Referenced by getCount(), and getFunction().
|
mutableprivate |