LibreOffice Module sw (master) 1
|
#include <calc.hxx>
Public Member Functions | |
SwCalcExp (const OUString &rStr, const SwSbxValue &rVal, const SwFieldType *pFieldType) | |
![]() | |
SwHash (const OUString &rStr) | |
virtual | ~SwHash () |
Public Attributes | |
SwSbxValue | nValue |
const SwFieldType * | pFieldType |
![]() | |
OUString | aStr |
std::unique_ptr< SwHash > | pNext |
SwCalcExp::SwCalcExp | ( | const OUString & | rStr, |
const SwSbxValue & | rVal, | ||
const SwFieldType * | pFieldType | ||
) |
SwSbxValue SwCalcExp::nValue |
Definition at line 144 of file calc.hxx.
Referenced by SwEditShell::Calculate(), SwCalc::PrimFunc(), SwCalc::VarChange(), and SwCalc::VarLook().
const SwFieldType* SwCalcExp::pFieldType |
Definition at line 145 of file calc.hxx.
Referenced by SwCalc::VarLook().