Searched defs:nPickListMenuItems (Results 1 – 2 of 2) sorted by relevance
107 …int nPickListMenuItems = ( aHistoryList.getLength() > MAX_MENU_ITEMS ) ? MAX_MENU_ITEMS : aHistory… in fillPopupMenu() local
612 int nPickListMenuItems = ( aHistoryList.getLength() > 99 ) ? 99 : aHistoryList.getLength(); in UpdateSpecialFileMenu() local
Completed in 13 milliseconds