Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dcalc.hxx144 struct SwHash struct
146 SwHash( const String& rStr );
147 virtual ~SwHash();
149 SwHash *pNext; argument
152 struct SwCalcExp : public SwHash
161 SwHash* Find( const String& rSrch, SwHash** ppTable,
164 void DeleteHashTable( SwHash** ppTable, sal_uInt16 nTblSize );
175 SwHash* VarTable[ TBLSZ ];
221 SwHash** GetVarTable() { return VarTable; } in GetVarTable()
H A DIDocumentFieldsAccess.hxx41 struct SwHash;
169 …virtual void FldsToExpand(SwHash**& ppTbl, sal_uInt16& rTblSize, const _SetGetExpFld& rToThisFld) …
H A Ddoc.hxx199 struct SwHash;
857 virtual void FldsToExpand(SwHash**& ppTbl, sal_uInt16& rTblSize, const _SetGetExpFld& rToThisFld);
/trunk/main/sw/source/core/inc/
H A Ddocfld.hxx117 struct _HashStr : public SwHash
123 struct SwCalcFldType : public SwHash
128 : SwHash( rStr ), pFldType( pFldTyp ) in SwCalcFldType()
134 void LookString( SwHash** ppTbl, sal_uInt16 nSize, const String& rName,
181 SwHash** GetFldTypeTable() const { return (SwHash**)aFldTypeTable; } in GetFldTypeTable()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx217 SwHash* Find( const String& rStr, SwHash** ppTable, sal_uInt16 nTblSize, in Find()
228 for( SwHash* pEntry = *(ppTable+ii); pEntry; pEntry = pEntry->pNext ) in Find()
535 SwHash* pFnd = Find( aStr, VarTable, TBLSZ, &ii ); in VarLook()
540 SwHash** ppDocTbl = rDoc.GetUpdtFlds().GetFldTypeTable(); in VarLook()
541 for( SwHash* pEntry = *(ppDocTbl+ii); pEntry; pEntry = pEntry->pNext ) in VarLook()
1707 SwHash::SwHash( const String& rStr ) : in SwHash() function in SwHash
1712 SwHash::~SwHash() in ~SwHash()
1718 void DeleteHashTable( SwHash **ppHashTable, sal_uInt16 nCount ) in DeleteHashTable()
1727 : SwHash( rStr ), in SwCalcExp()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx1036 : SwHash( rName ), aSetStr( rText ) in _HashStr()
1048 SwHash* pFnd = Find( rRet, ppTbl, nSize, pPos ); in LookString()
1194 ppHashTbl = new SwHash*[ rTblSize ]; in FldsToExpand()
1205 SwHash* pFnd; in FldsToExpand()
1297 SwHash** pHashStrTbl = new SwHash*[ nStrFmtCnt ]; in UpdateExpFlds()
1312 SwHash* pFnd = Find( rNm, pHashStrTbl, nStrFmtCnt, &nPos ); in UpdateExpFlds()
1427 SwHash* pFnd = Find( rName, pHashStrTbl, nStrFmtCnt, &nPos ); in UpdateExpFlds()
1477 SwHash* pFnd = Find( aNew, pHashStrTbl, nStrFmtCnt, &nPos ); in UpdateExpFlds()
2644 SwHash* pFnd = Find( sFldName, GetFldTypeTable(), TBLSZ, &n ); in InsertFldType()
2675 SwHash* pFnd = Find( sFldName, GetFldTypeTable(), TBLSZ, &n ); in RemoveFldType()
[all …]
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx376 SwHash** ppHashTbl; in ChangeExpansion()

Completed in 130 milliseconds