Difference between revisions of "Documentation/FAQ/General/I need to see more than the default 4 items on the list of recently opened files. How do I achieve this?"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: {{DISPLAYTITLE: The list of recently opened files is too short. }} {{Documentation/QASet |Question= The list of recently opened files is too short. I need to see more than the default 4 i...)
 
Line 1: Line 1:
 
{{DISPLAYTITLE: The list of recently opened files is too short. }}
 
{{DISPLAYTITLE: The list of recently opened files is too short. }}
  
{{Documentation/QASet
+
<section begin=question/>
|Question= The list of recently opened files is too short. I need to see more than the default 4 items on this list. How do I achieve this?  
+
'''The list of recently opened files is too short. I need to see more than the default 4 items on this list. How do I achieve this?'''
|Answer=
+
<section end=question/>
 +
 
 +
<section begin=answer/>
 
The easiest way to increase the size of this list is to use a macro.  For example, [http://www.ooomacros.org/user.php#100070 Recent Files List Changer Macro]
 
The easiest way to increase the size of this list is to use a macro.  For example, [http://www.ooomacros.org/user.php#100070 Recent Files List Changer Macro]
 
If using a macro is inconvient or you simply want to dig into OpenOffice.org, here's how:
 
If using a macro is inconvient or you simply want to dig into OpenOffice.org, here's how:
 
 
   
 
   
 
* You need to edit one of the configuration files. Before you do that, close all OOo windows, and also make sure that the Quickstarter is closed, too.
 
* You need to edit one of the configuration files. Before you do that, close all OOo windows, and also make sure that the Quickstarter is closed, too.
Line 21: Line 22:
 
have grown by one line. Its maximum number of items will be the value you've specified; in the above example that's 10.
 
have grown by one line. Its maximum number of items will be the value you've specified; in the above example that's 10.
  
}}
+
<section end=answer/>
  
 
[[Category:Documentation/FAQ/General]]
 
[[Category:Documentation/FAQ/General]]

Revision as of 14:34, 14 March 2008


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


The easiest way to increase the size of this list is to use a macro. For example, Recent Files List Changer Macro If using a macro is inconvient or you simply want to dig into OpenOffice.org, here's how:

  • You need to edit one of the configuration files. Before you do that, close all OOo windows, and also make sure that the Quickstarter is closed, too.
  • Now, on your computer, search for the file "...\user\registry\data\org\openoffice\Office\Common.xcu." If you find more than one file named "Common.xcu", make sure it's in the path specified here.
  • 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>10</value>
</prop>
  • Save.

Once you've opened and closed the next file in OOo, 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 10.


Personal tools