Searched refs:SwCalcExp (Results 1 – 3 of 3) sorted by relevance
372 VarTable[ aHashValue[ n ] ] = new SwCalcExp( sTmpStr, nVal, 0 ); in SwCalc()375 ((SwCalcExp*)VarTable[ aHashValue[ 0 ] ])->nValue.PutBool( sal_False ); in SwCalc()376 ((SwCalcExp*)VarTable[ aHashValue[ 1 ] ])->nValue.PutBool( sal_True ); in SwCalc()377 ((SwCalcExp*)VarTable[ aHashValue[ 2 ] ])->nValue.PutDouble( F_PI ); in SwCalc()378 ((SwCalcExp*)VarTable[ aHashValue[ 3 ] ])->nValue.PutDouble( 2.7182818284590452354 ); in SwCalc()381 ((SwCalcExp*)VarTable[ aHashValue[ n + 4 ] ])->nValue.PutLong( rDocStat.*aDocStat1[ n ] ); in SwCalc()383 ((SwCalcExp*)VarTable[ aHashValue[ n + 7 ] ])->nValue.PutLong( rDocStat.*aDocStat2[ n ] ); in SwCalc()387 …((SwCalcExp*)VarTable[ aHashValue[ 11 ] ])->nValue.PutString( (String)rUserOptions.GetFirstName() … in SwCalc()388 …((SwCalcExp*)VarTable[ aHashValue[ 12 ] ])->nValue.PutString( (String)rUserOptions.GetLastName() ); in SwCalc()389 ((SwCalcExp*)VarTable[ aHashValue[ 13 ] ])->nValue.PutString( (String)rUserOptions.GetID() ); in SwCalc()[all …]
152 struct SwCalcExp : public SwHash struct157 SwCalcExp( const String& rStr, const SwSbxValue& rVal, argument181 SwCalcExp aErrExpr;217 SwCalcExp* VarInsert( const String& r );218 SwCalcExp* VarLook( const String &rStr, sal_uInt16 ins = 0 );
1128 SwCalcExp* pExp = rCalc.VarLook( sDBNumNm ); in lcl_CalcFld()