summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-28dbaccess KeySet: on insert, set NULL only when there is no default valueLionel Elie Mamane1-1/+1
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin8-4/+11
2015-10-27loplugin:unusedmethodsNoel Grandin2-58/+0
2015-10-27inline SfxMediumRef typedefNoel Grandin1-1/+1
2015-10-26remove extra spaces around ::Noel Grandin2-3/+3
2015-10-21more removal of com::sun::star typedefsNoel Grandin3-4/+3
2015-10-21Fix indentation.Jan Holesovsky1-11/+12
2015-10-20tdf#89592: use initializer listmarstay1-27/+12
2015-10-20tdf#93724 KeySet insert: properly set default values: NULL & right typeLionel Elie Mamane1-1/+12
2015-10-20convert Link<> to typedNoel Grandin4-8/+6
2015-10-20convert Link<> to typedNoel Grandin2-11/+12
2015-10-20convert Link<> to typedNoel Grandin7-12/+11
2015-10-20loplugin:defaultparamsStephan Bergmann8-11/+11
2015-10-19loplugin:defaultparamsStephan Bergmann13-29/+29
2015-10-19cleanup some local var declarationsNoel Grandin4-6/+6
2015-10-19remove dead Link<> codeNoel Grandin2-40/+0
2015-10-19sfx items: Kill the SFX_ITEMSET_GET macro.Jan Holesovsky12-85/+85
2015-10-17coverity#1327443 Division or modulo by zeroCaolán McNamara1-16/+18
2015-10-16convert Link<> to typedNoel Grandin26-81/+84