summaryrefslogtreecommitdiff
path: root/cppcanvas/source/inc/canvasgraphichelper.hxx
AgeCommit message (Collapse)AuthorFilesLines
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-2/+2
Change-Id: I80070c83204e531c2f599f8a56193d6ffe0e5022
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-08-05loplugin:unusedmethodsNoel Grandin1-3/+0
Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba Reviewed-on: https://gerrit.libreoffice.org/17506 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-28Whitespace cleanup / re-alignment.Thorsten Behrens1-4/+4
Get alignment back after various cleanups, including a99520eb0a0ccb5a03e85c697d38eb6520ec403c Change-Id: I8a9004a600a04318ab8c1514f9b48c8b73fa9d70
2015-07-28com::sun::star->css in cppcanvasNoel Grandin1-7/+7
Change-Id: Ibb7493456c20600fe3e823c74af6e572d9577817 Reviewed-on: https://gerrit.libreoffice.org/17379 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-2/+2
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-3/+3
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-7/+7
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2013-03-04remove unused and commented out codeThomas Arnhold1-2/+0
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.6.22); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:07:07 rt 1.6.22.1: #i87441# Change license header to LPGL v3.
2007-07-17INTEGRATION: CWS presfixes12 (1.5.50); FILE MERGEDOliver Bolte1-15/+14
2007/03/08 21:37:07 thb 1.5.50.1: #i37778# Added extra setClip() method to be able to set no clip - setting a clip with zero polygons by definition clips everything
2005-11-02INTEGRATION: CWS canvas02 (1.3.10); FILE MERGEDKurt Zenker1-9/+10
2005/10/09 09:10:28 thb 1.3.10.2: RESYNC: (1.3-1.4); FILE MERGED 2005/08/19 11:06:41 thb 1.3.10.1: #i53538# Changed clip setting to use basegfx polygon (cppcanvas::PolyPolygon contains reference back to canvas)
2005-09-08INTEGRATION: CWS ooo19126 (1.3.20); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 18:40:56 rt 1.3.20.1: #i54170# Change license header: remove SISSL
2005-03-10INTEGRATION: CWS presfixes01 (1.2.22); FILE MERGEDVladimir Glazounov1-9/+9
2005/02/16 11:14:25 fs 1.2.22.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
2004-03-18#110496# Merge from cws_srx645_canvas01: first working version of XCanvas ↵Thorsten Behrens1-0/+120
C++ wrapper, providing encapsulation against possible API changes and some amount of convenience.