summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2015-09-30Fix typosAndrea Gelmini14-15/+15
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann5-18/+18
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin10-21/+1
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht16-29/+30
2015-09-28Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann2-5/+6
2015-09-26convert Link<> to typedNoel Grandin2-5/+3
2015-09-25convert Link<> to typedNoel Grandin2-7/+5
2015-09-24convert Link<> to typedNoel Grandin6-50/+47
2015-09-22convert Link<> to typedNoel Grandin2-8/+8
2015-09-21convert Link<> to typedNoel Grandin1-5/+3
2015-09-18Some follow-up #include clean-upStephan Bergmann2-3/+0
2015-09-17silence warning when not a warningLionel Elie Mamane1-1/+2
2015-09-17boost->stdCaolán McNamara58-181/+155
2015-09-17remove unused Link<> fieldNoel Grandin2-7/+1
2015-09-17convert Link<> to typedNoel Grandin2-21/+20
2015-09-17convert Link<> to typedNoel Grandin3-5/+5
2015-09-17remove unused Link<> fieldsNoel Grandin2-9/+2
2015-09-17convert Link<> to typedNoel Grandin8-49/+44
2015-09-17remove unused Link<> fieldNoel Grandin2-17/+0
2015-09-17convert Link<> to typedNoel Grandin4-20/+18
2015-09-17convert Link<> to typedNoel Grandin6-10/+8
2015-09-17convert Link<> to typedNoel Grandin4-15/+10
2015-09-17convert Link<> to typedNoel Grandin4-8/+6
2015-09-15convert Link<> to typedNoel Grandin1-3/+1
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-09-14convert Link<> to typedNoel Grandin6-11/+14
2015-09-12Restore correct boolean return valueMatteo Casalin1-2/+2
2015-09-12Reduce scope by early bail outMatteo Casalin1-4/+3
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin8-54/+52
2015-09-11convert Link<> to typedNoel Grandin9-16/+20
2015-09-11convert Link<> to typedNoel Grandin7-27/+13
2015-09-10convert Link<> to typedNoel Grandin6-10/+15
2015-09-08convert Link<> to typedNoel Grandin2-3/+2
2015-09-08convert Link<> to typedNoel Grandin9-19/+16
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara11-15/+15
2015-09-07WaE: not necessary to pass this argument, it defaults to the same valueTor Lillqvist1-1/+1
2015-09-07dbaccess: replace for_each with range-based forDaniel Robertson13-226/+87
2015-09-04convert Link<> to typedNoel Grandin4-8/+8
2015-09-04convert Link<> to typedNoel Grandin4-7/+4
2015-09-03convert Link<> to typedNoel Grandin11-18/+13
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin4-11/+10
2015-08-31convert Link<> to typedNoel Grandin2-4/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann12-22/+22
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin38-106/+67
2015-08-27Clean up sEmptyStephan Bergmann5-16/+8
2015-08-26dbaccess: fix windows build breakageMichael Stahl2-4/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin53-202/+148
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin1-1/+1
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann2-2/+2