Home
last modified time | relevance | path

Searched refs:_aHashKey (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svl/inc/svl/
H A Ditemset.hxx78 sal_Int32 _aHashKey; //hash result of array of points: _aItems. member in SfxItemSet
83 void InvalidateHashKey() { _aHashKey = 0;} //treat '0' as an invalidate key. in InvalidateHashKey()
84 sal_Bool IsValidateHashKey() const { return (0!=_aHashKey);} in IsValidateHashKey()
85 sal_Int32 GetHashKey() const { return _aHashKey; } in GetHashKey()
/trunk/main/svl/source/items/
H A Ditemset.cxx135 _aHashKey( 0 ) //i120575 in SfxItemSet()
165 _aHashKey( 0 ) //i120575 in SfxItemSet()
208 _aHashKey( 0 ) //i120575 in SfxItemSet()
260 _aHashKey( 0 ) //i120575 in SfxItemSet()
277 _aHashKey( 0 ) //i120575 in SfxItemSet()
2150 _aHashKey= myhash(_aItems,TotalCount()* sizeof(_aItems[0])); in UpdateHashKey()
2155 _aHashKey = 1; in UpdateHashKey()

Completed in 28 milliseconds