summaryrefslogtreecommitdiff
path: root/icon-themes/sifr
diff options
context:
space:
mode:
Diffstat (limited to 'icon-themes/sifr')
0 files changed, 0 insertions, 0 deletions
href='/cgit/lo/core/commit/svx/source/gallery2/gallery1.cxx?h=cd-5.3-27&id=789055bc2acb4c71483fd60ea258d158bd5aec10'>clang-tidy performance-unnecessary-copy-initializationNoel Grandin probably not much performance benefit, but it sure is good at identifying leftover intermediate variables from previous refactorings. Change-Id: I3ce16fe496ac2733c1cb0a35f74c0fc9193cc657 Reviewed-on: https://gerrit.libreoffice.org/24026 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2016-04-18Use const_iterator when possible (svx/gallery2,items,sdr,stbctrls)Julien Nabet Change-Id: Idd8992fcb76c25120202b24a23820d85ca09e434 Reviewed-on: https://gerrit.libreoffice.org/24174 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> 2016-03-15remove unnecessary parentheses in case labelsNoel Grandin Change-Id: I987bf68c767709080c67c8b183c036a4109c6caa 2016-02-23new loplugin: commaoperatorNoel Grandin Change-Id: I03f24e61f696b7619855e3c7010aa0d874e5a4ff 2016-02-09Formatting changes across all modulesChris Sherlock + Removed comment cruft + Tab formatting in number of files + Some commented out code removed + Tab characters replaced with spaces + Newline cleanup in quite a few files + Tweak header guard #endifs Change-Id: I3208ff2f047da890edcc49b73389aca22442f5fc Reviewed-on: https://gerrit.libreoffice.org/22221 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> 2016-01-13loplugin:unusedmethods unused return value in include/svxNoel Grandin Change-Id: I9a5e937905fd71ecbbf9cb215ff6cc2b7defc6f3 2015-11-25loplugin:unusedfields in include/svxNoel Grandin Change-Id: I946c64d103f3666e5bbff16d95a5c8e65a3750dc 2015-11-15use initialiser for Sequence<OUString>Noel Grandin using variations of: git grep -lP 'Sequence.*OUString.*\(\s*1\s*\)' | xargs perl -0777 -pi -e "s/Sequence<OUString> (\w+)\(1\)\; \s*OUString\* pArray.*; .*\[0\]\s*=\s*(\S+)\;/Sequence<OUString> \1 { \2 };/g" Change-Id: I03c64334ff30ee14dce0d17b67f5122a3893bbe3 Reviewed-on: https://gerrit.libreoffice.org/19971 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-11-13svx: rename static variableMichael Stahl Change-Id: I98246395bb0de7444864ce35d1cbdd4711b5bfeb 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I71682f28c6a54d33da6b0c971f34d0a705ff04f5 2015-10-31com::sun::star->css in svxNoel Grandin Change-Id: If2c11fa548c5ebef2297d2491edd837b54e3707c Reviewed-on: https://gerrit.libreoffice.org/19690 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-09-16boost->stdCaolán McNamara Change-Id: Ic18be8b86727dd1179a7e39c70493d088ed00557 2015-04-29convert GALLERY_HINT constants to scoped enumNoel Grandin Change-Id: I4e33f2ebfc00d9c5c75ddbb0625aaf7c39802e7f 2015-04-23loplugin:staticmethodsNoel Grandin Change-Id: I6207b475127099872c6f3764331006688129b673 2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann ...to avoid clashes with macros and poor warnings about hiding global FILE Change-Id: I444e8b958f029201b228937e088efabc4b6d3050 2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann ...and fix o3tl::enumarray::operator [] const overload Change-Id: I749b1b9d68686b03a97074253478d9d2d9d32b0b 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann Change-Id: Ic90647cc4da716b54b00520b683cee027a664c22 2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn This addresses some cppcheck warnings. Change-Id: I8c63a767c62b3a666ad445a0a3095d1bb1224f5e Reviewed-on: https://gerrit.libreoffice.org/13908 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e 2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann Change-Id: I49192637121441b9a1980350b9bb32cd995d4386 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-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-08Fix thinko. Thanks to vmiklos for noticingTor Lillqvist Change-Id: Id4e65908cc73978205bc0858a3a809b882864b62 2014-10-08Don't try to create cdefghij.klm inside the app bundle on OS X when sandboxedTor Lillqvist Actually, we check HAVE_FEATURE_READONLY_INSTALLSET and not HAVE_FEATURE_MACOSX_SANDBOX, but in practice we set the former only for the latter case. We could do this test cross-platform but I didn't bother now. Nobody uses --enable-readonly-installset when building for Linux or Windows anyway, I think. (There must be more places where we could and should check HAVE_FEATURE_READONLY_INSTALLSET.) Change-Id: Ie54f436616a1db3119b0bc0148149784127b156d 2014-06-25Avoid possible memory leaks in case of exceptionsTakeshi Abe Change-Id: I1a566a870a3bde91a527ac454fc9946e99a2593e 2014-06-21Resolves: fdo#80327 Sound list box when non-English UIJulien Nabet Fallback strings are in English wheresas ImplGetThemeEntry expects localized strings Let's put localized strings in fallback to make ImplGetThemeEntry happy Change-Id: I27dd992bac4f5aaf6e0e6237fe59dac990f11c92 2014-05-26coverity#1215317 Uncaught exceptionCaolán McNamara Change-Id: Idada0fbd80f55f67bd62cb7d31dcc7457e4a18d5 2014-04-15svx: sal_Bool->boolNoel Grandin Change-Id: I464eba5fd5521c31868c6fc8a2137f17428d421e 2014-03-11svx: sal_Bool->boolNoel Grandin Change-Id: I061f1e15c816f8077c0fbb0abbc1474eb286796b