LibreOffice Module scaddins (master) 1
Public Member Functions | Private Attributes | List of all members
sca::analysis::FuncData Class Referencefinal

#include <analysishelper.hxx>

Collaboration diagram for sca::analysis::FuncData:
[legend]

Public Member Functions

 FuncData (const FuncDataBase &rBaseData)
 
const TranslateIdGetUINameID () const
 
const TranslateIdGetDescrID () 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 TranslateIdpDescrID
 
bool bDouble
 
bool bWithOpt
 
sal_uInt16 nParam
 
std::vector< OUString > aCompList
 
FDCategory eCat
 
OUString aSuffix
 

Detailed Description

Definition at line 199 of file analysishelper.hxx.

Constructor & Destructor Documentation

◆ FuncData()

sca::analysis::FuncData::FuncData ( const FuncDataBase rBaseData)

Member Function Documentation

◆ GetCategory()

FDCategory sca::analysis::FuncData::GetCategory ( ) const
inline

Definition at line 629 of file analysishelper.hxx.

References eCat.

◆ GetCompNameList()

const std::vector< OUString > & sca::analysis::FuncData::GetCompNameList ( ) const
inline

Definition at line 623 of file analysishelper.hxx.

References aCompList.

◆ GetDescrID()

const TranslateId * sca::analysis::FuncData::GetDescrID ( ) const
inline

Definition at line 599 of file analysishelper.hxx.

References pDescrID.

◆ GetStrIndex()

sal_uInt16 sca::analysis::FuncData::GetStrIndex ( sal_uInt16  nParamNum) const

Definition at line 1357 of file analysishelper.cxx.

References bWithOpt, and nParam.

◆ GetSuffix()

const OUString & sca::analysis::FuncData::GetSuffix ( ) const
inline

Definition at line 611 of file analysishelper.hxx.

References aSuffix.

◆ GetUINameID()

const TranslateId & sca::analysis::FuncData::GetUINameID ( ) const
inline

Definition at line 593 of file analysishelper.hxx.

References pUINameID.

◆ Is()

bool sca::analysis::FuncData::Is ( std::u16string_view  rCompareTo) const
inline

Definition at line 617 of file analysishelper.hxx.

References aIntName.

Referenced by sca::analysis::FindFuncData::operator()().

◆ IsDouble()

bool sca::analysis::FuncData::IsDouble ( ) const
inline

Definition at line 605 of file analysishelper.hxx.

References bDouble.

Member Data Documentation

◆ aCompList

std::vector<OUString> sca::analysis::FuncData::aCompList
private

Definition at line 209 of file analysishelper.hxx.

Referenced by FuncData(), and GetCompNameList().

◆ aIntName

OUString sca::analysis::FuncData::aIntName
private

Definition at line 202 of file analysishelper.hxx.

Referenced by Is().

◆ aSuffix

OUString sca::analysis::FuncData::aSuffix
private

Definition at line 211 of file analysishelper.hxx.

Referenced by FuncData(), and GetSuffix().

◆ bDouble

bool sca::analysis::FuncData::bDouble
private

Definition at line 205 of file analysishelper.hxx.

Referenced by IsDouble().

◆ bWithOpt

bool sca::analysis::FuncData::bWithOpt
private

Definition at line 206 of file analysishelper.hxx.

Referenced by GetStrIndex().

◆ eCat

FDCategory sca::analysis::FuncData::eCat
private

Definition at line 210 of file analysishelper.hxx.

Referenced by GetCategory().

◆ nParam

sal_uInt16 sca::analysis::FuncData::nParam
private

Definition at line 208 of file analysishelper.hxx.

Referenced by GetStrIndex().

◆ pDescrID

const TranslateId* sca::analysis::FuncData::pDescrID
private

Definition at line 204 of file analysishelper.hxx.

Referenced by GetDescrID().

◆ pUINameID

TranslateId sca::analysis::FuncData::pUINameID
private

Definition at line 203 of file analysishelper.hxx.

Referenced by GetUINameID().


The documentation for this class was generated from the following files: