LibreOffice Module reportdesign (master) 1
|
#include <FunctionHelper.hxx>
Public Member Functions | |
FunctionCategory (const FunctionManager *_pFMgr, sal_uInt32 _nPos, const css::uno::Reference< css::report::meta::XFunctionCategory > &_xCategory) | |
virtual | ~FunctionCategory () |
virtual sal_uInt32 | getCount () const override |
virtual const formula::IFunctionDescription * | getFunction (sal_uInt32 _nPos) const override |
virtual sal_uInt32 | getNumber () const override |
virtual OUString | getName () const override |
virtual sal_uInt32 | getCount () const=0 |
virtual const IFunctionDescription * | getFunction (sal_uInt32 _nPos) const=0 |
virtual sal_uInt32 | getNumber () const=0 |
virtual OUString | getName () const=0 |
Private Attributes | |
mutable ::std::vector< std::shared_ptr< FunctionDescription > > | m_aFunctions |
css::uno::Reference< css::report::meta::XFunctionCategory > | m_xCategory |
sal_uInt32 | m_nFunctionCount |
sal_uInt32 | m_nNumber |
const FunctionManager * | m_pFunctionManager |
Additional Inherited Members | |
Protected Member Functions inherited from formula::IFunctionCategory | |
~IFunctionCategory () | |
Definition at line 83 of file FunctionHelper.hxx.
rptui::FunctionCategory::FunctionCategory | ( | const FunctionManager * | _pFMgr, |
sal_uInt32 | _nPos, | ||
const css::uno::Reference< css::report::meta::XFunctionCategory > & | _xCategory | ||
) |
Definition at line 102 of file FunctionHelper.cxx.
References _nPos, and m_xCategory.
|
inlinevirtual |
Definition at line 92 of file FunctionHelper.hxx.
|
overridevirtual |
Implements formula::IFunctionCategory.
Definition at line 110 of file FunctionHelper.cxx.
References m_nFunctionCount.
|
overridevirtual |
Implements formula::IFunctionCategory.
Definition at line 115 of file FunctionHelper.cxx.
References _nPos, rptui::FunctionManager::get(), m_aFunctions, m_nFunctionCount, m_pFunctionManager, and m_xCategory.
|
overridevirtual |
Implements formula::IFunctionCategory.
Definition at line 131 of file FunctionHelper.cxx.
References m_xCategory.
|
overridevirtual |
Implements formula::IFunctionCategory.
Definition at line 126 of file FunctionHelper.cxx.
References m_nNumber.
|
private |
Definition at line 85 of file FunctionHelper.hxx.
Referenced by getFunction().
|
private |
Definition at line 87 of file FunctionHelper.hxx.
Referenced by getCount(), and getFunction().
|
private |
Definition at line 88 of file FunctionHelper.hxx.
Referenced by getNumber().
|
private |
Definition at line 89 of file FunctionHelper.hxx.
Referenced by getFunction().
|
private |
Definition at line 86 of file FunctionHelper.hxx.
Referenced by getFunction(), and getName().