Searched refs:_HashStr (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sw/source/core/doc/ |
| H A D | docfld.cxx | 1034 _HashStr::_HashStr( const String& rName, const String& rText, in _HashStr() function in _HashStr 1035 _HashStr* pNxt ) in _HashStr() 1050 rRet = ((_HashStr*)pFnd)->aSetStr; in LookString() 1195 memset( ppHashTbl, 0, sizeof( _HashStr* ) * rTblSize ); in FldsToExpand() 1238 ((_HashStr*)pFnd)->aSetStr = pSFld->GetExpStr(); in FldsToExpand() 1241 *(ppHashTbl + nPos ) = new _HashStr( aNew, in FldsToExpand() 1242 pSFld->GetExpStr(), (_HashStr*)*(ppHashTbl + nPos) ); in FldsToExpand() 1256 static_cast<_HashStr*>(pFnd)->aSetStr = value; in FldsToExpand() 1261 *(ppHashTbl + nPos ) = new _HashStr( rName, in FldsToExpand() 1262 value, static_cast<_HashStr *>(*(ppHashTbl + nPos))); in FldsToExpand() [all …]
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | docfld.hxx | 117 struct _HashStr : public SwHash struct 120 _HashStr( const String& rName, const String& rText, _HashStr* = 0 ); argument
|