Searched refs:pLRUListIds (Results 1 – 3 of 3) sorted by relevance
208 sal_uInt16* pLRUListIds = rAppOpt.GetLRUFuncList(); in InitLRUList() local214 if ( pLRUListIds ) in InitLRUList()218 aLRUList[i] = pFuncMgr->Get( pLRUListIds[i] ); in InitLRUList()
776 sal_uInt16* pLRUListIds = rAppOpt.GetLRUFuncList(); in InsertEntryToLRUList() local784 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()
1885 sal_uInt16* pLRUListIds = rAppOpt.GetLRUFuncList(); in fillLastRecentlyUsedFunctions() local1887 if ( pLRUListIds ) in fillLastRecentlyUsedFunctions()1890 _rLastRUFunctions.push_back( Get( pLRUListIds[i] ) ); in fillLastRecentlyUsedFunctions()
Completed in 105 milliseconds