Home
last modified time | relevance | path

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

/aoo41x/main/framework/source/uielement/
H A Drecentfilesmenucontroller.cxx106 Sequence< Sequence< PropertyValue > > aHistoryList = SvtHistoryOptions().GetList( ePICKLIST ); in fillPopupMenu() local
109 …int nPickListMenuItems = ( aHistoryList.getLength() > MAX_MENU_ITEMS ) ? MAX_MENU_ITEMS : aHistory… in fillPopupMenu()
116 Sequence< PropertyValue >& rPickListEntry = aHistoryList[i]; in fillPopupMenu()
/aoo41x/main/sfx2/source/appl/
H A Dshutdowniconaqua.mm192 Sequence< Sequence< PropertyValue > > aHistoryList( SvtHistoryOptions().GetList( ePICKLIST ) );
194 int nPickListMenuItems = ( aHistoryList.getLength() > 99 ) ? 99 : aHistoryList.getLength();
201 Sequence< PropertyValue >& rPickListEntry = aHistoryList[i];
/aoo41x/main/framework/source/classes/
H A Dmenumanager.cxx607 Sequence< Sequence< PropertyValue > > aHistoryList = SvtHistoryOptions().GetList( ePICKLIST ); in UpdateSpecialFileMenu() local
612 int nPickListMenuItems = ( aHistoryList.getLength() > 99 ) ? 99 : aHistoryList.getLength(); in UpdateSpecialFileMenu()
617 Sequence< PropertyValue > aPickListEntry = aHistoryList[i]; in UpdateSpecialFileMenu()

Completed in 27 milliseconds