Home
last modified time | relevance | path

Searched refs:nMaxEntries (Results 1 – 4 of 4) sorted by relevance

/trunk/main/idl/source/cmptools/
H A Dhash.cxx54 SvHashTable::SvHashTable( sal_uInt32 nMaxEntries ) in SvHashTable() argument
56 nMax = nMaxEntries; // set max entries in SvHashTable()
137 SvStringHashTable::SvStringHashTable( sal_uInt32 nMaxEntries ) in SvStringHashTable() argument
138 : SvHashTable( nMaxEntries ) in SvStringHashTable()
140 pEntries = new SvStringHashEntry[ nMaxEntries ]; in SvStringHashTable()
145 pEnd = pEntries + nMaxEntries; in SvStringHashTable()
/trunk/main/linguistic/source/
H A Dmisc2.cxx189 sal_Int32 nMaxEntries = aInternalPaths.getLength() + aUserPaths.getLength(); in GetMultiPaths_Impl() local
191 ++nMaxEntries; in GetMultiPaths_Impl()
192 aRes.realloc( nMaxEntries ); in GetMultiPaths_Impl()
/trunk/main/idl/inc/
H A Dhash.hxx47 SvHashTable( sal_uInt32 nMaxEntries );
106 SvStringHashTable( sal_uInt32 nMaxEntries ); // max size of hash-tabel
/trunk/main/tools/source/generic/
H A Dsvlibrary.cxx71 sal_Int32 nMaxEntries = aInternalPaths.getLength() + aUserPaths.getLength(); in GetMultiPaths_Impl() local
72 aRes.realloc( nMaxEntries ); in GetMultiPaths_Impl()

Completed in 22 milliseconds