summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/redundantfcast.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/redundantfcast.cxx')
0 files changed, 0 insertions, 0 deletions
ols::RectangleMiklos Vajna Mostly generated using make check COMPILER_EXTERNAL_TOOL=1 CCACHE_PREFIX=clang-rename-wrapper RENAME_ARGS="-qualified-name=Rectangle -new-name=tools::Rectangle" Except some modules have their own foo::tools namespace, so there have to use ::tools::Rectangle. This commit just moves the class from the global namespace, it does not update pre/postwin.h yet. Change-Id: I42b2de3c6f769fcf28cfe086f98eb31e42a305f2 Reviewed-on: https://gerrit.libreoffice.org/35923 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> 2016-12-19ScrollableWrapper -> ScrollableDialogNoel Grandin no point in having a template and a virtual base class when it's only used for one type Change-Id: Idb1a1a551064cc10896eff33652038eb5be0297e Reviewed-on: https://gerrit.libreoffice.org/32041 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann ...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually typed Link" to distinguish the new, typed versions from the old, untyped ones, but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173 "remove untyped Link<>" removed the old versions. Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c 2016-07-08loplugin:redundantcast: redundant static_casts in toolkitStephan Bergmann Change-Id: Iee61c812384e24a9ac68f1e0ee4ba590838442ca 2015-11-09com::sun::star->css in toolkit/Noel Grandin Change-Id: Ia8feca46fa64a300235730e1248fa5fda0783ba2 Reviewed-on: https://gerrit.libreoffice.org/19853 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-10-21remove untyped Link<>Noel Grandin Change-Id: I809f9e10309ceadda0a82c3818277323b34ec61b Reviewed-on: https://gerrit.libreoffice.org/19491 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-09-04convert Link<> to typedNoel Grandin Change-Id: I2136c3db2742afcb4722f69297276bea1e0119f4 Reviewed-on: https://gerrit.libreoffice.org/18306 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-06-08vclptr fix in ScrollableWrapperNoel Grandin Change-Id: I28b0c9712d3eb35181ccd323e583d947db06094d 2015-05-26convert SCROLL constants to scoped enumNoel Grandin Change-Id: I5696fa39b2d032735cea7abe039349d4f83cf68d 2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin remove the DIALOG_NO_PARENT abomination and replace it with a flags parameter Change-Id: I71b7dc46c619f2db56af6d4dc2c17daf0a2c8534 Reviewed-on: https://gerrit.libreoffice.org/15645 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> 2015-04-30Gradually typed LinkStephan Bergmann Turn the Link class into a template abstracting over the link's argument and return types, but provide default template arguments that keep the generic, unsafe "void* in, sal_IntPtr out" behvior. That way, individual uses of the Link class can be updated over time. All the related macros are duplicated with ..._TYPED counterparts, that additionally take the RetType (except for LINK_TYPED, which manages to infer the relevant types from the supplied Member). (It would have been attractive to change the "untyped" LinkStubs from taking a void* to a properly typed ArgType parameter, too, but that would cause -fsanitize=function to flag uses of "untyped" Link::Call.) Change-Id: I3b0140378bad99abbf240140ebb4a46a05d2d2f8 2015-04-16UnoControls, toolkit, uuoi, xmlsecurity: convert new to ::Create.Michael Meeks Change-Id: I7b8c7ece656589c50fb066e9fa1565fd59f930da 2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin Change-Id: I308f045eaf5c50de26175a2f00f8b0791cdd8ab9 Conflicts: svtools/source/control/tabbar.cxx 2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann Change-Id: Ia1ab134a0afbeeb3ae40264bd4233a47df26b734 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann Change-Id: I98cf0c0eee558662d1e3dd20cca99ec1ca8c9a2c 2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky 25e291438231611823dadc195fd26d26a1b8ece4 changed Link class to use sal_IntPtr instead of long, but missed to adjust number of occurrences. Change-Id: I966185083a41b41c7385947a03369a8ce65c61b8 Reviewed-on: https://gerrit.libreoffice.org/13852 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org> 2014-09-23fdo#82577: Handle WindowNoel Grandin Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a 2014-04-14SCROLLABLEFRAME never definedThomas Arnhold 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2013-03-18avoid Wundef for various FIXME, FEATURE_NOT_DONE_YET and what notLuboš Luňák Change-Id: I8e409ba63d32dca9a1c7f09d143165d1d702d642 2012-10-03re-base on ALv2 code. Includes:Michael Meeks tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals. 2012-09-21unusedcode: add #if SCROLLABLEFRAME for ScrollableWrapper<GroupBox>Matúš Kukan Change-Id: I68df188c229f7cd31d5b79c073fe9440e307ad1d 2012-09-11Missing "this->" qualificationStephan Bergmann Change-Id: I341e73bd2d8a240c4e31916393729efba8d9a4e2 2012-09-11-Werror=unused-but-set-variableStephan Bergmann Change-Id: I66c577b3d22a64a09412bd18a46d8d45eb6d1142 2012-09-11fixed the unable to close dialog when vert scrollbars setNoel Power Change-Id: If15a2b7312577a8285dc1ab1dea1ccb7c4824ed6 2012-09-11make interface for scrollablity properties to allow more code sharingNoel Power Change-Id: I0e03360808e73426848820d807f741c13c76abf8 2012-09-11some more tweaking to import scrollbar data for mso Frame & UserformNoel Power also removed printf(s) Change-Id: If83565dcd97b276e1f6a8488a9f1d23066c2a9ff 2012-09-11fix scroll top & scroll leftNoel Power Change-Id: If333932a0f3cfde6e8459ca3506a609207982f96 2012-09-11better scrolling, support for scroll width and scroll heightNoel Power scroll top & scroll left not working that successfully Change-Id: I61e49c15798a1754822fb0802cbd17bab07327cd 2012-09-11misc fixes and improvementsNoel Power hook in new properties into the property controller allow new values to be passed to control Change-Id: Ibbf1c1de4bfc7cb15e46d0d6704a025e5f0d048c 2012-09-11mpre debug, fix more obvious fobarsNoel Power Change-Id: I88664f7dd09c8d6cdc1c18e87b3cd40b7e3bb246 2012-09-11attempt own scrollNoel Power Change-Id: I4abc00bf4fcebb098b63cc2c3638e0d573381ca5 2012-09-11crummy but psuedo usable scrollable dialogNoel Power Change-Id: I93c49f2e2e313f27b660f3998cb5e8e2cd520ada