summaryrefslogtreecommitdiff
path: root/jvmfwk/source/elements.cxx
AgeCommit message (Expand)Author
2012-01-05Fix for fdo43460 Part XXII getLength() to isEmpty()Gustavo Buzzatti Pacheco
2011-11-27remove include of pch header from jvmfwkNorbert Thiebaud
2011-09-12small bugfix : bNeedsSave instead of *bNeedsSaveJulien Nabet
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure)Christina Rossmanith
2011-03-24Removed an unchanged variableTakeshi Abe
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
2011-03-04removed dead code; fix a commentTakeshi Abe
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold
2011-01-04jl160 merge with DEV300m96Joachim Lingner
2011-01-01cppcheck: prefer prefix variantCaolán McNamara
2010-12-12Change unnamedspaced file.hxx macrosAndy Holder
2010-11-01Merge commit 'ooo/OOO330_m13'Jan Holesovsky
2010-10-27jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6Joachim Lingner
2010-10-27jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6Joachim Lingner
2010-10-26jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6Joachim Lingner
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-09-15jl160 #i114509# installation hangs when installing on nfs volumeJoachim Lingner
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2008-11-28CWS-TOOLING: integrate CWS jl105Release Engineers
2008-06-06INTEGRATION: CWS jl101 (1.21.12); FILE MERGEDRüdiger Timm
2008-05-21INTEGRATION: CWS jl98_DEV300 (1.19.14); FILE MERGEDKurt Zenker
2008-04-11INTEGRATION: CWS changefileheader (1.20.12); FILE MERGEDRüdiger Timm
2008-02-04INTEGRATION: CWS gcc430two (1.19.38); FILE MERGEDIvo Hinkelmann
2007-06-20#i10000#,#i78538#: insert missing conversionJens-Heiner Rechtien
2007-06-13INTEGRATION: CWS jl64 (1.17.24); FILE MERGEDOliver Bolte
2006-09-16INTEGRATION: CWS pchfix02 (1.16.16); FILE MERGEDOliver Bolte
2006-06-19INTEGRATION: CWS warnings01 (1.14.34); FILE MERGEDJens-Heiner Rechtien
2005-09-07INTEGRATION: CWS ooo19126 (1.14.32); FILE MERGEDRüdiger Timm
2004-12-16INTEGRATION: CWS jl15 (1.13.2); FILE MERGEDKurt Zenker
2004-11-09INTEGRATION: CWS jl13 (1.12.22); FILE MERGEDJens-Heiner Rechtien
2004-05-20#i20052#Joachim Lingner
2004-05-13#i20020#Joachim Lingner
2004-05-13#i20052#Joachim Lingner
2004-05-10#i20052#Joachim Lingner
2004-05-05#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
2004-04-23#i20052# fixed bug when writing JavaInfo element and jfw_findAndSelectJRE now...Joachim Lingner
2004-04-21#i20052#Joachim Lingner
2004-04-19#i20052# plugin lib for java frameworkJoachim Lingner
>Noel Grandin Change-Id: I6bdcde5fd416531e2cdd3c9ec160833f1022247c Reviewed-on: https://gerrit.libreoffice.org/44246 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-10-23loplugin:includeform: chart2Stephan Bergmann Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40 2017-07-21migrate to boost::gettextCaolán McNamara * all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching MODULE .mo files * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui goes from l10n target to normal one, so the res/lang.zips of UI files go away * translation via Translation::get(hrc-define-key, imbued-std::locale) * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there to keep finding the .hrc file uniform) so magic numbers can go away there * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation mechanism * en-US res files go away, their strings are now the .hrc keys in the source code * remaining .res files are replaced by .mo files * in .res/.ui-lang-zip files, the old scheme missing translations of strings results in inserting the english original so something can be found, now the standard fallback of using the english original from the source key is used, so partial translations shrink dramatically in size * extract .hrc strings with hrcex which backs onto xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a 2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke Change-Id: I3b50e45fdb99e9cd8bfda07356ee3ddb4dd0f8bb Reviewed-on: https://gerrit.libreoffice.org/38905 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> 2017-05-19make string translation loading more uniformCaolán McNamara change various ResId classes that use conversion operator to OUString to functions that return a OUString drop various defines drop unnecessary toString calls Change-Id: Ibeccdf2b91a46a2ed5b4b74e6024e301a023bc92 Reviewed-on: https://gerrit.libreoffice.org/37817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2017-02-06Add missing #includesStephan Bergmann ...and remove some unncessary using directives/declarations, in preparation of removing now-unnecessary #includes from cppumaker-generated files, post e57ca02849c3d87142ff5ff9099a212e72b8139c "Remove dynamic exception specifications". Change-Id: Iaf1f268871e2ee1d1c76cf90f03557527ebc9067 2017-01-26Remove dynamic exception specificationsStephan Bergmann ...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2016-07-13chart2: cleanup local var assignmentsJochen Nitschke and remove comments about a gcc 3.3 workaround. some comments went obsolete with other commits like 367105e0248c7b80b60b2554d04f5f248b4259b3 Change-Id: I15fff464e2f71a6ade29c141bb17216770f54ced Reviewed-on: https://gerrit.libreoffice.org/27127 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>