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