Searched refs:GetLRUFuncListCount (Results 1 – 9 of 9) sorted by relevance
51 sal_uInt16 GetLRUFuncListCount() const { return nLRUFuncCount; } in GetLRUFuncListCount() function in ScAppOptions
182 long nCount = rOpt.GetLRUFuncListCount(); in lcl_GetLastFunctions()
207 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in InitLRUList()
700 sal_uInt16 nCount = rOpt.GetLRUFuncListCount(); in getRecentFunctionIds()
1517 sal_uInt16 nMRUCount = rOpt.GetLRUFuncListCount(); in FillFunctions()
775 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in InsertEntryToLRUList()
656 sal_uInt16 nMRUCount = rOpt.GetLRUFuncListCount(); in GetFormulaData()
1884 sal_uInt16 nLRUFuncCount = Min( rAppOpt.GetLRUFuncListCount(), (sal_uInt16)LRU_MAX ); in fillLastRecentlyUsedFunctions()
307 sal_uInt16 nOldCount = rAppOpt.GetLRUFuncListCount(); in lcl_AddFunction()
Completed in 66 milliseconds