Home
last modified time | relevance | path

Searched refs:aHashValue (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sw/source/core/bastyp/
H A Dcalc.cxx335 static sal_uInt16 __READONLY_DATA aHashValue[ 27 ] = in SwCalc() local
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()
[all …]