summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2016-02-03fix previous commitMarkus Mohrhard1-3/+1
2016-02-03remove bogus nullprt checks for pContextJochen Nitschke1-9/+8
2016-02-02boost::hash->std::hashNoel Grandin2-2/+0
2016-02-01boost::mem_fn->std::mem_fn in dbaccessNoel Grandin2-8/+4
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-29whitespace fixupakki952-7/+7
2016-01-29tdf#45775 PgSQL new DB allow empty Datasourceakki951-0/+5
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin28-68/+73
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-2/+2
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-2/+2
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin2-3/+2
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
2016-01-11-Werror=unused-but-set-variableStephan Bergmann1-4/+2
2016-01-11loplugin:unusedmethods unused return value in dbaccessNoel Grandin47-192/+71
2016-01-10Fix typosAndrea Gelmini27-36/+36
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai2-6/+4
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt4-6/+6
2016-01-02cppcheck: noExplicitConstructorCaolán McNamara2-4/+6
2015-12-31Typo: NOTIFY_LISTERNERS_CHECK->NOTIFY_LISTENERS_CHECKJulien Nabet1-3/+3
2015-12-24loplugin:unusedfieldsNoel Grandin3-11/+0
2015-12-23New saving behaviorMaxim Monastirsky6-72/+7
2015-12-23loplugin:unusedfields in dbaccessNoel Grandin11-14/+1
2015-12-18dbaccess: module_dba not used anymoreMatúš Kukan4-65/+0
2015-12-18XComponentContext not needed for DataAccessDescriptorMatúš Kukan1-20/+10
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl1-0/+1
2015-12-12OOneInstanceAutoRegistration is not usedMatúš Kukan1-36/+0
2015-12-12tdf#74608 dbaccess: Constructor for singleton DataAccessDescriptorFactoryMatúš Kukan4-106/+31
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist2-2/+0
2015-12-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann1-1/+1
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-12-05loplugin:defaultparamsMatúš Kukan1-1/+1
2015-12-05tdf#74608 dbaccess: Constructor feature for ODatabaseDocumentMatúš Kukan5-55/+22
2015-12-05tdf#74608 dbaccess: Constructor feature for OComponentDefinitionMatúš Kukan5-50/+18
2015-12-05Fix Treelist shouldn't use VCLEVENT_LISTBOX_SELECTJulien Nabet1-1/+1
2015-12-05tdf#96234: Type Formatting, Primary key checkbox may be checkedJulien Nabet1-5/+27
2015-12-05tdf#74608 dbaccess: Constructor feature for OCommandDefinitionMatúš Kukan5-49/+25
2015-12-04UBSan: Bad static_cast from dbaccess::ODatabaseSourceStephan Bergmann1-2/+4
2015-12-03tdf#74608 dbaccess: Constructor feature for ODatabaseSourceMatúš Kukan5-42/+11
2015-12-03Use comphelper::containerToSequence()Noel Grandin1-2/+1
2015-12-03Revert "tdf#96012: Type formatting in Base shouldn't be multiselect"Lionel Elie Mamane1-1/+3
2015-12-03tdf#96012 enable simple mode for the multilistboxLionel Elie Mamane1-1/+1
2015-12-02tdf#96012: Type formatting in Base shouldn't be multiselectJulien Nabet1-3/+1
2015-11-30loplugin:unusedfieldsNoel Grandin2-2/+0
2015-11-30tdf#96135 - Crash : When Field Format Window CloseNoel Grandin1-0/+1
2015-11-28dbaccess: small cleanupMatúš Kukan2-19/+4
2015-11-25tdf#96059 Replace imageproducer with CommandInfoProviderSamuel Mehrbrodt1-2/+2
2015-11-25loplugin:unusedfields variousNoel Grandin2-3/+1
2015-11-24-Werror,-Wunused-private-fieldStephan Bergmann6-11/+6
2015-11-20loplugin:unusedfields in dbaccessNoel Grandin23-214/+141