Age | Commit message (Collapse) | Author |
|
Change-Id: Ief8c30c356ba947727c5ab70092042816a0db99e
Reviewed-on: https://gerrit.libreoffice.org/15302
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I715e39599464a199a8b78ec274bfe47b90fc4bb7
Reviewed-on: https://gerrit.libreoffice.org/15301
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
ie.
void f(void);
becomes
void f();
I used the following command to make the changes:
git grep -lP '\(\s*void\s*\)' -- *.cxx \
| xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;'
and ran it for both .cxx and .hxx files.
Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
|
|
Change-Id: I29524711d8afe53cc03e6b6d941b3578566398aa
|
|
Change-Id: I58297ba336d96358eb0683684bbd763870ef56cb
|
|
Change-Id: I84bff53e55fc93ad423835ebc3bf129546dfb7c3
|
|
Change-Id: I715374b531da2850434b2436633b6042ecb9ebe0
|
|
...and css::uno::makeAny<css::uno::Any>() was never meant to be used. Introduce
css::uno::toAny for the (template-code) cases that shall return an Any for both
Any and non-Any inputs.
Change-Id: Ifa977d73f1da71b2fedde7e8140b19497c4a0257
|
|
Change-Id: I9665fc003cb3a44f4db857b24584fa3a70487259
|
|
and fix issues in iterating through o3tl::enumarray
Change-Id: Ia59ef9be44d8c92c2e406fa71aa92269578e26e3
|
|
Change-Id: Idadf26a1c4ec070c1a37ddac923b64620962ed9e
|
|
Change-Id: I3cd9d7fffc3b1c9b0891c6de23b1ff873d2a1158
|
|
...to avoid clashes with macros and poor warnings about hiding global FILE
Change-Id: I444e8b958f029201b228937e088efabc4b6d3050
|
|
...and fix o3tl::enumarray::operator [] const overload
Change-Id: I749b1b9d68686b03a97074253478d9d2d9d32b0b
|
|
Change-Id: Ie8e8c33bba30ae454c4a0cb54eb6613293a398e6
|
|
Change-Id: I88259ffaffc73979c240721d2db166c79d3085f1
|
|
Change-Id: I2d1b59cf13c3944b24ad54dc63e20b83a9c8a015
|
|
Change-Id: I326330225be36118dffd3fe02141964736d62b9f
|
|
Change-Id: I58022cd4dfa96d37c8e1d98a8a3f4642201eb4f7
|
|
so that the enum names remain consistent
Change-Id: I656069b484038d3bf17ecbb4f3e26395ca5a1b6d
|
|
Change-Id: I3d14b96b6b51e497bde33f0177b377e7fe3dbad9
|
|
Change-Id: I0fd391a6b2850e5d7dcbf2cb95cfa39ee5561bd9
|
|
Change-Id: I2b69af91ad6dac306f626bdd5a434c75be574617
|
|
Change-Id: I665a56fcad10e136e949a10497f6ab8813af9968
|
|
Change-Id: I896f2716cb91169e30f555943174b5aa67e74b20
|
|
Change-Id: Ie08a26a569b83bfe3ef4351dbb7b6e928745b95d
|
|
Change-Id: I7e53cfc90cefd9da7d6ecd795b09214bd44b1613
|
|
of which there are several.
There are some issues here I am unsure of
- the SW and SC and CHART2 modules essentially ignore the enum values and assign their own ids
Perhaps I should change them to use the common values and create new enum values where necessary?
- the sc/qa/ and sq/qa/ and starmath/qa/ code was doing some dodgy stuff. I translated the code to pass down the stuff
numeric values to the underlying code, but perhaps further fixing is necessary?
Change-Id: Ic06d723e404481e3f1bca67c43b70321b764d923
|
|
...to match what is recorded in the .component files
Change-Id: Ie548cd37872d3b8540222201afaac73040e65c8f
|
|
Change-Id: Id3d6da491da12f74b00c39ff983f2f9dbc806aa1
|
|
Change-Id: I41f5ac20eff8d2ebd75ea13fff12154306cbacf4
|
|
These are pretty silly anyway, but apparently it complains even about
integer variables which make this rather a waste of time.
Change-Id: I15e847d33d5decd2adcab04e4f1567d3997d28a2
|
|
Change-Id: I8f9e3939d97c3b9623c1bd026f3cefd5cf671613
Reviewed-on: https://gerrit.libreoffice.org/14846
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Iefb21089b9b2a088430314b715df39129fc394bd
Reviewed-on: https://gerrit.libreoffice.org/14845
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Iee26cd9e2fabafdb2554ecd3d096b1c4d41a6d8d
|
|
Change-Id: I30b2a0f2b3bc82b534a3463aa7f842edf194bdf7
|
|
Change-Id: Ic89a0437062886f37987a9411d32632413085284
|
|
Change-Id: I1cff71d15f4d1b5ee47cc734b3fc2168d7f99201
|
|
Change-Id: I85993df91bd14966f9175c356966fbd8eb1a927d
|
|
and
coverity#1287399 Logically dead code
regression from
commit 5806a7ed44f675f8c2d6aaf16a4347f3e11c9783
Date: Mon Mar 2 09:36:39 2015 +0200
cppcheck: Variable is assigned a value that is never used
Change-Id: Iaee21f8c120a09aaeed2f55da16a7ef83bea2b07
|
|
Change-Id: I97c7977fdfea57b5d1c45ce0c5902b74cc719db9
|
|
Change-Id: Id3852abe9bc7bbe774331a7d691abd2a79ff59b4
|
|
Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f
|
|
And everything is functionating pretty well.
Change-Id: Id7f5a995362f6f7c5235f2e9facb7c7f119f3140
|
|
Change-Id: Ia3e978e3fd9c0ce19ec679c41d40a34338147c37
Reviewed-on: https://gerrit.libreoffice.org/14766
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
|
|
Change-Id: I5e7b5327b542f610efb0960b8bcfad10e04025b5
|
|
Change-Id: I6a988077a3a2e2adf33a2c00a84b929e8133133f
|
|
Change-Id: Iab6eaf148af6219a7c60af23c56ee088f6438a63
|
|
Change-Id: I913e967aa59808077e346b955b136d8faf4b749b
|
|
... years ago in commit e1b51e7beb7f9cfa7b574b9c2a69799e62963a09
Change-Id: I588370796830dc379f6a004ec7e673b020360eb5
|