LibreOffice Module scaddins (master) 1
|
#include <datefunc.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 59 of file datefunc.hxx.
ScaFuncData::ScaFuncData | ( | const ScaFuncDataBase & | rBaseData | ) |
Definition at line 62 of file datefunc.cxx.
References aCompList, and ScaFuncDataBase::pCompListID.
|
inline |
Definition at line 76 of file datefunc.hxx.
References eCat.
|
inline |
Definition at line 83 of file datefunc.hxx.
References aCompList.
|
inline |
Definition at line 75 of file datefunc.hxx.
References pDescrID.
sal_uInt16 ScaFuncData::GetStrIndex | ( | sal_uInt16 | nParam | ) | const |
Definition at line 75 of file datefunc.cxx.
References bWithOpt, and nParamCount.
|
inline |
Definition at line 74 of file datefunc.hxx.
References pUINameID.
|
inline |
Definition at line 80 of file datefunc.hxx.
References aIntName.
Referenced by FindScaFuncData::operator()().
|
inline |
Definition at line 77 of file datefunc.hxx.
References bDouble.
|
private |
Definition at line 66 of file datefunc.hxx.
Referenced by GetCompNameList(), and ScaFuncData().
|
private |
Definition at line 62 of file datefunc.hxx.
Referenced by Is().
|
private |
Definition at line 68 of file datefunc.hxx.
Referenced by IsDouble().
|
private |
Definition at line 69 of file datefunc.hxx.
Referenced by GetStrIndex().
|
private |
Definition at line 67 of file datefunc.hxx.
Referenced by GetCategory().
|
private |
Definition at line 65 of file datefunc.hxx.
Referenced by GetStrIndex().
|
private |
Definition at line 64 of file datefunc.hxx.
Referenced by GetDescrID().
|
private |
Definition at line 63 of file datefunc.hxx.
Referenced by GetUINameID().