Commit graph

16 commits

Author SHA1 Message Date
Caolán McNamara
59bf1b583f regpathhelper: unused, so we've got to have two of them 2011-12-14 09:52:49 +00:00
Takeshi Abe
7113c7152d catch by constant reference 2011-11-30 11:27:42 +09:00
Norbert Thiebaud
24c0f87615 remove include of pch header in canvas 2011-11-27 12:57:22 -06:00
Michael Meeks
6c2d66e525 remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucb 2011-10-05 14:00:34 +01:00
Thomas Arnhold
2fb4d4800c Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:35:10 +01:00
Gert Faller
7a65687ca2 RTL_CONSTASCII_USTRINGPARAM in libs-gui 13 2010-11-23 18:59:05 +01:00
Kevin Hunter
597faa1032 EasyHack: RTL macro converted from createFromAscii 2010-11-09 21:49:16 +01:00
Kenneth Venken
bbe30ed814 replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTS 2010-10-18 12:28:33 +02:00
Sebastian Spaeth
4905a19032 Add vim/emacs modelines to all source files
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-14 17:02:15 +02:00
Jens-Heiner Rechtien
8764506704 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Kurt Zenker
280fe3ce6f INTEGRATION: CWS canvas05 (1.5.26); FILE MERGED
2008/06/03 11:11:24 thb 1.5.26.7: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics()
2008/05/30 16:03:39 thb 1.5.26.6: Added test of VirtualDevice::GetCanvas(); corrected one tiny bit in cairocanvas::clear
2008/04/21 07:32:56 thb 1.5.26.5: RESYNC: (1.5-1.6); FILE MERGED
2008/04/20 23:36:08 thb 1.5.26.4: Made canvasdemo work again on dev300; made sure GDIPlusUser is always destroyed _last_ (as it kills all other GDIPlus objects); made cairocanvas sensitive to outdev size
2008/04/04 13:39:04 thb 1.5.26.3: Fixed invalid polygon access; checking for the correct argument sequence now in Canvas::initialize; a few tweaks to canvasdemo
2008/04/03 21:26:11 thb 1.5.26.2: Made canvasdemo work again
2007/10/01 13:02:04 thb 1.5.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
2008-06-24 10:07:38 +00:00
Rüdiger Timm
0b99b98ee7 INTEGRATION: CWS changefileheader (1.5.50); FILE MERGED
2008/03/28 16:35:18 rt 1.5.50.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:02:52 +00:00
Oliver Bolte
203ba87eab INTEGRATION: CWS presfixes12 (1.4.30); FILE MERGED
2007/04/25 20:41:47 thb 1.4.30.1: #i10000# Made code compile warning free
2007-07-17 13:27:02 +00:00
Oliver Bolte
7b4586b40e INTEGRATION: CWS pchfix02 (1.3.28); FILE MERGED
2006/09/01 17:18:10 kaib 1.3.28.1: #i68856# Added header markers and pch files
2006-09-17 02:32:22 +00:00
Thorsten Behrens
f0aa9cb0a1 Made things work; removed regcomp cruft; added ellipse and text 2006-04-04 14:37:19 +00:00
Thorsten Behrens
9e8f0696de Moving canvas demo files (contributed by mmeeks under JCA) to HEAD - where they, interestingly enough, never landed because of a missing anchor tag. 2006-03-15 16:17:57 +00:00