summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt3-5/+5
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2-16/+3
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt1-1/+1
2015-11-19loplugin:sallogareasStephan Bergmann1-2/+2
2015-11-19use comphelper::containerToSequenceNoel Grandin3-11/+4
2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt12-92/+92
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-6/+3
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian5-858/+605
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin12-30/+15
2015-11-15use initialiser for Sequence<OUString>Noel Grandin12-24/+12
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin8-20/+10
2015-11-115th step to remove tools/rtti.hxxOliver Specht20-37/+0
2015-11-11new loplugin: memoryvarNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann220-1031/+1031
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann2-21/+17
2015-11-09Lets assume this doesn't want to update m_pForcedPrefix->GetText() anywayStephan Bergmann1-1/+1
2015-11-09new loplugin: oncevarNoel Grandin2-6/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann26-58/+58
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-1/+1
2015-11-05java: make inner classes static where possibleNoel Grandin1-1/+1
2015-11-04loplugin:stringconstantNoel Grandin14-23/+23
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-6/+6
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin15-21/+21
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-30loplugin:unusedmethodsNoel Grandin2-7/+0