summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/recovery
AgeCommit message (Expand)Author
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in DBACCESS moduleNoel Grandin
2013-11-05fixincludeguards.sh: dbaccessThomas Arnhold
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa
2013-08-19fdo#57950: Remove some chained appends in dbaccessJelle van der Waa
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-05-07dbaccess: remove Package_incMichael Stahl
2013-04-25Fix compilation error when OSL_DEBUG_LEVEL > 0Tor Lillqvist
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01remove boilerplate commentsThomas Arnhold
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin
2013-02-11fdo#46808, convert io::TextOutputStream service to new-styleNoel Grandin
2013-02-11fdo#46808, convert io::TextInputStream service to new styleNoel Grandin
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin
2013-01-27Remove more STRINGPARAM macros form dbaccessMarcos Paulo de Souza
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin
2012-10-04fdo#46808, Adapt xml::sax::XParser UNO service to new styleNoel Grandin
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin
2012-06-29Remove UNO includes commentsThomas Arnhold
2012-06-14re-base on ALv2 code.Michael Meeks
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2011-12-21Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl
2011-10-05ByteString->rtl::OStringBufferCaolán McNamara
2011-04-19gbuildize dbaccessDavid Tardon
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-02-05move to unordered containersFridrich Štrba
2011-01-21Remove old RCS lines.Thomas Arnhold
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2010-11-10Fix spelling mistakeWol
2010-10-27add modelines to .hxx files as wellCaolán McNamara
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-09Use SAL_N_ELEMENTS macroKayo Hamid
2010-10-04native bool support in SvXMLUnitConverterNorbert Thiebaud
2010-02-16Automated merge with ssh://hg@hg.services.openoffice.org/cws/autorecoveryFrank Schoenheit [fs]
2010-02-16autorecovery: recover non-document sub compontns hidden, tooFrank Schoenheit [fs]
2010-02-16autorecovery: recover query designer settingsFrank Schoenheit [fs]
2010-02-16autorecovery: import query design settings (but do not recover the query desi...Frank Schoenheit [fs]
2010-02-16autorecovery: remove unused local static methodFrank Schoenheit [fs]
2010-02-16autorecovery: outsourced the SubComponentRecovery class into a dedicated file...Frank Schoenheit [fs]
2010-02-15autorecovery: when saving recovery information for a DB doc, export query des...Frank Schoenheit [fs]
2010-02-01autorecovery: recoverSubDocuments: propagate exceptions to the caller, this w...Frank Schoenheit [fs]