summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer/textaction.hxx
AgeCommit message (Collapse)AuthorFilesLines
2015-11-05Reduce scope of #include <tools/poly.hxx>Matteo Casalin1-1/+0
Change-Id: I0d64393c029d27c8e6f3b6d360d2509dad16d860
2015-02-07loplugin:deletedspecialStephan Bergmann1-12/+4
Change-Id: I988d7cdfa048a3b093ebc34f9016ac42440daa4b
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-1/+1
most of length in vcl are calculated in 'long' but array of X position tend to be in sal_Int32. As a prep work to be able to support 'double' as the base type of Device Coordinate, harmonize the use of 'long' for non-float coordinate. Change-Id: I7cb33301ff6a5e2c62247b36a4e07e168a58a323
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>
2013-09-17convert CPPCANVAS module from String to OUStringNoel Grandin1-2/+1
Change-Id: I12a219a50cc3a9b07c9852cc0d417f71797b9e15
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-1/+1
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530 Reviewed-on: https://gerrit.libreoffice.org/1484 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
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.8.80); FILE MERGEDRüdiger Timm1-30/+18
2008/04/01 15:10:04 thb 1.8.80.2: #i85898# Stripping all external header guards 2008/03/31 13:07:08 rt 1.8.80.1: #i87441# Change license header to LPGL v3.
2005-09-08INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 18:41:00 rt 1.7.14.1: #i54170# Change license header: remove SISSL
2005-04-13INTEGRATION: CWS visibility03 (1.6.4); FILE MERGEDOliver Bolte1-2/+3
2005/04/07 07:23:41 mhu 1.6.4.1: #i45006# Added missing forward declaration.
2005-03-30INTEGRATION: CWS presfixes02 (1.5.2); FILE MERGEDRüdiger Timm1-68/+53
2005/03/14 16:04:55 thb 1.5.2.1: #i35136# #i36914# #i41113# #i44100# #i40115# #i41839# #i44404# Merge from presfixes01 patches
2005-03-10INTEGRATION: CWS presfixes01 (1.3.6); FILE MERGEDVladimir Glazounov1-14/+14
2005/02/20 00:38:32 thb 1.3.6.2: RESYNC: (1.3-1.4); FILE MERGED 2005/02/16 11:14:30 fs 1.3.6.1: #i42558# drafts.com.sun.star.drawing/rendering/geometry moved to com.sun.star.*
2005-01-28INTEGRATION: CWS presbeta01 (1.3.10); FILE MERGEDRüdiger Timm1-2/+3
2005/01/22 00:51:02 thb 1.3.10.1: #i36950# Handling push/pop of OutDevState correctly; respect the fact that RenderState's clip is also subject to RenderState transform, thus, when translating an action, have to translate back clip before!
2004-11-26INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGEDRüdiger Timm1-18/+37
2004/08/23 19:15:50 thb 1.2.2.5: #110496# Added more overridable attributes (needed for slideshow attribute animations 2004/07/20 19:09:01 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes 2004/05/27 20:51:28 thb 1.2.2.3: #110496# Added classification code to all TODO/HACK/FIXME comments. There are four categories: - code quality (C) - performance (P) - missing functionality (F) - and missing/incomplete error handling (E) Furthermore, every category has a severity number between 1 and 3 associated, where 1 is lowest and 3 highest severity 2004/04/12 15:13:21 thb 1.2.2.2: #110496# Adaptions after canvas01 merge 2004/04/05 15:58:50 thb 1.2.2.1: Resync with canvas01 changes
2004-03-18#110496# Merge from cws_srx645_canvas01: first working version of XCanvas ↵Thorsten Behrens1-0/+137
C++ wrapper, providing encapsulation against possible API changes and some amount of convenience.