The list of recently opened files is too short.

From Apache OpenOffice Wiki
Jump to: navigation, search


The list of recently opened files is too short. I need to see more items on this list. How do I achieve this?


The Recent Documents menu displays a maximum of 10 items in the list for versions of OpenOffice.org later than 1.1. It is possible to change this limit in the configuration, but there is currently no way to do this using the user interface.

You can use the History Master Extension to set the number of items shown in the Recent Documents menu. History Master is still working if one reboots Writer after the install.

Alternative Extension you can use the older extension History Master.

There is a macro here which can change this setting for you: Recent Files List Changer Macro

If using a macro is inconvenient, or you simply want to dig into OpenOffice, here's how:

  • You need to edit one of the configuration files. Before you do that, close all Apache OpenOffice windows, and also make sure that the Quickstarter is closed, too.
  • Now, on your computer, search for the file ".../4/user/registrymodifications.xcu".
  • In this file, look for the line:
<node oor:name="History">
  • Now, directly after this line, add the following lines:
<prop oor:name="PickListSize" oor:type="xs:int">
<value>20</value>
</prop>
  • The example above sets the number of items to 20. You can choose any number up to a maximum of 100.
  • Save.

Once you've opened and closed the next file in Apache OpenOffice, the list of recently opened files will have grown by one line. Its maximum number of items will be the value you've specified; in the above example that's 20.


Personal tools