Age | Commit message (Collapse) | Author |
|
Change-Id: Idd19671bb2eab12cac2011160c617bf3f43659d7
|
|
Change-Id: Iabb5965eb09e9128f2cfc720bf69e97f6a96fa22
|
|
Change-Id: I4779d538199ecccb8997e3bfdbf97d7b0ea9679b
|
|
Change-Id: Ic56be82cfc2b2439a4f0e60797796e4583f93554
|
|
Change-Id: I0d9837a7ccecd606e0d43b53f8b920547b0d0bcd
Reviewed-on: https://gerrit.libreoffice.org/23132
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
(as some tests derive from the latter only for the Directories part, not for the
setUp/tearDown overrides: those tests will be cleaned up next)
Change-Id: Ib6b78eea868b8bc21d4cc6e8fd9e1d025deca05f
Reviewed-on: https://gerrit.libreoffice.org/23078
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
to catch calling params with defaults like "= OUSString()"
Change-Id: Iad060e318ed492c22f8be44e326174fe6d28fff9
Reviewed-on: https://gerrit.libreoffice.org/22932
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I4f147c3d55de86eb4bd56bb4c728df19c925b376
Reviewed-on: https://gerrit.libreoffice.org/22366
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: Ib9f4c6c4343dab9dd0959330f3a39fea319b4f4f
|
|
using an idea from dtardon:
<dtardon> noelgrandin, hi. could you try to run the unusedmethods clang
plugin with "make build-nocheck"? that would catch functions that are
only used in tests. e.g., i just removed the whole o3tl::range class,
which has not been used in many years, but htere was a test for it...
<noelgrandin> dtardon, interesting idea! Sure, I can do that.
Change-Id: I5653953a426a2186a1e43017212d87ffce520387
Reviewed-on: https://gerrit.libreoffice.org/22041
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I8863fcdb0751d2f1becea5b2487d4070e4fd4195
|
|
Change-Id: I4be3de970eabf00fd73b466adc15b6a84528a2d1
|
|
Change-Id: Iba0090da0591b6f9a6d74bb18ebaabef53448063
|
|
Change-Id: Ic0f9e47c2128b74deb0a948c1853afb13ae5fd1d
|
|
Change-Id: I6e023cd25a1481dd18e3a16b8756c43dde4560ce
|
|
That way we don't have to require the newest version for build just to
run tests.
Change-Id: I4f91828a13821b235004ff16a69043d6d43686c1
|
|
Change-Id: I3b1f51d3a02b999476d12e680f2f76a11ac6b3b9
Reviewed-on: https://gerrit.libreoffice.org/20146
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I21eb802e65c7054cfbf73a90c0d63a007829ebcf
|
|
Change-Id: Ie4d4ce386f2810244fb97bf909870a839256971d
|
|
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
|
|
Change-Id: Ieb33e9b134848e856613b6c769cc50a66f378b85
|
|
Change-Id: I03020e3536ee692a96224a517794c0d0a294f607
Reviewed-on: https://gerrit.libreoffice.org/18793
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I1fbec04b8b035663b3ec9d11d84fe8291bb2eb8b
|
|
Change-Id: I2a64f07f4599b5490ab8664d1001836aa783abd0
|
|
Change-Id: Ie3b77207f42c88460c49926a5d71d4bcc85bcc28
|
|
Change-Id: I926abe30b039a1cfde3f09e2694b22a094304751
|
|
Change-Id: Ic18be8b86727dd1179a7e39c70493d088ed00557
|
|
Change-Id: Ifc3a347f66ab5bdb15a5fcd7ca91fae2df2dfa66
|
|
Change-Id: I85b4376b213ce8ab2880d41b5df2e6e003e3ca4d
|
|
Change-Id: I09249673d42d36bf72ee1ffbf8f3f37734bd8bae
|
|
Change-Id: Ideb029385a4a6aad5b7edf709c79de0836276566
|
|
Change-Id: I9aaa4ae2e567b54f15097c265a3d1c3c12662b92
|
|
Change-Id: I1ae1a09de43a2743d6bf9eba0c9a389b99bdfc67
|
|
Change-Id: I8e90a95d6ab8d8a696d4666e2ab4ddd9584b60f0
|
|
Change-Id: I228b5f0a317c05ae845a9fded0ef19f87b648cde
|
|
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
|
|
Change-Id: I1dc1231661c8fed6021c10ed3c4676d2581ad1fc
|
|
Change-Id: I0208d53522da4d3d32c4060b6d784d62a64bf0eb
|
|
Change-Id: Id37702123bd81a7102d101d3348dcf923c20a5d8
|
|
Change-Id: I676de4ca59524e858bf24133d7c54f424922ef26
|
|
Change-Id: Ic72ccb701ad42107ff35a28df1328fe7139bcb1b
|
|
Change-Id: I47089586094b58c39a128e44e2671d69c2d50177
|
|
Change-Id: Ie4e8548e3202cb1561276ef7480281053867b6fe
|
|
Change-Id: Ib57c7846523f7b8b3b08d19355e10a47c778a524
|
|
Change-Id: I6a7b659b562218e4bdd1b1badf655f65266e8d85
|
|
Change-Id: I96c8ea50425ed82cbbd1f235bd778621956b59ba
|
|
Change-Id: If505b45bd197fb24a2bacaf44cb46f84de8b61ff
|
|
Change-Id: Ia4c6486d2d54103951765ce3e273dece6f022372
|
|
Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
|