Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hallo Stefan,



Am Mittwoch, 10. August 2011 schrieb H.-St. Neumeyer:
Hallo an alle Mitleser,

betr.
Debian 6/Mandriva 2010.2 mit OpenOffice 3.2.x
 *buntu 11.04 LibreOffice 3.3.x

Bei OOo konnten die Wiederherstellungsinformationen für Dokumente
durch löschen der Datei

.ooo3/user/registry/data/org/openoffice/Office/Recovery.xcu

zurückgesetzt werden.
Wo hat LibreOffice das "versteckt"?



da ich auf dem NIS-Server ein Skript einsetze, um die Recovery.xcu
regelmäßig zu löschen, habe ich auf meinem privaten Rechner mit
LibO nachgeforscht (die NIS-Rechner haben noch OOo).

Alle Informationen werden jetzt anscheinend in einer Datei gesammelt:
 ~/.libreoffice/3/user/registrymodifications.xcu

Hierin habe ich mit dem KXML-Editor den passenden Schlüssel gefunden:

<item oor:path="/org.openoffice.Office.Recovery/RecoveryList"
 xmlns:oor="http://openoffice.org/2001/registry"; >


Wenn nichts Wiederherzustellen ist, dann gibt es nur ein <prop>:

    <prop oor:op="fuse" xmlns:oor="http://openoffice.org/2001/registry"; 
oor:name="Crashed" xmlns:oor="http://openoffice.org/2001/registry"; >
      <value>false</value>
    </prop>
  </item>


sonst gibt es (mindestens?) ein <node> zu (jedem?) Dokument:

    <node oor:op="replace" ... oor:name="recovery_item_1" ...>
      <prop ... oor:name="DocumentState" ...>
        <value>0</value>
      </prop>
      ...
    </node>
  </item>


Ciao Michael



-- 
OpenSuse 11.1, LibreOffice 3.4.2

-- 
Informationen zum Abmelden: E-Mail an users+help@de.libreoffice.org
Tips zu Listenmails: http://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: http://listarchives.libreoffice.org/de/users/
Alle E-Mails an diese Liste werden unlöschbar öffentlich archiviert

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.