LibreOffice Module scaddins (master) 1
|
#include <analysishelper.hxx>
Public Member Functions | |
FuncData (const FuncDataBase &rBaseData) | |
const TranslateId & | GetUINameID () const |
const TranslateId * | GetDescrID () const |
bool | IsDouble () const |
const OUString & | GetSuffix () const |
sal_uInt16 | GetStrIndex (sal_uInt16 nParamNum) const |
bool | Is (std::u16string_view rCompareTo) const |
const std::vector< OUString > & | GetCompNameList () const |
FDCategory | GetCategory () const |
Private Attributes | |
OUString | aIntName |
TranslateId | pUINameID |
const TranslateId * | pDescrID |
bool | bDouble |
bool | bWithOpt |
sal_uInt16 | nParam |
std::vector< OUString > | aCompList |
FDCategory | eCat |
OUString | aSuffix |
Definition at line 199 of file analysishelper.hxx.
sca::analysis::FuncData::FuncData | ( | const FuncDataBase & | rBaseData | ) |
Definition at line 1340 of file analysishelper.cxx.
References aCompList, aSuffix, sca::analysis::FuncDataBase::pCompListID, and sca::analysis::FuncDataBase::pSuffix.
|
inline |
Definition at line 629 of file analysishelper.hxx.
References eCat.
|
inline |
Definition at line 623 of file analysishelper.hxx.
References aCompList.
|
inline |
Definition at line 599 of file analysishelper.hxx.
References pDescrID.
sal_uInt16 sca::analysis::FuncData::GetStrIndex | ( | sal_uInt16 | nParamNum | ) | const |
Definition at line 1357 of file analysishelper.cxx.
|
inline |
Definition at line 611 of file analysishelper.hxx.
References aSuffix.
|
inline |
Definition at line 593 of file analysishelper.hxx.
References pUINameID.
|
inline |
Definition at line 617 of file analysishelper.hxx.
References aIntName.
Referenced by sca::analysis::FindFuncData::operator()().
|
inline |
Definition at line 605 of file analysishelper.hxx.
References bDouble.
|
private |
Definition at line 209 of file analysishelper.hxx.
Referenced by FuncData(), and GetCompNameList().
|
private |
Definition at line 202 of file analysishelper.hxx.
Referenced by Is().
|
private |
Definition at line 211 of file analysishelper.hxx.
Referenced by FuncData(), and GetSuffix().
|
private |
Definition at line 205 of file analysishelper.hxx.
Referenced by IsDouble().
|
private |
Definition at line 206 of file analysishelper.hxx.
Referenced by GetStrIndex().
|
private |
Definition at line 210 of file analysishelper.hxx.
Referenced by GetCategory().
|
private |
Definition at line 208 of file analysishelper.hxx.
Referenced by GetStrIndex().
|
private |
Definition at line 204 of file analysishelper.hxx.
Referenced by GetDescrID().
|
private |
Definition at line 203 of file analysishelper.hxx.
Referenced by GetUINameID().