summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2017-02-08dbaccess: fix testCloneMovesPlusDeletions testMichael Stahl1-1/+6
2017-02-08Resolves: rhbz#1409634 crash on close storing clipboard of database tableCaolán McNamara1-2/+1
2016-08-02svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna4-5/+5
2016-08-02svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna4-5/+5
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann22-48/+51
2016-07-20use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-07-20Fix typosAndrea Gelmini3-5/+5
2016-07-20Fix typosAndrea Gelmini2-2/+2
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-2/+2
2016-07-20Fix typosAndrea Gelmini27-36/+36
2016-07-20new loplugin rangedforcopy - use reference in range based forAndrzej Hunt4-6/+6
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2016-07-12loplugin:unusedfields variousNoel Grandin2-3/+1
2016-07-12Remove excess newlinesChris Sherlock15-21/+0
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin14-67/+3
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin3-49/+48
2016-06-06tdf#96516 fixup: when removing entry, entry count does not stay constantLionel Elie Mamane1-2/+1
2016-05-31tdf#96516 do not increment position counter when an entry is removedLionel Elie Mamane1-1/+3
2016-05-30Resolves: tdf#97854 crash on deleting inner join relationshipCaolán McNamara6-63/+64
2016-04-12tdf#99073 fix double-click tree node expansion in baseNoel Grandin1-1/+1
2016-03-24off-by-one error: columns are numbered from one, but the array from 0Lionel Elie Mamane1-1/+1
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock4-4/+4
2016-03-15tdf#97978: add support for opening mde and accde files in basepasqualm1-2/+2
2016-02-18Fix missing iterator include on MSVC 14.0David Ostrovsky3-0/+3
2016-01-12New saving behaviorMaxim Monastirsky6-72/+7
2015-12-15Fix 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-03tdf#96012 enable simple mode for the multilistboxLionel Elie Mamane1-1/+1
2015-11-30tdf#96135 - Crash : When Field Format Window CloseNoel Grandin1-0/+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