Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/inc/
H A Ddwfunctr.hxx47 #ifndef LRU_MAX
48 #define LRU_MAX 10 macro
100 const ScFuncDesc* aLRUList[LRU_MAX];
H A Dfuncpage.hxx57 #define LRU_MAX 10 macro
87 const ScFuncDesc* aLRUList[LRU_MAX];
/aoo4110/main/sc/source/ui/app/
H A Dscmod.cxx766 #ifndef LRU_MAX
767 #define LRU_MAX 10 macro
775 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()
/aoo4110/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx207 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()
/aoo4110/main/sc/source/ui/unoobj/
H A Dappluno.cxx130 #define LRU_MAX 10 macro
718 sal_uInt16 nCount = (sal_uInt16) Min( aRecentFunctionIds.getLength(), (sal_Int32) LRU_MAX ); in setRecentFunctionIds()
737 return LRU_MAX; in getMaxRecentFunctions()
/aoo4110/main/sc/source/ui/view/
H A Dviewfunc.cxx288 #ifndef LRU_MAX
289 #define LRU_MAX 10 macro
328 sal_uInt16 nNewCount = Min( (sal_uInt16)(nOldCount + 1), (sal_uInt16)LRU_MAX ); in lcl_AddFunction()
329 sal_uInt16 nNewList[LRU_MAX]; in lcl_AddFunction()
/aoo4110/main/sc/source/core/data/
H A Dglobal.cxx1881 #define LRU_MAX 10 in fillLastRecentlyUsedFunctions() macro
1884 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in fillLastRecentlyUsedFunctions()

Completed in 72 milliseconds