office-gobmx/tools/qa/cppunit
Luboš Luňák b22d478531 clean up ambiguous confusing rectangle APIs like IsInside()
Reading 'rectA.IsInside( rectB )' kind of suggests that the code
checks whether 'rectA is inside rectB', but it's actually the other
way around. Rename IsInside() -> Contains(), IsOver() -> Overlaps(),
which should make it clear which way the logic goes.

Change-Id: I9347450fe7dc34c96df6d636a4e3e660de1801ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122271
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Tested-by: Jenkins
2021-09-20 12:10:44 +02:00
..
test_100mm2twips.cxx Drop convertMm100ToTwip in favor of the new o3tl::toTwips 2021-08-11 14:19:24 +02:00
test_bigint.cxx
test_color.cxx
test_config.cxx
test_cpu_runtime_detection_AVX2.cxx
test_cpu_runtime_detection_AVX2_check.cxx
test_cpu_runtime_detection_SSE2.cxx
test_cpu_runtime_detection_SSE2_check.cxx
test_cpu_runtime_detection_SSSE3.cxx
test_cpu_runtime_detection_SSSE3_check.cxx
test_cpu_runtime_detection_x86_checks.hxx
test_cpuid.cxx
test_date.cxx
test_fract.cxx
test_fround.cxx
test_GenericTypeSerializer.cxx
test_inetmime.cxx
test_json_writer.cxx
test_minmax.cxx
test_pathutils.cxx
test_poly.cxx
test_rectangle.cxx clean up ambiguous confusing rectangle APIs like IsInside() 2021-09-20 12:10:44 +02:00
test_reversemap.cxx
test_stream.cxx
test_time.cxx
test_urlobj.cxx
test_xmlwalker.cxx
test_xmlwriter.cxx