Home
last modified time | relevance | path

Searched refs:nLastKey (Results 1 – 3 of 3) sorted by relevance

/trunk/main/tools/source/memtools/
H A Dtable.cxx265 sal_uIntPtr nLastKey = (sal_uIntPtr)Container::GetObject( (nCount*2)-2 ); in GetUniqueKey() local
266 if ( nLastKey < nStartKey ) in GetUniqueKey()
270 if ( nLastKey < 0xFFFFFFFE ) in GetUniqueKey()
271 return nLastKey+1; in GetUniqueKey()
278 nLastKey = (sal_uIntPtr)Container::GetObject( nPos ); in GetUniqueKey()
279 if ( nStartKey < nLastKey ) in GetUniqueKey()
281 while ( nLastKey < 0xFFFFFFFE ) in GetUniqueKey()
284 nLastKey++; in GetUniqueKey()
285 if ( nLastKey != (sal_uIntPtr)Container::GetObject( nPos ) ) in GetUniqueKey()
286 return nLastKey; in GetUniqueKey()
/trunk/main/xmloff/source/core/
H A Dnmspmap.cxx373 sal_uInt16 SvXMLNamespaceMap::GetNextKey( sal_uInt16 nLastKey ) const in GetNextKey()
375 NameSpaceMap::const_iterator aIter = aNameMap.find ( nLastKey ); in GetNextKey()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx411 sal_uInt32 nLastKey = nMaxBuiltin; in ReplaceSystemCL() local
417 if ( nLastKey < nKey ) in ReplaceSystemCL()
418 nLastKey = nKey; in ReplaceSystemCL()
450 pStdFormat->SetLastInsertKey( sal_uInt16(nLastKey - nCLOffset) ); in ReplaceSystemCL()

Completed in 37 milliseconds