summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/recovery
AgeCommit message (Expand)AuthorFilesLines
2013-05-07dbaccess: remove Package_incMichael Stahl3-3/+3
2013-04-25Fix compilation error when OSL_DEBUG_LEVEL > 0Tor Lillqvist1-9/+6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák12-107/+107
2013-04-01remove boilerplate commentsThomas Arnhold7-14/+1
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin9-45/+44
2013-02-11fdo#46808, convert io::TextOutputStream service to new-styleNoel Grandin1-12/+6
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin1-8/+8
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin1-4/+4
2013-01-27Remove more STRINGPARAM macros form dbaccessMarcos Paulo de Souza5-44/+33
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin1-1/+4
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin1-2/+3
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2-6/+6
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-3/+4
2012-06-29Remove UNO includes commentsThomas Arnhold14-31/+0
2012-06-14re-base on ALv2 code.Michael Meeks14-336/+238
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-2/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-6/+6
2011-12-21Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot3-5/+5
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud7-7/+0
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl1-5/+9
2011-10-05ByteString->rtl::OStringBufferCaolán McNamara1-1/+1
2011-04-19gbuildize dbaccessDavid Tardon1-54/+0
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold3-18/+18
2011-02-05move to unordered containersFridrich Štrba1-2/+2
2011-01-21Remove old RCS lines.Thomas Arnhold1-4/+0
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold3-10/+10
2010-11-10Fix spelling mistakeWol1-1/+1
2010-10-27add modelines to .hxx files as wellCaolán McNamara7-0/+21
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth7-0/+21
2010-10-09Use SAL_N_ELEMENTS macroKayo Hamid1-1/+2
2010-10-04native bool support in SvXMLUnitConverterNorbert Thiebaud1-1/+1
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
2010-02-16autorecovery: import query design settings (but do not recover the query desi...Frank Schoenheit [fs]10-8/+774
2010-02-16autorecovery: remove unused local static methodFrank Schoenheit [fs]1-7/+0
2010-02-16autorecovery: outsourced the SubComponentRecovery class into a dedicated file...Frank Schoenheit [fs]5-494/+754
2010-02-15autorecovery: when saving recovery information for a DB doc, export query des...Frank Schoenheit [fs]8-44/+813
2010-02-01autorecovery: recoverSubDocuments: propagate exceptions to the caller, this w...Frank Schoenheit [fs]1-42/+35
2010-01-29autorecovery: recover forms/reports hidden, and show them when the main windo...Frank Schoenheit [fs]4-18/+333
2010-01-28autorecovery: creating dedicated core/recovery folder, taking current and fut...Frank Schoenheit [fs]2-0/+754