summaryrefslogtreecommitdiff
path: root/io
ModeNameSize
-rw-r--r--README35logplain
d---------inc39logplain
d---------prj70logplain
d---------source186logplain
d---------test160logplain
ols.hxx?id=7bd62c00c58c6b1580df4bf5f44b083a50d9f673'>Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl This separates the drawinglayer core functionallity into a separate library, to keep a strict separation what is backend dependent and what is not. More strict separation can be done at a later date. This will make it possible to push part of drawinglayer (part of processor2d) directly into VCL. Change-Id: Ibc26580067e50bf20d7cdd37fa0e44eb10200878 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127286 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2020-01-04drawinglayer: extract classes from baseprimitive2d.hxx to own filesTomaž Vajngerl This extracts Primitive2DContainer class to its own file, common typedefs for PrimitiveReference, Primitive2DSequence to own file CommonTypes.hxx, some commonly used and independent functions to Tools.hxx. But for not BufferedDecompositionPrimitive2D class is left as it is. Change-Id: Ia55bafd32fb95eba945d091e2c2ae89b160140d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86086 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>