summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper')
0 files changed, 0 insertions, 0 deletions
08:44:19 +0200'>2014-11-05fdo#38835 strip out OUString globalsNoel Grandin they are largely unnecessary these days, since our OUString infrastructure gained optimised handling for static char constants. Change-Id: I07f73484f82d0582252cb4324d4107c998432c37 2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley <gquigs@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-10-01xmlscript: std::auto_ptr -> std::unique_ptrStephan Bergmann Change-Id: I203b84180d3614a440b37af87223bbf5a6a0f21a 2014-10-01fdo#82577: Handle TimeNoel Grandin Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-09-12xmlscript: avoid accessing [0] of an emptry stringNorbert Thiebaud Change-Id: I2ad756b07418d3eb93f48374cd7de3bc3db9ce29 2014-08-20ODF export: don't write invalid "group-name" attributeMichael Stahl Radio buttons are grouped via their "form:name" attribute already. Change-Id: I9f8b27a2904d947c3d4665495d36961e3e41d2c6 2014-06-24new compilerplugin returnbyrefNoel Grandin Find places where we are returning a pointer to something, where we can be returning a reference. e.g. class A { struct X x; public X* getX() { return &x; } } which can be: public X& getX() { return x; } Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7 2014-06-05xmlscript: remove SAL_THROW macroNoel Grandin Change-Id: Ic830c23d8696fde323dcf67697248a84658be2bf 2014-05-29fdo#68849: Add header guards to all include filesJens Carl Added header guards to files in directories xml*/* Change-Id: Ia5dfb9ab494bfbfae7537f2d54ff11331dc8c922 Reviewed-on: https://gerrit.libreoffice.org/9539 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet Change-Id: If87cdfb2c605254f6d69baa4ca5aec09091caa68 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74 2014-05-22xmlscript: remove using namespace from headersThomas Arnhold Change-Id: Ic3b355e732bcbecf020720752aadd70e0722b6f0 2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> 2014-04-14SCROLLABLEFRAME never definedThomas Arnhold 2014-04-11Clean up function declarationsStephan Bergmann Change-Id: If482545f87a9b0c066f91639c55b73bee4d01b5c 2014-04-07xmlscript: sal_Bool->boolNoel Grandin Change-Id: Ib784d23aa613dce80b786ecadb98cc2c3c278e33 2014-03-27xmlscript: sal_Bool->boolNoel Grandin Change-Id: I5d0041283637dddeac86c50917d77c7e3d005b20 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a 2014-03-21coverity#708728 Uninitialized scalar fieldCaolán McNamara Change-Id: Ic5e22da988f762641daf4cc07f3b2bd0caba36f9 2014-03-21coverity#708730 Uninitialized scalar fieldCaolán McNamara Change-Id: I464774697703b7143c3a6b0df88aa32745824394 2014-03-21coverity#708732 Uninitialized scalar fieldCaolán McNamara Change-Id: I0e76926d25491f54b6552c5bc1d55c77e39318b0 2014-03-21coverity#708733 Uninitialized scalar fieldCaolán McNamara Change-Id: I751be405978cfc4c13047033a71504353439145d 2014-03-21coverity#708734 Uninitialized scalar fieldCaolán McNamara Change-Id: Icea7902268a362f35c16a22597f2c55d67eaa83e 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3 2014-02-26Remove visual noise from xmlscriptAlexander Wilms Change-Id: Id984fe846f28eba50f0fd480dca235482d150dd9 Reviewed-on: https://gerrit.libreoffice.org/8347 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2014-02-18coverity#984352 Uninitialized scalar fieldCaolán McNamara Change-Id: I871fcd02f461c798520a033217e14b3caa78876e 2014-02-06fdo#54938 Convert oox, sc, vcl, svtools... to cppu::supportsServiceAlexandre Vicenzi Change-Id: I6268bc57417d53b9810c81071fbcd604e2a19507 Reviewed-on: https://gerrit.libreoffice.org/7886 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> 2014-01-28bool improvementsStephan Bergmann Change-Id: I6caec041ce671aeeb9de86ea620774fb2e28f765 2013-11-11xmlscript: include <> for external includesNorbert Thiebaud Change-Id: I3921f93a5ec2d043ed25d7569297131c020c4e83 2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza to cppu::supportsService Change-Id: I0b03d3910f094f2183bf9859db9d5bcaf35d1f14 Reviewed-on: https://gerrit.libreoffice.org/6370 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> 2013-10-19CID#1103755 unint membersCaolán McNamara Change-Id: Ic6961e3f18aed2f271f80c69d17a5c34a0c9fa8e 2013-09-25sal_Bool to boolTakeshi Abe Change-Id: I390b6b0d8e1c143a0d2e8f4f0a1ec80c2924942c 2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2 2013-08-16fdo#57950: Remove some chained appends in xmlscriptJelle van der Waa Change-Id: I7061f59077a75b879ad42179b839894747f5ba5b Reviewed-on: https://gerrit.libreoffice.org/5377 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>