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()
418 delete VarTable[n]; in ~SwCalc()
535 SwHash* pFnd = Find( aStr, VarTable, TBLSZ, &ii ); in VarLook()
547 pFnd->pNext = *(VarTable+ii); in VarLook()
548 *(VarTable+ii) = pFnd; in VarLook()
624 if( 0 != ( pFnd = Find( sDBNum, VarTable, TBLSZ ) ) ) in VarLook()
653 pNewExp->pNext = VarTable[ ii ]; in VarLook()
654 VarTable[ ii ] = pNewExp; in VarLook()
702 pFnd->pNext = VarTable[ nPos ]; in VarChange()
[all …]
/aoo41x/main/sw/inc/
H A Dcalc.hxx175 SwHash* VarTable[ TBLSZ ]; member in SwCalc
221 SwHash** GetVarTable() { return VarTable; } in GetVarTable()

Completed in 27 milliseconds