LibreOffice Module scaddins (master) 1
|
#include <pricing.hxx>
Public Member Functions | |
ScaFuncData (const ScaFuncDataBase &rBaseData) | |
const TranslateId & | GetUINameID () const |
const TranslateId * | GetDescrID () const |
ScaCategory | GetCategory () const |
bool | IsDouble () const |
sal_uInt16 | GetStrIndex (sal_uInt16 nParam) const |
bool | Is (std::u16string_view rCompare) const |
const std::vector< OUString > & | GetCompNameList () const |
Private Attributes | |
OUString | aIntName |
TranslateId | pUINameID |
const TranslateId * | pDescrID |
sal_uInt16 | nParamCount |
std::vector< OUString > | aCompList |
ScaCategory | eCat |
bool | bDouble |
bool | bWithOpt |
Definition at line 72 of file pricing.hxx.
ScaFuncData::ScaFuncData | ( | const ScaFuncDataBase & | rBaseData | ) |
Definition at line 56 of file pricing.cxx.
References aCompList, and sca::pricing::ScaFuncDataBase::pCompName.
|
inline |
Definition at line 89 of file pricing.hxx.
References eCat.
|
inline |
Definition at line 96 of file pricing.hxx.
References aCompList.
|
inline |
Definition at line 88 of file pricing.hxx.
References pDescrID.
sal_uInt16 ScaFuncData::GetStrIndex | ( | sal_uInt16 | nParam | ) | const |
Definition at line 68 of file pricing.cxx.
References bWithOpt, and nParamCount.
|
inline |
Definition at line 87 of file pricing.hxx.
References pUINameID.
|
inline |
Definition at line 93 of file pricing.hxx.
References aIntName.
Referenced by sca::pricing::FindScaFuncData::operator()().
|
inline |
Definition at line 90 of file pricing.hxx.
References bDouble.
|
private |
Definition at line 79 of file pricing.hxx.
Referenced by GetCompNameList(), and ScaFuncData().
|
private |
Definition at line 75 of file pricing.hxx.
Referenced by Is().
|
private |
Definition at line 81 of file pricing.hxx.
Referenced by IsDouble().
|
private |
Definition at line 82 of file pricing.hxx.
Referenced by GetStrIndex().
|
private |
Definition at line 80 of file pricing.hxx.
Referenced by GetCategory().
|
private |
Definition at line 78 of file pricing.hxx.
Referenced by GetStrIndex().
|
private |
Definition at line 77 of file pricing.hxx.
Referenced by GetDescrID().
|
private |
Definition at line 76 of file pricing.hxx.
Referenced by GetUINameID().