Searched refs:TBLSZ (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sw/inc/ |
H A D | calc.hxx | 39 #define TBLSZ 47 // sollte Primzahl sein, wegen HashTable macro 175 SwHash* VarTable[ TBLSZ ];
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | calc.cxx | 359 #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()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | docfld.hxx | 147 SwCalcFldType* aFldTypeTable[ TBLSZ ];
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docfld.cxx | 2644 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()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | editsh.cxx | 665 (::Find( sVar, aCalc.GetVarTable(),TBLSZ) || in Calculate()
|
Completed in 45 milliseconds