summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui
AgeCommit message (Expand)AuthorFilesLines
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin15-35/+39
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-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
2016-01-11loplugin:unusedmethods unused return value in dbaccessNoel Grandin33-87/+51
2016-01-10Fix typosAndrea Gelmini17-23/+23
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
2015-12-24loplugin:unusedfieldsNoel Grandin1-2/+0
2015-12-23New saving behaviorMaxim Monastirsky4-12/+5
2015-12-23loplugin:unusedfields in dbaccessNoel Grandin3-4/+0
2015-12-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann1-1/+1
2015-12-05loplugin:defaultparamsMatúš Kukan1-1/+1
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-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-25tdf#96059 Replace imageproducer with CommandInfoProviderSamuel Mehrbrodt1-2/+2
2015-11-25loplugin:unusedfields variousNoel Grandin1-1/+0
2015-11-20loplugin:unusedfields in dbaccessNoel Grandin14-163/+127
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-8/+1
2015-11-19loplugin:sallogareasStephan Bergmann1-2/+2
2015-11-19use comphelper::containerToSequenceNoel Grandin2-8/+3
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin4-10/+5
2015-11-15use initialiser for Sequence<OUString>Noel Grandin10-20/+10
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht18-33/+0
2015-11-11new loplugin: memoryvarNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann145-735/+735
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 Bergmann22-53/+53
2015-11-04loplugin:stringconstantNoel Grandin10-18/+18
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin11-16/+14
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-30loplugin:unusedmethodsNoel Grandin2-7/+0
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin8-4/+11
2015-10-27loplugin:unusedmethodsNoel Grandin2-58/+0
2015-10-26remove extra spaces around ::Noel Grandin1-1/+1
2015-10-21Fix indentation.Jan Holesovsky1-11/+12
2015-10-20tdf#89592: use initializer listmarstay1-27/+12
2015-10-20convert Link<> to typedNoel Grandin4-8/+6
2015-10-20convert Link<> to typedNoel Grandin2-11/+12