summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/databasecontext.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-11Properly decompose vnd.sun.star.pkg URLStephan Bergmann1-2/+22
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-3/+3
2018-03-10Modernize a bit more dbaccessJulien Nabet1-6/+2
2017-12-18loplugin:unusedindexMike Kaganski1-10/+6
2017-11-10Properly construct vnd.sun.star.pkg URLStephan Bergmann1-5/+1
2017-11-09dbaccess: properly encode path to prevent stripping "fragment" from itMike Kaganski1-1/+5
2017-11-06ODatabaseContext::loadObjectFromURL: don't parse string for protocolMike Kaganski1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-5/+5
2017-10-18use rtl::Reference in ODatabaseContextNoel Grandin1-7/+4
2017-09-17Replace some lists by vectors in dbaccessJulien Nabet1-5/+10
2017-08-24dbaccess: avoid deadlock in ODatabaseContext::registerObject()Michael Stahl1-5/+7
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2017-07-06use more begin()/end() for SequenceNoel Grandin1-6/+4
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke1-11/+3
2017-05-18DBACORE_RESSTRING can go nowCaolán McNamara1-2/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-2/+2
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-2/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-35/+34
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-18Avoid reserved identifiersStephan Bergmann1-16/+16
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet1-6/+6
2016-03-09loplugin:constantparam in dbaccessNoel Grandin1-1/+1
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-11/+4
2015-12-18dbaccess: module_dba not used anymoreMatúš Kukan1-1/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-09-07dbaccess: replace for_each with range-based forDaniel Robertson1-13/+10
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-6/+6
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2015-07-05cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-08\<the the\> -> theJan Holesovsky1-1/+1
2015-06-08dbaccess: avoid pointless ucbhelper::Content instance in case of embeddingMiklos Vajna1-5/+8
2015-06-08dbaccess: set correct BaseURI for vnd.sun.star.pkg:// URLs on loadMiklos Vajna1-1/+7
2015-05-08dbaccess: move vnd.sun.star.pkg: handling from ODatabaseContext to ODBFilterMiklos Vajna1-15/+3
2015-05-08dbaccess, sw: use vnd.sun.star.pkg:// for embedded data source handlingMiklos Vajna1-5/+11
2015-05-08dbaccess: handle URL mark as StreamRelPath in ODatabaseContextMiklos Vajna1-1/+9
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-4/+4
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-3/+5
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-05-22FixJulien Nabet1-1/+1
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet1-1/+1