summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-15tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Arnold Dumas
2016-02-09sequence->vector in OCacheSetNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-02-06vcl: split exception types from input typesChris Sherlock
2016-02-05Fix typosAndrea Gelmini
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2016-02-03fix previous commitMarkus Mohrhard
2016-02-03remove bogus nullprt checks for pContextJochen Nitschke
2016-02-02boost::hash->std::hashNoel Grandin
2016-02-01boost::mem_fn->std::mem_fn in dbaccessNoel Grandin
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara
2016-01-29whitespace fixupakki95
2016-01-29tdf#45775 PgSQL new DB allow empty Datasourceakki95
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann
2016-01-11-Werror=unused-but-set-variableStephan Bergmann
2016-01-11loplugin:unusedmethods unused return value in dbaccessNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt
2016-01-02cppcheck: noExplicitConstructorCaolán McNamara
2015-12-31Typo: NOTIFY_LISTERNERS_CHECK->NOTIFY_LISTENERS_CHECKJulien Nabet
2015-12-24loplugin:unusedfieldsNoel Grandin
2015-12-23New saving behaviorMaxim Monastirsky
2015-12-23loplugin:unusedfields in dbaccessNoel Grandin
2015-12-18dbaccess: module_dba not used anymoreMatúš Kukan
2015-12-18XComponentContext not needed for DataAccessDescriptorMatúš Kukan
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl
2015-12-12OOneInstanceAutoRegistration is not usedMatúš Kukan
2015-12-12tdf#74608 dbaccess: Constructor for singleton DataAccessDescriptorFactoryMatúš Kukan
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist
2015-12-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-12-05loplugin:defaultparamsMatúš Kukan
2015-12-05tdf#74608 dbaccess: Constructor feature for ODatabaseDocumentMatúš Kukan
2015-12-05tdf#74608 dbaccess: Constructor feature for OComponentDefinitionMatúš Kukan
2015-12-05Fix Treelist shouldn't use VCLEVENT_LISTBOX_SELECTJulien Nabet
2015-12-05tdf#96234: Type Formatting, Primary key checkbox may be checkedJulien Nabet
2015-12-05tdf#74608 dbaccess: Constructor feature for OCommandDefinitionMatúš Kukan
2015-12-04UBSan: Bad static_cast from dbaccess::ODatabaseSourceStephan Bergmann
2015-12-03tdf#74608 dbaccess: Constructor feature for ODatabaseSourceMatúš Kukan
2015-12-03Use comphelper::containerToSequence()Noel Grandin