Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dilstbox.cxx750 sal_uInt16 nMRUCount = GetEntryList()->GetMRUCount(); in ImplCallSelect() local
753 if ( nFirstMatchingEntryPos || !nMRUCount ) in ImplCallSelect()
756 if ( nFirstMatchingEntryPos < nMRUCount ) in ImplCallSelect()
759 nMRUCount--; in ImplCallSelect()
765 RemoveEntry( nMRUCount - 1 ); in ImplCallSelect()
766 nMRUCount--; in ImplCallSelect()
775 GetEntryList()->SetMRUCount( ++nMRUCount ); in ImplCallSelect()
776 SetSeparatorPos( nMRUCount ? nMRUCount-1 : 0 ); in ImplCallSelect()
2726 sal_uInt16 nMRUCount = 0; in SetMRUEntries() local
2742 maLBWindow.GetEntryList()->SetMRUCount( nMRUCount ); in SetMRUEntries()
[all …]
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1517 sal_uInt16 nMRUCount = rOpt.GetLRUFuncListCount(); in FillFunctions() local
1523 for (sal_uInt16 i=0; i<nMRUCount; i++) in FillFunctions()
H A Dinputhdl.cxx656 sal_uInt16 nMRUCount = rOpt.GetLRUFuncListCount(); in GetFormulaData() local
662 for (sal_uInt16 i=0; i<nMRUCount; i++) in GetFormulaData()

Completed in 42 milliseconds