summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-15simplify the CellController modify Link<> handlingNoel Grandin1-25/+4
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin6-26/+15
2015-10-15convert Link<> to typedNoel Grandin4-8/+13
2015-10-15simplify the way we override behaviour hereNoel Grandin9-70/+55
2015-10-13Assumed fix of a clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+9
2015-10-13clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-13loplugin:mergeclasses, merge OOdbcLibWrapper with OOdbcEnumerationNoel Grandin2-53/+25
2015-10-13loplugin:mergeclasses, merge ILabelProvider with LabelProviderNoel Grandin1-16/+8
2015-10-13loplugin:mergeclasses, merge IImageProvider with ImageProviderNoel Grandin1-17/+9
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann278-3220/+3220
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann10-21/+21
2015-10-12convert Link<> to typedNoel Grandin30-80/+92
2015-10-12loplugin:mergeclassesNoel Grandin9-126/+49
2015-10-12formattingNoel Grandin1-7/+5
2015-10-12unnecessary and confusing typedefNoel Grandin2-23/+22
2015-10-12Related tdf#45775: PgSQL new DB allow empty DatasourceJulien Nabet2-0/+2
2015-10-07tdf#94709 - protect TableWindowTitle Command execution.Michael Meeks1-1/+5
2015-10-07loplugin:mergeclassesNoel Grandin2-33/+9
2015-10-06Fix typosAndrea Gelmini13-18/+18
2015-10-06loplugin:unusedmethodsNoel Grandin2-6/+0
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-7/+8
2015-10-05cppcheck: noExplicitConstructorCaolán McNamara2-7/+7
2015-10-01coverity#735690 Unchecked dynamic_castCaolán McNamara1-4/+4