summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/ContentHelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-01loplugin:constantparam in d*Noel Grandin1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-3/+3
2017-08-01loplugin:checkunusedparamsNoel Grandin1-2/+2
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-13use more OUString::operator== in dbaccess..filterNoel Grandin1-1/+1
2017-06-02Improved loplugin:redundantcast static_cast handling: dbaccessStephan Bergmann1-2/+1
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-02-28new loplugin unoanyNoel Grandin1-2/+2
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-1/+1
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin1-8/+8
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin1-8/+8
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-16/+16
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-02-22Simplify erase iterator management (ContentHelper)Julien Nabet1-3/+1
2014-12-15dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-2/+2
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-16/+16
2014-02-21cid#707728 Uninitialized pointer fieldNoel Grandin1-0/+1
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-3/+0
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann1-0/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-3/+3
2013-08-27fdo#62475 removed pointless commentsJelle van der Waa1-10/+1
2013-04-25dbaccess: {DECLARE,IMPLEMENT}_CONSTASCII_USTRING are no longer neededMiklos Vajna1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-27/+27
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin1-4/+4
2013-01-21Remove more STRINGPARAM macros from dbaccessMarcos Paulo de Souza1-35/+12
2012-12-10fdo#46808, Convert connectivity::SQLError to use XComponentContext...Noel Grandin1-1/+1
2012-11-30fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin1-1/+1
2012-11-05fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin1-1/+1
2012-10-01missing system headerNorbert Thiebaud1-0/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+1
2012-06-14re-base on ALv2 code.Michael Meeks1-23/+14
2012-05-17merge the 5 ConstAsciiString duplicate classes togetherCaolán McNamara1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-8/+8
2011-12-21Fix for fdo43460 Part XII getLength() to isEmpty()Olivier Hallot1-2/+2
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-11-27remove include of pch header in dbaccessNorbert Thiebaud1-2/+0
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-5/+5
2011-02-25fix assertionsDavid Tardon1-2/+2
2011-02-24Move DBG_ERROR -> OSL_ASSERTThomas Arnhold1-2/+2
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-1/+1
2010-11-23remove dead codes and undesired commentsTakeshi Abe1-3/+0