summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-1/+1
* fix previous commitMarkus Mohrhard2016-02-031-3/+1
* remove bogus nullprt checks for pContextJochen Nitschke2016-02-031-9/+8
* boost::hash->std::hashNoel Grandin2016-02-022-2/+0
* boost::mem_fn->std::mem_fn in dbaccessNoel Grandin2016-02-012-8/+4
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-311-1/+0
* whitespace fixupakki952016-01-292-7/+7
* tdf#45775 PgSQL new DB allow empty Datasourceakki952016-01-291-0/+5
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-2528-68/+73
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-172-2/+2
* revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2016-01-162-2/+2
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-01-162-2/+2
* loplugin:unusedmethods unused return value in include/sfx2Noel Grandin2016-01-132-3/+2
* loplugin:privatebase: Make various derivations publicStephan Bergmann2016-01-111-1/+1
* -Werror=unused-but-set-variableStephan Bergmann2016-01-111-4/+2
* loplugin:unusedmethods unused return value in dbaccessNoel Grandin2016-01-1147-192/+71
* Fix typosAndrea Gelmini2016-01-1027-36/+36
* tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai2016-01-052-6/+4
* new loplugin rangedforcopy - use reference in range based forAndrzej Hunt2016-01-054-6/+6
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-022-4/+6
* Typo: NOTIFY_LISTERNERS_CHECK->NOTIFY_LISTENERS_CHECKJulien Nabet2015-12-311-3/+3
* loplugin:unusedfieldsNoel Grandin2015-12-243-11/+0
* New saving behaviorMaxim Monastirsky2015-12-236-72/+7
* loplugin:unusedfields in dbaccessNoel Grandin2015-12-2311-14/+1
* dbaccess: module_dba not used anymoreMatúš Kukan2015-12-184-65/+0
* XComponentContext not needed for DataAccessDescriptorMatúš Kukan2015-12-181-20/+10
* assert that no ODF import happens without a BaseURLMichael Stahl2015-12-161-0/+1
* OOneInstanceAutoRegistration is not usedMatúš Kukan2015-12-121-36/+0
* tdf#74608 dbaccess: Constructor for singleton DataAccessDescriptorFactoryMatúš Kukan2015-12-124-106/+31
* No need for a separate <vcl/graph.h>Tor Lillqvist2015-12-112-2/+0
* Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann2015-12-111-1/+1
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-1/+1
* loplugin:defaultparamsMatúš Kukan2015-12-051-1/+1
* tdf#74608 dbaccess: Constructor feature for ODatabaseDocumentMatúš Kukan2015-12-055-55/+22
* tdf#74608 dbaccess: Constructor feature for OComponentDefinitionMatúš Kukan2015-12-055-50/+18
* Fix Treelist shouldn't use VCLEVENT_LISTBOX_SELECTJulien Nabet2015-12-051-1/+1
* tdf#96234: Type Formatting, Primary key checkbox may be checkedJulien Nabet2015-12-051-5/+27
* tdf#74608 dbaccess: Constructor feature for OCommandDefinitionMatúš Kukan2015-12-055-49/+25
* UBSan: Bad static_cast from dbaccess::ODatabaseSourceStephan Bergmann2015-12-041-2/+4
* tdf#74608 dbaccess: Constructor feature for ODatabaseSourceMatúš Kukan2015-12-035-42/+11
* Use comphelper::containerToSequence()Noel Grandin2015-12-031-2/+1
* Revert "tdf#96012: Type formatting in Base shouldn't be multiselect"Lionel Elie Mamane2015-12-031-1/+3
* tdf#96012 enable simple mode for the multilistboxLionel Elie Mamane2015-12-031-1/+1
* tdf#96012: Type formatting in Base shouldn't be multiselectJulien Nabet2015-12-021-3/+1
* loplugin:unusedfieldsNoel Grandin2015-11-302-2/+0
* tdf#96135 - Crash : When Field Format Window CloseNoel Grandin2015-11-301-0/+1
* dbaccess: small cleanupMatúš Kukan2015-11-282-19/+4
* tdf#96059 Replace imageproducer with CommandInfoProviderSamuel Mehrbrodt2015-11-251-2/+2
* loplugin:unusedfields variousNoel Grandin2015-11-252-3/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2015-11-246-11/+6