Age | Commit message (Collapse) | Author |
|
FindBugs' FE.FE_FLOATING_POINT_EQUALITY is about double value inaccuracies, not
about NaN or negative zero (which is the topic of java.lang.Double.equals vs.
==).
Reuse existing qa.TestCaseOldAPI.approxEqual method, moved to util.utils.
Change-Id: I65f7bb1faf921e1c4035bb96aeff1eaf2cfb3153
|
|
Change-Id: If6347197ff4436b4edd06e6e62d8e8e6fe1d4db6
Reviewed-on: https://gerrit.libreoffice.org/13408
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I8c06be7bc0b8a38c662209f0de72a00550e25447
|
|
Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03
|
|
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
|
|
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
|
|
Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
|
|
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
|
|
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
|
|
Change-Id: Ia42e5ed715fbd3f5b84029a9844da55f307c6260
|
|
Change-Id: Idbba5bb89bee4d88ed0306d5151e238a1bc19cec
|
|
Change-Id: I9f2e705fd603a7c8832c0f0772bee9f395380a0d
|
|
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
|
|
where the return value is always cast to XMultiServiceFactory,
so just do the cast in the method and avoid noise at the call sites.
Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
|
|
Change-Id: Ic8dc71c2815df265e1935e629e0220396a50aaac
Reviewed-on: https://gerrit.libreoffice.org/8239
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: Id12089bc7df16631737e6acaee0973fb91dd953f
Reviewed-on: https://gerrit.libreoffice.org/3431
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
|
|
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
|
|
2007/05/30 10:21:46 bm 1.15.2.1: adapted URL, disabled UserDefAttr and y-axis title
|
|
2006/02/21 11:03:31 bm 1.14.4.17: test UserDefinedAttributes by inserting a value (requires fixed default value)
2006/02/20 17:18:42 bm 1.14.4.16: test existence of UserDefinedAttributes in ChartArea
2005/08/18 14:27:18 bm 1.14.4.15: testData and testStockProperties corrected
2005/08/04 16:14:12 bm 1.14.4.14: adapted gradient and hatch test (using names), avoid some test that need a view due to problems, stock volume adapted, min-max line added
2005/07/12 12:56:51 bm 1.14.4.13: use named properties for gradients etc. in chart model
2005/07/05 15:23:54 bm 1.14.4.12: oops, wrong assure test
2005/07/05 14:56:53 bm 1.14.4.11: remove usage of new chart API in this test
2005/07/05 14:04:44 bm 1.14.4.10: testData: test correct retrieval, data row source disabled
2005/07/04 17:11:33 iha 1.14.4.9: removed deprecated file data provider
2005/07/04 17:04:40 iha 1.14.4.8: stock properties
2005/05/26 11:23:55 bm 1.14.4.7: some interfaces moved to data sub-namespace
2004/04/27 13:20:31 bm 1.14.4.6: axis title test
2004/04/27 09:29:11 bm 1.14.4.5: testing secondary y-axis
+approxEqual for integers
2004/04/26 18:59:30 iha 1.14.4.4: #i27367# added test move legend and diagram; size diagram
2004/04/01 10:46:18 bm 1.14.4.3: some chart type properties
2004/03/24 09:39:23 bm 1.14.4.2: test for XChartDataArray
2004/02/13 16:51:11 bm 1.14.4.1: join from changes on branch bm_post_chart01
|
|
|
|
+mean-value line
|
|
template an existing Diagram was probably created, the data series tree is
searched and according to the result the template is guessed.
OldApi chart type support
SubGrid added
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|