summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/recovery
AgeCommit message (Expand)AuthorFilesLines
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann2-3/+3
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg4-89/+88
2014-07-10use SimpleReferenceObject in dbaccess moduleNoel Grandin2-21/+3
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann3-7/+7
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-4/+4
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann4-28/+28
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-26/+26
2013-11-14remove unnecessary sal_Unicode casts in DBACCESS moduleNoel Grandin2-5/+5
2013-11-05fixincludeguards.sh: dbaccessThomas Arnhold7-21/+21
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-3/+3
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa14-259/+36
2013-08-19fdo#57950: Remove some chained appends in dbaccessJelle van der Waa1-4/+1
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-2/+2
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