Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx208 sal_uInt16* pLRUListIds = rAppOpt.GetLRUFuncList(); in InitLRUList() local
214 if ( pLRUListIds ) in InitLRUList()
218 aLRUList[i] = pFuncMgr->Get( pLRUListIds[i] ); in InitLRUList()
/aoo41x/main/sc/source/ui/app/
H A Dscmod.cxx776 sal_uInt16* pLRUListIds = rAppOpt.GetLRUFuncList(); in InsertEntryToLRUList() local
784 if (!bFound && (pLRUListIds[n]== nFIndex)) in InsertEntryToLRUList()
787 aIdxList[n ] = pLRUListIds[n]; // hinter Treffer kopieren in InsertEntryToLRUList()
789 aIdxList[n+1] = pLRUListIds[n]; // vor Treffer verschieben in InsertEntryToLRUList()
/aoo41x/main/sc/source/core/data/
H A Dglobal.cxx1885 sal_uInt16* pLRUListIds = rAppOpt.GetLRUFuncList(); in fillLastRecentlyUsedFunctions() local
1887 if ( pLRUListIds ) in fillLastRecentlyUsedFunctions()
1890 _rLastRUFunctions.push_back( Get( pLRUListIds[i] ) ); in fillLastRecentlyUsedFunctions()

Completed in 48 milliseconds