office-gobmx/basegfx
Noel Grandin 794f09f195 simplify ternary conditions "xxx ? true : yyy"
Look for code like:
   xxx ? true : yyy;
Which can be simplified to:
   xxx || yyy

Change-Id: Ib7ca86580bfd0cf04674328a3c0cf3747de4758d
2014-05-06 07:45:25 +02:00
..
qa
source simplify ternary conditions "xxx ? true : yyy" 2014-05-06 07:45:25 +02:00
test Clean up function declarations 2014-04-09 10:36:16 +02:00
CppunitTest_basegfx.mk
Library_basegfx.mk
Makefile
Module_basegfx.mk
README

Algorithms and data types for graphics (e.g. polygons, vectors, matrices and the like - see that used in [[canvas]]).