Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/ole/
H A Dndole.cxx77 sal_uInt16 nLRU_InitSize; member in SwOLELRUCache
950 nLRU_InitSize( 20 ), in SwOLELRUCache()
988 if( nVal < nLRU_InitSize ) in Load()
1006 nLRU_InitSize = (sal_uInt16)nVal; in Load()
1025 while( nPos && nCount > nLRU_InitSize ) in InsertObj()