Searched refs:SwCalc (Results 1 – 18 of 18) sorted by relevance
/aoo42x/main/sw/source/core/bastyp/ |
H A D | calc.cxx | 266 SwCalc::SwCalc( SwDoc& rD ) in SwCalc() function in SwCalc 415 SwCalc::~SwCalc() in ~SwCalc() 434 SwSbxValue SwCalc::Calculate( const String& rStr ) in Calculate() 512 SwCalcExp* SwCalc::VarInsert( const String &rStr ) in VarInsert() 718 sal_Bool SwCalc::Push( const VoidPtr pPtr ) in Push() 736 void SwCalc::Pop( const VoidPtr ) in Pop() 753 SwCalcOper SwCalc::GetToken() in GetToken() 1168 SwSbxValue SwCalc::Term() in Term() 1373 SwSbxValue SwCalc::Prim() in Prim() 1544 SwSbxValue SwCalc::Expr() in Expr() [all …]
|
/aoo42x/main/sw/inc/ |
H A D | calc.hxx | 173 class SwCalc class 206 SwCalc( const SwCalc& ); 207 SwCalc& operator=( const SwCalc& ); 210 SwCalc( SwDoc& rD ); 211 ~SwCalc();
|
H A D | IDocumentFieldsAccess.hxx | 35 class SwCalc; 161 virtual void FldsToCalc(SwCalc& rCalc, sal_uLong nLastNd, sal_uInt16 nLastCnt) = 0; 165 virtual void FldsToCalc(SwCalc& rCalc, const _SetGetExpFld& rToThisFld) = 0;
|
H A D | cellfml.hxx | 33 class SwCalc; 46 SwCalc& rCalc; // akt. Calculator 49 SwTblCalcPara( SwCalc& rCalculator, const SwTable& rTable );
|
H A D | usrfld.hxx | 30 class SwCalc; 60 double GetValue(SwCalc& rCalc); // Member nValue neu berrechnen
|
H A D | doc.hxx | 119 class SwCalc; 663 void UpdateDBNumFlds( SwDBNameInfField& rDBFld, SwCalc& rCalc ); 855 virtual void FldsToCalc(SwCalc& rCalc, sal_uLong nLastNd, sal_uInt16 nLastCnt); 856 virtual void FldsToCalc(SwCalc& rCalc, const _SetGetExpFld& rToThisFld);
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 400 SwCalc* pCalc = 0; in UpdateUsrFlds() 406 pCalc = new SwCalc( *this ); in UpdateUsrFlds() 522 SwCalc* pCalc = 0; in UpdateTblFlds() 556 pCalc = new SwCalc( *this ); in UpdateTblFlds() 623 pCalc = new SwCalc( *this ); in UpdateTblFlds() 1081 void lcl_CalcFld( SwDoc& rDoc, SwCalc& rCalc, const _SetGetExpFld& rSGEFld, in lcl_CalcFld() 1138 void SwDoc::FldsToCalc( SwCalc& rCalc, const _SetGetExpFld& rToThisFld ) in FldsToCalc() 1162 void SwDoc::FldsToCalc( SwCalc& rCalc, sal_uLong nLastNd, sal_uInt16 nLastCnt ) in FldsToCalc() 1329 SwCalc aCalc( *this ); in UpdateExpFlds() 1580 void SwDoc::UpdateDBNumFlds( SwDBNameInfField& rDBFld, SwCalc& rCalc ) in UpdateDBNumFlds()
|
H A D | fmtcol.cxx | 557 SwCalc aCalc( *pColl->GetDoc() ); in operator ==()
|
/aoo42x/main/sw/source/core/fields/ |
H A D | usrfld.cxx | 247 double SwUserFieldType::GetValue( SwCalc& rCalc ) in GetValue()
|
H A D | fldbas.cxx | 753 if( SwCalc::Str2Double( rStr, nPos, fTmpValue, GetDoc() ) ) in SetFormula()
|
H A D | cellfml.cxx | 261 SwTblCalcPara::SwTblCalcPara( SwCalc& rCalculator, const SwTable& rTable ) in SwTblCalcPara()
|
H A D | expfld.cxx | 383 SwCalc aCalc( rDoc ); in ChangeExpansion()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 345 SwCalc aCalc( *this ); in InsertSwSection() 725 SwCalc aCalc( *this ); in UpdateSection()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unsect.cxx | 370 SwCalc aCalc( rDoc ); in UndoImpl()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | atrfld.cxx | 285 SwCalc aCalc( *pTxtNd->GetDoc() ); in Modify()
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 604 if( !SwCalc::IsValidVarName( sName )) in PreNotify()
|
/aoo42x/main/sw/source/core/edit/ |
H A D | editsh.cxx | 630 SwCalc aCalc( *GetDoc() ); in Calculate()
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldvar.cxx | 879 SwCalc::IsValidVarName( sName, &sName ); in IMPL_LINK()
|
Completed in 132 milliseconds