office-gobmx/tools
Yuki Joou cfe6ce1656 tdf#145538 - related: Make tools::PolyPolygon iterable
This patch allows tools::PolyPolygon to be iterated using c++11's
fancy range-based for-loops. It also upgrades a bunch of old-style
for-loops iterating over polypolygons to the new style to make code
more readable.

Note that not all for-loops iterating over polypolygons have been
upgraded, as I didn't find a way to automatically find those. I just
did a few I found manually.

Change-Id: Ifa8d0d44e6f0aa28fdcfd87d70058b12f48c1349
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168730
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2024-07-14 12:24:14 +02:00
..
inc tdf#145538 - related: Make tools::PolyPolygon iterable 2024-07-14 12:24:14 +02:00
qa move UniqueID to tools and rework to increase counter in constructor 2024-07-07 09:41:02 +02:00
source tdf#145538 - related: Make tools::PolyPolygon iterable 2024-07-14 12:24:14 +02:00
CppunitTest_tools_config.mk
CppunitTest_tools_test.mk Drop FRound, and use generalized basegfx::fround 2024-04-17 03:56:59 +02:00
CppunitTest_tools_unique_id.mk move UniqueID to tools and rework to increase counter in constructor 2024-07-07 09:41:02 +02:00
CustomTarget_reversemap.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
Executable_bestreversemap.mk
IwyuFilter_tools.yaml
Library_tl.mk move UniqueID to tools and rework to increase counter in constructor 2024-07-07 09:41:02 +02:00
Makefile
Module_tools.mk move UniqueID to tools and rework to increase counter in constructor 2024-07-07 09:41:02 +02:00
README.md
StaticLibrary_ooopathutils.mk

Old Tools (Deprecated)

Predates sal - string functions, url manipulation, stream stuff, polygons, etc.

Exact history is lost before Sept. 18th, 2000, but old source code comments show that part of the tools library dates back until at least April 1991.

This directory will be removed in the near future (see tdf#39445 or tdf#63154).