Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/bastyp/
H A Dcalc.cxx276 memset( VarTable, 0, sizeof(VarTable) ); in SwCalc()
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 …]
/AOO41X/main/sw/inc/
H A Dcalc.hxx175 SwHash* VarTable[ TBLSZ ]; member in SwCalc
221 SwHash** GetVarTable() { return VarTable; } in GetVarTable()