summaryrefslogtreecommitdiffstats
path: root/rsc
Commit message (Collapse)AuthorAgeFilesLines
* getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke2013-09-052-2/+2
| | | | | | | so the various places that check the full tag first do not have to get it just to delete it again. Change-Id: Ib4e3cf1b16988464db875f1b6ac5cf4a0ab60fe5
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-2/+1
| | | | | | | | This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
* callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara2013-08-273-26/+0
| | | | | | | e.g. no ImageRadioButton is now loaded from any res/rsc file, so that ctor and associated code paths can be stripped out Change-Id: Ic4cf19d45adb7c734f150e0b89eef193157a74a7
* encapsulate IsoLangEntry againEike Rathke2013-08-231-5/+5
| | | | Change-Id: I66475eb3914b07b4c7a045e295ef77a5de9439d4
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-213-4/+4
| | | | | | | Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
* Re-work 8bit characters in source code, or remove them.Michael Meeks2013-08-201-1/+1
| | | | | | | | Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
* add some a11y relations and enable translation of msCaolán McNamara2013-08-181-0/+1
| | | | Change-Id: Ib509a7ae62aefc919bdaed269c1605ac6bae9564
* convert ancient .sdw documentation to .odtCaolán McNamara2013-08-186-10353/+0
| | | | Change-Id: I6a4123818f5e3c33cbec04e19e70c1f6a8b7bba2
* callcatcher: update unused code listCaolán McNamara2013-08-162-12/+0
| | | | Change-Id: I84f693aa6747f639bd4ae60a02dd4d8c30b7d029
* add a seconds unitCaolán McNamara2013-08-131-0/+1
| | | | Change-Id: I3507caab5cd61c282102ab21bf034ec54e497af3
* add degrees and pixels as known spin field unitsCaolán McNamara2013-07-081-0/+2
| | | | Change-Id: I5937843a5c5485f469ef1fb6b5844aa15c33a14d
* warning C4805 unsafe mixture of type int and type boolMichael Stahl2013-07-041-1/+2
| | | | | | | It is a mystery what this is supposed to do, but rsc is sort of going away in the mid-term anyway so who cares... Change-Id: If1c1b8216c0429909c0571b3360b6dca97f265c4
* module rsc: String, bool and other clean-up.Norbert Thiebaud2013-07-0342-2466/+2883
| | | | | | | | Change-Id: I2dcde42e6068631a5a643961a764df86dc63dca2 Reviewed-on: https://gerrit.libreoffice.org/4690 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Search for char instead of 1 char long string, when possible.Thomas Arnhold2013-06-291-1/+1
| | | | | | follow-up of a7674482254ee996b1c4fee60f3064778be369aa Change-Id: I25f40c601454c092078307d931333af1bc1447ac
* fdo#62699 remove rsc/inc/vclrsc.hxxThomas Arnhold2013-06-284-44/+11
| | | | Change-Id: I8a90bfcfff904d42a529644ae7b6f03d0ac762eb
* fdo#43460 sd,rsc,ucb,sdext: use isEmpty()Jelle van der Waa2013-06-241-2/+2
| | | | | | | Change-Id: I7a7a77c26b74078f7fc160fbaa1c8d4e912b844e Reviewed-on: https://gerrit.libreoffice.org/4442 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Quiet cppcheckJulien Nabet2013-05-161-1/+1
| | | | Change-Id: Ib860b6dc3b7ace5f737d283778827bfb0783b362
* Revert "coverity#983096: Resource leak"Noel Power2013-05-081-1/+0
| | | | This reverts commit 039bfd3e517f75cf99eb8eb105d3b83692f6e484.
* coverity#983096: Resource leakJulien Nabet2013-05-081-0/+1
| | | | | | | Change-Id: I91c1d505ef0b0eb442bf76e4da66c95fa0e1bb2d Reviewed-on: https://gerrit.libreoffice.org/3818 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-302-46/+8
|
* execute move of global headersBjoern Michaelsen2013-04-234-224/+0
| | | | | | | see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0724-171/+164
| | | | | | | | 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
* new module i18nlangtagEike Rathke2013-04-053-4/+4
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* ditch unused LANGUAGE_USER[1-9]Eike Rathke2013-04-031-10/+0
| | | | Change-Id: I5a3b2b27fa2a7ad22cab2ae6d833707f9e490f27
* rsc with language tagsEike Rathke2013-04-032-92/+50
| | | | Change-Id: I5401a9bcbd1e359ef62e8d667edf6ead1479ce46
* correct number of format operands for fprintfEike Rathke2013-04-031-2/+2
| | | | Change-Id: I4fbfd3cacaa87ed1a8faa123a269d82f82ba22da
* fix extension replacer (rsc)Andras Timar2013-03-271-1/+1
| | | | Change-Id: I0808aeedf87fd181380077f5cfd7b12dc3b33ef3
* stop uninitialized memory leaking into resource files.Andras Timar2013-03-271-0/+3
| | | | Change-Id: I8659426dd4ea0c13c8ed839ef5cfb686e6648042
* -Wunused-macrosStephan Bergmann2013-03-273-12/+0
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* fdo#39445 writing out tools/fsys.hxx (rsc)Andras Timar2013-03-272-54/+43
| | | | Change-Id: Iacab9b8a16d8278ae9a41249d36ca1aaad2d5794
* remove unused functionality from Resource CompilerAndras Timar2013-03-2741-3705/+30
| | | | | | and remove ASCII art comments and other useless comments Change-Id: Iafa5eb5aa421b38b325bdc7cea6045b43a5c582a
* remove external include guardsThomas Arnhold2013-03-253-12/+0
| | | | Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
* Revert "replace DirEntry to osl::FileBase in a few cases in rsc"Andras Timar2013-03-251-14/+10
| | | | | | | | | This reverts commit 7540bc8e105e114d4aecb1ed3f3044e5ce8a6fc6. Conflicts: rsc/source/rsc/rsc.cxx Change-Id: I7f89f7bf07f68e053d29283f659241aca8e48eed
* remove unnecessary 'using' linesAndras Timar2013-03-251-4/+0
| | | | Change-Id: I7efc18ac16223f83bb9839a76643291f7334ef91
* replace DirEntry to osl::FileBase in a few cases in rscAndras Timar2013-03-251-11/+14
| | | | Change-Id: Ic0d9fee77891dae03c121f4b48ee9da89730d1aa
* Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann2013-03-251-7/+3
| | | | | | | | | | | | | ...replacing hard-coded GCC version checks. Those checks that guard #pragma GCC diagnostic ignored "-Wnon-virtual-dtor" appear relevant only for GCC itself, not Clang (which used to fail the old guards because it typically announces itself with a rather low __GNUC__/__GNUC_MINOR__ version), see 6e67c03dc0225fc66343546b14e902b9d238b1a3 "Enable -Wnon-virtual-dtor for GCC 4.6" Change-Id: I6bfa4d5caa6192e7a203ce829682bf6bb8d61a1b
* Revert "RscCmdLine: don't use obsolete DirEntry"Michael Stahl2013-03-211-4/+5
| | | | | | | This reverts commit 3b00a7f87b8d428dc8c3d1d0ddb84b74bb2343d4. Breaks the build on windows, requires adapting RscCompiler::GetImageFilePath() to match.
* stop uninitialized memory leaking into resource files.Michael Meeks2013-03-211-1/+4
| | | | Change-Id: Ifb74ce0c60e0d0796d5d04a67e9d58721b58593c
* RscCmdLine: don't use obsolete DirEntryMiklos Vajna2013-03-211-5/+4
| | | | Change-Id: I49b2ca742da96ced5326b3e31f3cec35bfaabcc2
* fdo#39445 writing out tools/fsys.hxx (rsc)Krisztian Pinter2013-03-193-3/+0
| | | | | | | | | removed unused includes from rscdb.cxx, start.cxx and rscclass.cxx Change-Id: I6f7e54c9f494b7b40a0cf30f13100073b9c37f17 Reviewed-on: https://gerrit.libreoffice.org/2853 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* further OUString cleanupThomas Arnhold2013-03-191-1/+1
| | | | Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-1/+1
| | | | | | | | | | | Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* reduce whitespaces between include and filenameThomas Arnhold2013-03-197-36/+36
| | | | Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* fdo#39445 writing out tools/fsys.hxxKrisztian Pinter2013-03-142-9/+7
| | | | | | | | | | | | | removed unused <tools/fsys.hxx> include from gengal.cxx changed file copying to sal version in htmlex.cxx rewrote OutputFile in rsctools.cxx very minor change in rsc.cxx - instead of creating an empty DirEntry and getting its path, just used "." Change-Id: Ifd57d73847ff271bcb64b12a26a564acc051fcef Reviewed-on: https://gerrit.libreoffice.org/2680 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* more subtle dependencies for cross-compilationMatúš Kukan2013-03-131-2/+2
| | | | | | | | | | Now we build only what we really need for 'build' platform - there is new build-tools make target. The list of tools is in solenv/gbuild/extensions/pre_BuildTools.mk. Also similar is done to some extent for 'host' platform using gb_Module_add_targets_for_build which is ignored for 'host'. Change-Id: I6acd1762b16aca366aac1a0688500f27869cfca2
* coverity#705676: fix memory leakMarkus Mohrhard2013-03-091-4/+7
| | | | Change-Id: Ibae1a0d073249ecfbfee0f73473d66bbf2602aff
* simplify compareTo (now correct)Thomas Arnhold2013-03-081-1/+1
| | | | | Change-Id: Ia4fd2f54d0bda71d472f46949500c0b23ff8e1b7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Revert "simplify some compareTo"Stephan Bergmann2013-03-081-1/+1
| | | | | | | | | | This reverts commit 19020191cbf3e3c7a7bf98d0958d86d931ae687b, s1.compareTo(s2, length-of-s2) is *not* equivalent to s1 == s2
* simplify some compareToThomas Arnhold2013-03-081-1/+1
| | | | Change-Id: Ib63cfac8b5f129f31534020fd634750e846e3b98