summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/emfpregion.cxx
AgeCommit message (Collapse)AuthorFilesLines
2018-01-19loplugin:useuniqueptr in EMFPRegionNoel Grandin1-5/+1
Change-Id: I19107173318180ec08864e523f4065181eac00cc
2017-10-23loplugin:includeform: cppucanvasStephan Bergmann1-1/+1
Change-Id: I83da2a535f89dfaa675629ca3dc2a6cefc334443
2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann1-0/+0
Change-Id: Ibe5b5e03374419c2c23cd6559ab213d2dc2fcc66
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-3/+3
Reduce potential confusion with the global tools namespace. Will hopefully make it possible to remove the annoying initial :: when referring to the global tools namespace. Unless we have even more tools subnamespaces somewhere. Thorsten said it was OK. Change-Id: Id088dfe8f4244cb79df9aa988995b31a1758c996 Reviewed-on: https://gerrit.libreoffice.org/42644 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2017-01-23Split emfplus.cxx into multiple filesMark Page1-0/+94
This helps make emfplus.cxx more readable. No source code was changed, only moved except these renamed to avoid inheritance warnings:: EMFPBrush::transformation renamed to brush_transformation EMFPPen::transformation renamed to pen_transformation Change-Id: I6952d6300c9c459833c2dda2b715d851b9e80de7 Reviewed-on: https://gerrit.libreoffice.org/31165 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>