summaryrefslogtreecommitdiff
path: root/rsc/inc
AgeCommit message (Collapse)Author
2014-01-10Use boolStephan Bergmann
Change-Id: Id6c1f1d4e4ee7aa29f16ef6930c1eb3d4a3a411f
2014-01-10Be explicit when using bool as integral valueStephan Bergmann
Change-Id: I0712b56dbcf8508876ed6eca5e0f02d85b35af67
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara
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
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
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>
2013-08-16callcatcher: update unused code listCaolán McNamara
Change-Id: I84f693aa6747f639bd4ae60a02dd4d8c30b7d029
2013-07-03module rsc: String, bool and other clean-up.Norbert Thiebaud
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>
2013-06-28fdo#62699 remove rsc/inc/vclrsc.hxxThomas Arnhold
Change-Id: I8a90bfcfff904d42a529644ae7b6f03d0ac762eb
2013-04-23execute move of global headersBjoern Michaelsen
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
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-27fdo#39445 writing out tools/fsys.hxx (rsc)Andras Timar
Change-Id: Iacab9b8a16d8278ae9a41249d36ca1aaad2d5794
2013-03-27remove unused functionality from Resource CompilerAndras Timar
and remove ASCII art comments and other useless comments Change-Id: Iafa5eb5aa421b38b325bdc7cea6045b43a5c582a
2013-03-25remove external include guardsThomas Arnhold
Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
2013-03-04doubled includesThomas Arnhold
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-02-27Factor out duplicate enums and types from rsc and vcl into one headerTor Lillqvist
The new header is <rsc/rsc-vcl-shared-types.hxx>, but if some other name or location is cleaner, feel free to change. Change-Id: I601923447ff7c1b6cefd71cb2652fcc88d2483d2
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: Icf1c673acb703e6518f4d65994b76c6374c16f1e
2012-08-08STL'ify UniqueIndexNoel Grandin
Convert the UniqueIndex code from a macro to a C++ template. Also use std::map as the underlying container instead of tools/contnr.hxx. Change-Id: I0b7b37dd7160ae019aaecdacd1e973ac6d8498e2
2012-08-07Remove non-existing forward declarationsThomas Arnhold
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-07-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-26remove unused border stylesIvan Timofeev
Change-Id: I4b01bdaf4fc20a55f2b4e9ebd039220031c03f11
2012-06-25re-base on ALv2 code.Michael Meeks
2012-06-25removed unused forward declarations of classTakeshi Abe
Change-Id: I814f8bdf4e4015f8e4eea34533db4ed8d6a7496e
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-12-12ditch some ByteStringsCaolán McNamara
2011-12-12ByteString->rtl::OStringCaolán McNamara
2011-12-12ByteString->rtl::OStringCaolán McNamara
2011-12-06ByteString->rtl::OString[Buffer]Caolán McNamara
2011-11-28callcatcher: remove unused methodsCaolán McNamara
2011-11-28ByteString->rtl::OString[Buffer]Caolán McNamara
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from rscNorbert Thiebaud
2011-11-26Remove unnecessary tools/stack.hxx includeAugust Sodora
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann
Linux x86_64).
2011-09-21GetSysSearchPath (probably all uses of aSysSearchPath) unusedCaolán McNamara
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-13Header/Footer: use a plus symbol instead of the add iconCédric Bosdonnat
This will help drawing the high contrast mode and makes the plus more visible even given the background color.
2011-08-31and none of this stuff is actually used anywhere nowCaolán McNamara
2011-08-31grabbag of unused codeCaolán McNamara
2011-08-22gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara
2011-08-19use native yacc/bison support in rsc rather than a sub-makeNorbert Thiebaud
2011-07-13callcatcher: strip rsc down by more unused methodsCaolán McNamara
2011-07-12callcatcher: unused codeCaolán McNamara
2011-07-12callcatcher: remove unused RscFileInst ByteString ctorCaolán McNamara
2011-07-11callcatcher: remove unused ChangeDefNameCaolán McNamara
2011-07-03callcatcher: unused InputFileCaolán McNamara