summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/recovery
AgeCommit message (Collapse)AuthorFilesLines
2010-02-16Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecoveryFrank Schoenheit [fs]13-505/+1603
2010-02-16autorecovery: recover non-document sub compontns hidden, tooFrank Schoenheit [fs]3-8/+50
2010-02-16autorecovery: recover query designer settingsFrank Schoenheit [fs]1-3/+33
not yet finished: - query designer needs to be loaded hidden, and shown when the main window is shown - recovering table windows is not correct, yet (windows which have been added to the UI, but do not yet add to the "latest known" statement, are not restored (probably) - closing the recovered, and modified, query designer somehow does not ask for saving
2010-02-16autorecovery: import query design settings (but do not recover the query ↵Frank Schoenheit [fs]10-8/+774
designer)
2010-02-16autorecovery: remove unused local static methodFrank Schoenheit [fs]1-7/+0
2010-02-16autorecovery: outsourced the SubComponentRecovery class into a dedicated ↵Frank Schoenheit [fs]5-494/+754
file, in preparation of recovering query designs
2010-02-15autorecovery: when saving recovery information for a DB doc, export query ↵Frank Schoenheit [fs]8-44/+813
designers, too
2010-02-01autorecovery: recoverSubDocuments: propagate exceptions to the caller, this ↵Frank Schoenheit [fs]1-42/+35
way aborting the complete recovery process
2010-01-29autorecovery: recover forms/reports hidden, and show them when the main ↵Frank Schoenheit [fs]4-18/+333
window is shown
2010-01-28autorecovery: creating dedicated core/recovery folder, taking current and ↵Frank Schoenheit [fs]2-0/+754
future implementations regarding document recovery