summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2016-02-09sequence->vector in OCacheSetNoel Grandin2-9/+9
2016-02-09Remove excess newlinesChris Sherlock15-21/+0
2016-02-09Formatting changes across all modulesChris Sherlock3-7/+38
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock1-1/+1
2016-02-08loplugin:unusedmethodsNoel Grandin4-22/+0
2016-02-06vcl: split exception types from input typesChris Sherlock2-8/+6
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
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