summaryrefslogtreecommitdiff
path: root/dtrans/source/test
AgeCommit message (Collapse)Author
2014-02-26Remove visual noise from dtransAlexander Wilms
Change-Id: Ic460e514ac078a69cd86381b9b5cf779eb97971b Reviewed-on: https://gerrit.libreoffice.org/8254 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23Remove unneccessary commentsAlexander Wilms
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-11remove unnecessary use of OUString constructor in DTRANS moduleNoel Grandin
Change-Id: I748f9a1f214245b96c04da7a92dad43512fea47e
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
Convert code like: if( aStr == OUString("xxxx") ) to this: if( aStr == "xxxx" ) Change-Id: I8d201f048477731eff590fb988259ef0935c080c
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2012-08-08remove include comments and boxesThomas Arnhold
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-06-25re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-01targeted string re-workNorbert Thiebaud
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26
2011-12-23Fix for fdo43460 Part XIV getLength() to isEmpty()Gustavo Buzzatti Pacheco
Part XIV Modules drawinglayer, dtrans, editeng
2011-11-20Removing the empty pch file from dtransJoseph Powers
2011-06-20catch by const referenceCaolán McNamara
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 02Gert Faller
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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-10-07Remove redundant #include directives & commentsJ. Graeme Lingard
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.5.62); FILE MERGEDRüdiger Timm
2008/04/01 15:13:32 thb 1.5.62.3: #i85898# Stripping all external header guards 2008/04/01 12:28:29 thb 1.5.62.2: #i85898# Stripping all external header guards 2008/03/31 13:08:56 rt 1.5.62.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.78); FILE MERGEDRüdiger Timm
2008/03/31 13:08:56 rt 1.3.78.1: #i87441# Change license header to LPGL v3.
2006-09-17INTEGRATION: CWS pchfix02 (1.4.16); FILE MERGEDOliver Bolte
2006/09/01 17:25:35 kaib 1.4.16.1: #i68856# Added header markers and pch files
2006-06-20INTEGRATION: CWS warnings01 (1.3.4); FILE MERGEDJens-Heiner Rechtien
2006/03/09 20:31:43 pl 1.3.4.1: #i55991# removed warnings for windows platform
2006-05-24INTEGRATION: CWS ause043 (1.2.6); FILE MERGEDVladimir Glazounov
2005/10/31 17:18:21 hjs 1.2.6.1: #i56702# remove overrides for default uno header generation
2005-09-08INTEGRATION: CWS ooo19126 (1.2.186); FILE MERGEDRüdiger Timm
2005/09/05 18:48:12 rt 1.2.186.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.1.1.1.188); FILE MERGEDRüdiger Timm
2005/09/05 18:48:12 rt 1.1.1.1.188.1: #i54170# Change license header: remove SISSL
2001-03-08changed stl includesArmin Theissen
2001-01-31SRC619 importMartin Hollmichel