summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/vclxcontainer.cxx
AgeCommit message (Collapse)Author
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals.
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-11blind fix for toolkit_unoapiNoel Power
Change-Id: I545b712c5fb72d8de415752b7fb4ec20ab3fcee0
2012-09-11make interface for scrollablity properties to allow more code sharingNoel Power
Change-Id: I0e03360808e73426848820d807f741c13c76abf8
2012-08-10fdo#39468: Translate German comments in toolkit,unotools, & xmloffOliver Günther
Also checked the following with bin/find-german-comments (all false positives): - sysui - xml2cmp - udm - ucb Change-Id: I2c72f973f5cecf56d70b5419e56338170dd55a2e
2012-06-09Remove superfluous empty lines on topThomas Arnhold
More than two lines are removed for readability. Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2011-12-08childs -> childrenMichael T. Whiteley
2011-11-27remove include of pch header from toolkitNorbert Thiebaud
2010-11-01remove a confusing use of GetMutex() when a SolarMutexGuard is really meantNorbert Thiebaud
VCLXDevice, VCLXGraphics and derived class use a mutex that is really a reference to the SolarMutex. They declare a function GetMutex() to access tis reference to the SolarMutex, and the implementation use osl::SolarGuard aGuard(GetMutex()) to take a guad on the solar mutex. This is confusing because some other class in that framework also implement a GetMutex() function, but which this time return a regular Mutex. Since this particular use of GetMutex() is to get the SolarMutex, and invariably this is then used to take a Guard on the SolarMutex, all these uses are replaced by a SolarMutexGuard object, which encapsulate that behavior.
2010-10-25rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguityNorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
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-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.7.32); FILE MERGEDRüdiger Timm
2008/03/28 15:40:13 rt 1.7.32.1: #i87441# Change license header to LPGL v3.
2008-01-14INTEGRATION: CWS awtfixes1 (1.6.118); FILE MERGEDIvo Hinkelmann
2007/07/13 17:43:52 mmeeks 1.6.118.1: Issue number: i#78291# Submitted by: mmeeks Reviewed by: fs Add property introspection to awt/ wrappers.
2006-09-16INTEGRATION: CWS pchfix02 (1.5.26); FILE MERGEDOliver Bolte
2006/09/01 17:54:19 kaib 1.5.26.1: #i68856# Added header markers and pch files
2006-07-19INTEGRATION: CWS warningfixes02 (1.4.6); FILE MERGEDKurt Zenker
2006/06/30 11:50:53 sb 1.4.6.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
2006-06-19INTEGRATION: CWS warnings01 (1.3.26); FILE MERGEDJens-Heiner Rechtien
2005/11/11 16:47:32 pl 1.3.26.1: #i55991# removed warnings
2005-09-09INTEGRATION: CWS ooo19126 (1.2.406); FILE MERGEDRüdiger Timm
2005/09/05 16:58:06 rt 1.2.406.1: #i54170# Change license header: remove SISSL
2002-02-21fix: #97358# warning removedPeter Burow
2000-09-18initial importJens-Heiner Rechtien