summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Collapse)AuthorFilesLines
2015-09-30Fix typosAndrea Gelmini14-15/+15
Change-Id: Ia37c28bbb7a1b47ed4a6beffb3f03eb26742b653 Reviewed-on: https://gerrit.libreoffice.org/18944 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann5-18/+18
Fixed tdf#94269 Change-Id: I63109cc4e095bad680d7637a065080ea368860ae Reviewed-on: https://gerrit.libreoffice.org/18851 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin10-21/+1
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht16-29/+30
replaced use of PTR_CAST, IS_TYPE, ISA in avmedia, basctl, basic, cui, dbaccess, vcl,xmloff Change-Id: If4496762e82e896b6fbc362e6626502703c245f5 Reviewed-on: https://gerrit.libreoffice.org/18905 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-09-28Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann2-5/+6
Change-Id: I1e4c32099ec9741c0cab246eb627a2eb3b933e1a
2015-09-26convert Link<> to typedNoel Grandin2-5/+3
Change-Id: If1dcc5e50b08540623bb21067c5f74e47192ef9a Reviewed-on: https://gerrit.libreoffice.org/18859 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-25convert Link<> to typedNoel Grandin2-7/+5
Change-Id: I7fd77490ab49a18f48e248ca277bc30b5a7d2071 Reviewed-on: https://gerrit.libreoffice.org/18858 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-24convert Link<> to typedNoel Grandin6-50/+47
Change-Id: I59d325c3b051690303a5841907317122fa1ec98b Reviewed-on: https://gerrit.libreoffice.org/18825 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin2-8/+8
Change-Id: I12b3fdb443226a63786b94ce9836e9d2efa6a5c8 Reviewed-on: https://gerrit.libreoffice.org/18776 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-21convert Link<> to typedNoel Grandin1-5/+3
Change-Id: If3e2b00092440ebd42ae5b73ae2b0e44c3702683
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