summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)AuthorFilesLines
2015-09-18Some follow-up #include clean-upStephan Bergmann2-3/+0
Change-Id: I4e91748701becfc92a379a490c08e9c7950007e3
2015-09-17silence warning when not a warningLionel Elie Mamane1-1/+2
Change-Id: I31d7835a5ed3053cd1a930b3fb922d689d6ddcbe
2015-09-17boost->stdCaolán McNamara58-181/+155
Change-Id: Idfbcfa1e5ba7bff92e98693c33c4b33a6beda08f
2015-09-17remove unused Link<> fieldNoel Grandin2-7/+1
Change-Id: I4d9f7d0fb1a2621121aa26f1ddff0a04116bc561
2015-09-17convert Link<> to typedNoel Grandin2-21/+20
Change-Id: Iff53217807be85cbcd5f850739f8b0949521fca2
2015-09-17convert Link<> to typedNoel Grandin3-5/+5
Change-Id: I6c0898db47b39648bb143ad040864c0279269f96
2015-09-17remove unused Link<> fieldsNoel Grandin2-9/+2
Change-Id: I25bcec20f3a981ea681e29a0a1ef0726fa5e7e1c
2015-09-17convert Link<> to typedNoel Grandin8-49/+44
Change-Id: Ie331012fa9beed1da99d3741d816fb8ac0e94d6d
2015-09-17remove unused Link<> fieldNoel Grandin2-17/+0
Change-Id: Ic829d0e1acf11ce361f6bfe59364661ef9cb4b83
2015-09-17convert Link<> to typedNoel Grandin4-20/+18
Change-Id: I34e15999ecc73c5a330f637338ca9d8fce31b5d2
2015-09-17convert Link<> to typedNoel Grandin6-10/+8
Change-Id: I6f8ffaf59a1b22b66d3b92246384cd3203808bcf
2015-09-17convert Link<> to typedNoel Grandin4-15/+10
Change-Id: Ibb426c6d0cd81ff866c431be8277849e002df57a
2015-09-17convert Link<> to typedNoel Grandin4-8/+6
Change-Id: I3d35a0bb75b6989dd13371543d1bdf3ef5f47641
2015-09-15convert Link<> to typedNoel Grandin1-3/+1
Change-Id: I8f3e401afa27778678788b4ac90ea927a2fed1d7
2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
with the variadic variants. Change-Id: I7154f9472f02fdf47d27ba715db55bb1ec669a8a Reviewed-on: https://gerrit.libreoffice.org/18580 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-14convert Link<> to typedNoel Grandin6-11/+14
Change-Id: I1c501671d72edd5b998e80c7fa1e91dbeb507af8
2015-09-12Restore correct boolean return valueMatteo Casalin1-2/+2
Fix commit f4c300eae4e9aaaec9e5d1f478ad35161ede2761 Change-Id: I660ca80b9df47160a24c2d32b1b03a814285a9a8
2015-09-12Reduce scope by early bail outMatteo Casalin1-4/+3
Change-Id: Ia4e1763cc4d70197342be4e5caf6d5c14cd34c80
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin8-54/+52
Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f
2015-09-11convert Link<> to typedNoel Grandin9-16/+20
Change-Id: I85658fa35b9b85106a3b9c8ef303584cad6f39b0
2015-09-11convert Link<> to typedNoel Grandin7-27/+13
Change-Id: I473ab8d77273c512e843427c86664f9eefbff116
2015-09-10convert Link<> to typedNoel Grandin6-10/+15
Change-Id: I603463d0486d4d0f21ebbdc6eca900db58bb090f
2015-09-08convert Link<> to typedNoel Grandin2-3/+2
Change-Id: Ia520982b6764994fc4ab02cb12d1bd051e37883a
2015-09-08convert Link<> to typedNoel Grandin9-19/+16
Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara11-15/+15
Change-Id: I2a1add8cf526cdb305ad99ccb138454a88f2fdbd
2015-09-07WaE: not necessary to pass this argument, it defaults to the same valueTor Lillqvist1-1/+1
[loplugin:defaultparams]. Change-Id: I962bcf4c3de625bb6843cb7aa9ca0f4d6ba5187e
2015-09-07dbaccess: replace for_each with range-based forDaniel Robertson13-226/+87
Replace complex uses of ::std::for_each with a range-based for-loop. Change-Id: I82331f16cc1994dd9ef36eb80d67b64171cecc74 Reviewed-on: https://gerrit.libreoffice.org/18355 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-04convert Link<> to typedNoel Grandin4-8/+8
Change-Id: I42eba6c9b6295d94dddc49942d47d59f474bfd28
2015-09-04convert Link<> to typedNoel Grandin4-7/+4
Change-Id: I2136c3db2742afcb4722f69297276bea1e0119f4 Reviewed-on: https://gerrit.libreoffice.org/18306 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-03convert Link<> to typedNoel Grandin11-18/+13
Change-Id: Ic15d0539aa00b46694a1715b6dda9d78bb1c00d8 Reviewed-on: https://gerrit.libreoffice.org/18269 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin4-11/+10
Change-Id: I4888d0474199bb10ca81d1ad03118a150f574671 Reviewed-on: https://gerrit.libreoffice.org/18235 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-08-31convert Link<> to typedNoel Grandin2-4/+2
and remove some dead code Change-Id: I608ed684fafb33390d869f7ebd4000c53d7fb28d
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann12-22/+22
Change-Id: Icbef0736acd5143200478410d65cfdd2ce10eeee
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
Remove boost dependencies from ::o3tl::cow_wrapper, and add the necessary includes to files including checked_delete and noncopyable that do not already include the necessary files. Change-Id: Iedae4232002792724226829a5d5cf9d16ffd0686 Reviewed-on: https://gerrit.libreoffice.org/18125 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-28make PostUserEvent Link<> typedNoel Grandin38-106/+67
Change-Id: I13f10bda985d55d419a5bff481130a456ae2db8a
2015-08-27Clean up sEmptyStephan Bergmann5-16/+8
Change-Id: If1b2bfe308caa2bce92e73d2c5c86ee273faed93
2015-08-26dbaccess: fix windows build breakageMichael Stahl2-4/+3
Change-Id: I69f45dd2d7426ecd99dca7e80e98e95c3e52d4a0
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin53-202/+148
Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin1-1/+1
Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann2-2/+2
Change-Id: Ifd1b38afb963255b76f0d821eb46e4c6a972128a
2015-08-19comphelper: remove unnecessary include <stack>Michael Stahl1-0/+2
Change-Id: I39295d69dd8a48f0f40275830cb6fda4ca0b69f3
2015-08-19Remove two silly typedefsStephan Bergmann21-43/+43
Change-Id: Ia7de1cebf6009e770ca1b96bab6d5e121573ccc1
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-1/+2
together with 58d68a1bc9146334376206ae7ba8b1a6594a1040 "ConvertURLToSystemPath->getSystemPathFromFileURL" and 28f3464a571a23a2c16bd0980e9021b95d011511 "ConvertSystemPathToURL->getFileURLFromSystemPath," this replaces all those Convert... functionality with direct calls to the corresponding osl::FileBase functions. Change-Id: I2876171cd337a5eb939d25d8cf1e0c1253ff73a7
2015-08-17o3tl: rename compat_functional headerThorsten Behrens3-3/+3
After the cleanup, the stuff there really stands on its own (and the remaining usage of select1st/2nd is more descriptive than lambdas). Change-Id: I0aba131d5dc550189f8130d167dc94167e404540 Reviewed-on: https://gerrit.libreoffice.org/17806 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-17convert Link<> to typedNoel Grandin4-6/+4
Change-Id: Ib0bf56a0e642720ff5daafdfc2dc12809be87e43
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
Polygon is one of these names that Clash with some system objects A similar work has been done earlier with PolyPolygon. Change-Id: Icf2217cb2906292b7275760f1a16be0e150312f5 Reviewed-on: https://gerrit.libreoffice.org/17789 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-08-14loplugin: defaultparamsNoel Grandin30-98/+93
Change-Id: Ia66788f5db2da8c6259cd08f655b3cb7cb12ed59
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson3-6/+6
Replace lambdas used to select the first/second member of a pair with the new simplified select1st/2nd from o3tl/compat_functional. There should be no side effects due to this change. Change-Id: I17f37796e0c4defe96a10aa491d192adb9eebb89 Reviewed-on: https://gerrit.libreoffice.org/17656 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-06-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
Change-Id: I0dd91ba9f7b3cbe9c6799c40b7e16a8a58f9d89e
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin6-28/+30
Change-Id: I2b3c8eedabeaecd8dcae9fe69c951353a5686883 Reviewed-on: https://gerrit.libreoffice.org/17521 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>