Searched refs:aHistoryList (Results 1 – 3 of 3) sorted by relevance
104 Sequence< Sequence< PropertyValue > > aHistoryList = SvtHistoryOptions().GetList( ePICKLIST ); in fillPopupMenu() local107 …int nPickListMenuItems = ( aHistoryList.getLength() > MAX_MENU_ITEMS ) ? MAX_MENU_ITEMS : aHistory… in fillPopupMenu()114 Sequence< PropertyValue >& rPickListEntry = aHistoryList[i]; in fillPopupMenu()
192 Sequence< Sequence< PropertyValue > > aHistoryList( SvtHistoryOptions().GetList( ePICKLIST ) );194 int nPickListMenuItems = ( aHistoryList.getLength() > 99 ) ? 99 : aHistoryList.getLength();201 Sequence< PropertyValue >& rPickListEntry = aHistoryList[i];
607 Sequence< Sequence< PropertyValue > > aHistoryList = SvtHistoryOptions().GetList( ePICKLIST ); in UpdateSpecialFileMenu() local612 int nPickListMenuItems = ( aHistoryList.getLength() > 99 ) ? 99 : aHistoryList.getLength(); in UpdateSpecialFileMenu()617 Sequence< PropertyValue > aPickListEntry = aHistoryList[i]; in UpdateSpecialFileMenu()
Completed in 30 milliseconds