Searched refs:LRU_MAX (Results 1 – 7 of 7) sorted by relevance
47 #ifndef LRU_MAX48 #define LRU_MAX 10 macro100 const ScFuncDesc* aLRUList[LRU_MAX];
57 #define LRU_MAX 10 macro87 const ScFuncDesc* aLRUList[LRU_MAX];
766 #ifndef LRU_MAX767 #define LRU_MAX 10 macro775 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in InsertEntryToLRUList()778 sal_uInt16 aIdxList[LRU_MAX]; in InsertEntryToLRUList()782 while ((n < LRU_MAX) && n<nLRUFuncCount) // alte Liste abklappern in InsertEntryToLRUList()788 else if ((n+1) < LRU_MAX) in InsertEntryToLRUList()792 if (!bFound && (n < LRU_MAX)) // Eintrag nicht gefunden? in InsertEntryToLRUList()
207 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in InitLRUList()211 for ( i=0; i<LRU_MAX; i++ ) in InitLRUList()839 for ( sal_uInt16 i=0; i<LRU_MAX && aLRUList[i]; i++ ) in UpdateFunctionList()
130 #define LRU_MAX 10 macro718 sal_uInt16 nCount = (sal_uInt16) Min( aRecentFunctionIds.getLength(), (sal_Int32) LRU_MAX ); in setRecentFunctionIds()737 return LRU_MAX; in getMaxRecentFunctions()
288 #ifndef LRU_MAX289 #define LRU_MAX 10 macro328 sal_uInt16 nNewCount = Min( (sal_uInt16)(nOldCount + 1), (sal_uInt16)LRU_MAX ); in lcl_AddFunction()329 sal_uInt16 nNewList[LRU_MAX]; in lcl_AddFunction()
1881 #define LRU_MAX 10 in fillLastRecentlyUsedFunctions() macro1884 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in fillLastRecentlyUsedFunctions()
Completed in 55 milliseconds