summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:unusedfields in dbaccessNoel Grandin2015-11-2023-214/+141
* Remove last redundant toolbar:style propertiesSamuel Mehrbrodt2015-11-203-5/+5
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-202-16/+3
* Remove redundant toolbar:style attributesSamuel Mehrbrodt2015-11-191-1/+1
* loplugin:sallogareasStephan Bergmann2015-11-191-2/+2
* use comphelper::containerToSequenceNoel Grandin2015-11-193-11/+4
* Toolbar: Remove empty attributesSamuel Mehrbrodt2015-11-1712-92/+92
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-6/+3
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-155-858/+605
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-1512-30/+15
* use initialiser for Sequence<OUString>Noel Grandin2015-11-1512-24/+12
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-158-20/+10
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-1120-37/+0
* new loplugin: memoryvarNoel Grandin2015-11-111-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-10220-1031/+1031
* Prevent += called on temporary O[U]String instancesStephan Bergmann2015-11-092-21/+17
* Lets assume this doesn't want to update m_pForcedPrefix->GetText() anywayStephan Bergmann2015-11-091-1/+1
* new loplugin: oncevarNoel Grandin2015-11-092-6/+4
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-0626-58/+58
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-1/+1
* java: make inner classes static where possibleNoel Grandin2015-11-051-1/+1
* loplugin:stringconstantNoel Grandin2015-11-0414-23/+23
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-6/+6