Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx359 #if TBLSZ != 47 in SwCalc()
417 for( sal_uInt16 n = 0; n < TBLSZ; ++n ) in ~SwCalc()
535 SwHash* pFnd = Find( aStr, VarTable, TBLSZ, &ii ); in VarLook()
624 if( 0 != ( pFnd = Find( sDBNum, VarTable, TBLSZ ) ) ) in VarLook()
697 SwCalcExp* pFnd = (SwCalcExp*)Find( aStr, VarTable, TBLSZ, &nPos ); in VarChange()
/trunk/main/sw/inc/
H A Dcalc.hxx39 #define TBLSZ 47 // sollte Primzahl sein, wegen HashTable macro
175 SwHash* VarTable[ TBLSZ ];
/trunk/main/sw/source/core/inc/
H A Ddocfld.hxx147 SwCalcFldType* aFldTypeTable[ TBLSZ ];
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx2644 SwHash* pFnd = Find( sFldName, GetFldTypeTable(), TBLSZ, &n ); in InsertFldType()
2675 SwHash* pFnd = Find( sFldName, GetFldTypeTable(), TBLSZ, &n ); in RemoveFldType()
2704 for( sal_uInt16 n = 0; n < TBLSZ; ++n ) in ~SwDocUpdtFld()
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx665 (::Find( sVar, aCalc.GetVarTable(),TBLSZ) || in Calculate()

Completed in 122 milliseconds