summaryrefslogtreecommitdiff
path: root/jvmfwk/source/fwkutil.cxx
AgeCommit message (Collapse)Author
2014-04-21Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: I4b2b439615db0ff4598f405d1e339eebbff7ae91
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin
Convert code like aFilename = OUString::number(nFilePostfixCount) + OUString(".bmp"); to aFilename = OUString::number(nFilePostfixCount) + ".bmp"; Change-Id: I03f513ad1c8ec8846b2afbdc67ab12525ed07e50
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin
A final pass through the code, converting code to use the new OUString and OString methods that can detect string literals. Change-Id: Ifa6382335e5650a1c67e52006b26354e0692c710
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
2013-10-30Avoid using gconftool. Atk provides a11y not Java on Unix.Michael Meeks
cf. comment in framework header. Should have no impact on real run-time Java a11y, which would be enabled later as-needed; only on JRE selection. For extreme corner-cases, where your auto-selected JRE has no a11y support either select another JRE in the UI or: $ export JFW_PLUGIN_FORCE_ACCESSIBILITY=1 to override. Change-Id: I59a6428e5a11664b75c29580cad76eb9500db45a
2013-07-29Mark as constTakeshi Abe
Change-Id: Ib78b25641ae20a3eb23545649f08b963e34c74ff
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-27WaE: "UNX" is not definedDavid Tardon
Change-Id: Ie1a98500fa4f3965872b3fc92a303df84556fd7a
2012-07-13re-base on ALv2 code. Includes:Michael Meeks
cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727
2012-05-30targeted string re-workNorbert Thiebaud
Change-Id: I31c752d044774cf4cec4aaab9bb2e43570d41953
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar
2011-12-15catch exception by constant referenceTakeshi Abe
2011-11-27remove include of pch header from jvmfwkNorbert Thiebaud
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure)Christina Rossmanith
2011-03-02Remove "using namespace ::rtl"Julien Nabet
2010-10-30Use RTL_CONSTASCII_USTRINGPARAMGert Faller
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-13tweaks for AIXCaolán McNamara
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-06-25INTEGRATION: CWS jl102 (1.29.14); FILE MERGEDKurt Zenker
2008/06/18 08:44:29 jl 1.29.14.2: RESYNC: (1.29-1.30); FILE MERGED 2008/06/04 13:07:44 jl 1.29.14.1: #i90301# using bootstrap variable to switch of examination of system uses accessibility tools
2008-06-06INTEGRATION: CWS jl101 (1.29.12); FILE MERGEDRüdiger Timm
2008/05/28 14:55:52 jl 1.29.12.1: #i89584# patch - remove unused code.
2008-04-11INTEGRATION: CWS changefileheader (1.28.12); FILE MERGEDRüdiger Timm
2008/03/31 07:24:51 rt 1.28.12.1: #i87441# Change license header to LPGL v3.
2008-02-04INTEGRATION: CWS gcc430two (1.27.24); FILE MERGEDIvo Hinkelmann
2008/01/28 09:53:08 rene 1.27.24.1: more gcc 4.3.0 things
2007-10-15INTEGRATION: CWS sb71 (1.25.22); FILE MERGEDVladimir Glazounov
2007/06/15 08:16:34 sb 1.25.22.3: RESYNC: (1.25-1.26); FILE MERGED 2007/04/27 14:09:03 sb 1.25.22.2: #i75466# Removed URE_JVMFWK3RC again. 2007/04/16 13:51:37 sb 1.25.22.1: #i75466# Adapted to new URE_JVMFWK3RC; support vnd.sun.star.expand URLs in javavendors.xml.
2007-06-13INTEGRATION: CWS jl64 (1.25.24); FILE MERGEDOliver Bolte
2007/06/07 07:52:58 jl 1.25.24.2: #i76390# support of new bootstrap variable UNO_JAVA_JFW_INSTALL_DATA and UNO_JAVA_JFW_INSTALL_EXPIRE 2007/06/04 08:05:45 jl 1.25.24.1: #i76390 do not create user installation when installing java extensions during setup
2006-09-16INTEGRATION: CWS pchfix02 (1.24.16); FILE MERGEDOliver Bolte
2006/09/01 17:31:42 kaib 1.24.16.1: #i68856# Added header markers and pch files
2006-06-19INTEGRATION: CWS warnings01 (1.23.6); FILE MERGEDJens-Heiner Rechtien
2006/02/27 11:43:04 sb 1.23.6.2: #i53898# Made code waring-free. 2005/10/28 10:13:56 sb 1.23.6.1: #i53898# Made code warning-free.
2005-09-07INTEGRATION: CWS ooo19126 (1.22.6); FILE MERGEDRüdiger Timm
2005/09/05 17:12:28 rt 1.22.6.1: #i54170# Change license header: remove SISSL
2005-06-17INTEGRATION: CWS sb31 (1.21.12); FILE MERGEDOliver Bolte
2005/04/18 14:30:01 sb 1.21.12.1: #121392# Changed findPlugin to first search the plugin library relative to a base URL that is set to the location of the javavendors.xml file itself.
2005-01-31INTEGRATION: CWS jre5issues (1.20.8); FILE MERGEDRüdiger Timm
2005/01/14 10:10:31 jl 1.20.8.1: #i39912# fixes for MAC
2004-11-09INTEGRATION: CWS jl13 (1.18.8); FILE MERGEDJens-Heiner Rechtien
2004/10/26 12:54:03 jl 1.18.8.9: #i29390# 2004/10/25 10:37:40 jl 1.18.8.8: #29390# 2004/10/21 13:17:43 jl 1.18.8.7: RESYNC: (1.18-1.19); FILE MERGED 2004/10/20 13:30:38 jl 1.18.8.6: #i29390# 2004/10/08 17:31:03 jl 1.18.8.5: #29930# 2004/10/05 11:53:18 jl 1.18.8.4: #i29390# better diagnostic 2004/09/30 08:16:01 jl 1.18.8.3: #i29390# 2004/09/29 13:41:34 jl 1.18.8.2: #i29390# 2004/09/10 13:25:23 jl 1.18.8.1: #i33040# encoding of vendor data was buggy when asien glyphs were used (> 128)
2004-09-08INTEGRATION: CWS ooo20040704 (1.17.8); FILE MERGEDRüdiger Timm
2004/08/09 14:39:17 vg 1.17.8.2: RESYNC MERGED 1.17 1.18 Everything below this line will be added to the revision comment. 2004/06/30 12:31:08 waratah 1.17.8.1: #i30874# Add initial values to potentially unitialised values
2004-07-23INTEGRATION: CWS jl8 (1.17.4); FILE MERGEDJens-Heiner Rechtien
2004/07/08 09:39:27 jl 1.17.4.6: #116544# use bootstrap vars _OS _ARCH 2004/07/07 13:30:18 jl 1.17.4.5: #i30342# 2004/07/06 16:03:15 jl 1.17.4.4: #i30342# 2004/06/25 09:43:21 jl 1.17.4.3: #i30342# 2004/06/24 13:02:03 jl 1.17.4.2: #i30342# 2004/06/18 15:01:57 jl 1.17.4.1: #i30342# plugin supports multiple vendors
2004-05-19#i20052#Joachim Lingner
2004-05-18#i20052#Joachim Lingner
2004-05-18#i20052#Joachim Lingner
2004-05-18#i20052#Joachim Lingner
2004-05-18#i20052#Joachim Lingner
2004-05-18#i20052#Joachim Lingner
2004-05-17#i20052#Joachim Lingner
2004-05-14#i20052#Joachim Lingner
2004-05-13#i20020#Joachim Lingner
2004-05-12#i20052#Joachim Lingner
2004-05-07#i20052#Joachim Lingner
2004-04-28#i20052#Joachim Lingner
2004-04-27#i20052#Joachim Lingner
2004-04-26#i20052#Joachim Lingner
2004-04-26#i20052# user/config/javasettings.xml is now platform dependentJoachim Lingner
2004-04-26#i20052# ../user/config/javasettings.xml is now generatedJoachim Lingner