summaryrefslogtreecommitdiff
path: root/rsc/inc
AgeCommit message (Collapse)AuthorFilesLines
2014-03-13CurrencyBoxes cannot be loaded from .src anymoreCaolán McNamara1-2/+0
Change-Id: I662aab01ecf5f78c4406838118ccea3988060521
2014-03-13DateBoxes cannot be loaded from .src anymoreCaolán McNamara1-1/+0
Change-Id: Ic9d3c73cf67e855dc5931e96bc03014998cce9e0
2014-03-13TimeBoxes cannot be loaded from .src anymoreCaolán McNamara1-1/+0
Change-Id: I1fa101656538c40c402fc8608f33961f293bd58d
2014-03-13MoreButtons cannot be loaded from .src anymoreCaolán McNamara1-1/+0
Change-Id: Ib831895b33323dd478cc125b3bf93c43826ef59d
2014-02-28fdo#63154 Remove unused solar.hAlexandre Vicenzi3-16/+16
Removed from dbaccess. editeng, filter, framwork, formula, lotuswordpro, reportdesing, rsc, uui Conflicts: framework/source/uielement/menubarwrapper.cxx reportdesign/inc/RptDef.hxx uui/source/iahndl.hxx Change-Id: Ia6f1d8679736c3de99bd8060d8a7f76975268273 Reviewed-on: https://gerrit.libreoffice.org/8118 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-02-26Remove visual noise from rscAlexander Wilms1-17/+17
Change-Id: Idc310247ae677687fbfb2912d9e4a0f5e5880190 Reviewed-on: https://gerrit.libreoffice.org/8296 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-10Use boolStephan Bergmann2-3/+2
Change-Id: Id6c1f1d4e4ee7aa29f16ef6930c1eb3d4a3a411f
2014-01-10Be explicit when using bool as integral valueStephan Bergmann1-1/+1
Change-Id: I0712b56dbcf8508876ed6eca5e0f02d85b35af67
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-2/+1
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara1-1/+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
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks1-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>
2013-08-16callcatcher: update unused code listCaolán McNamara1-1/+0
Change-Id: I84f693aa6747f639bd4ae60a02dd4d8c30b7d029
2013-07-03module rsc: String, bool and other clean-up.Norbert Thiebaud19-462/+490
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 Arnhold1-34/+0
Change-Id: I8a90bfcfff904d42a529644ae7b6f03d0ac762eb
2013-04-23execute move of global headersBjoern Michaelsen2-189/+0
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ňák10-66/+66
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 Timar1-3/+2
Change-Id: Iacab9b8a16d8278ae9a41249d36ca1aaad2d5794
2013-03-27remove unused functionality from Resource CompilerAndras Timar14-99/+0
and remove ASCII art comments and other useless comments Change-Id: Iafa5eb5aa421b38b325bdc7cea6045b43a5c582a
2013-03-25remove external include guardsThomas Arnhold1-2/+0
Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
2013-03-04doubled includesThomas Arnhold1-1/+0
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-02-27Factor out duplicate enums and types from rsc and vcl into one headerTor Lillqvist2-131/+134
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 Lillqvist1-4/+0
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+0
Change-Id: Icf1c673acb703e6518f4d65994b76c6374c16f1e
2012-08-08STL'ify UniqueIndexNoel Grandin1-1/+1
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 Arnhold1-1/+0
Those classes don't exist. So remove friend class operators too. Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
2012-07-30Typo ressource -> resourceStephan Bergmann1-1/+1
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-26remove unused border stylesIvan Timofeev1-2/+0
Change-Id: I4b01bdaf4fc20a55f2b4e9ebd039220031c03f11
2012-06-25re-base on ALv2 code.Michael Meeks19-443/+272
2012-06-25removed unused forward declarations of classTakeshi Abe1-1/+0
Change-Id: I814f8bdf4e4015f8e4eea34533db4ed8d6a7496e
2012-06-21re-base on ALv2 code.Michael Meeks4-95/+59
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-1/+1
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin1-3/+3
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-8/+6
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 Metz3-2/+3
2011-12-12ditch some ByteStringsCaolán McNamara1-5/+5
2011-12-12ByteString->rtl::OStringCaolán McNamara1-7/+7
2011-12-12ByteString->rtl::OStringCaolán McNamara7-51/+51
2011-12-06ByteString->rtl::OString[Buffer]Caolán McNamara2-8/+12
2011-11-28callcatcher: remove unused methodsCaolán McNamara1-2/+0
2011-11-28ByteString->rtl::OString[Buffer]Caolán McNamara3-3/+3
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header from rscNorbert Thiebaud2-2/+0
2011-11-26Remove unnecessary tools/stack.hxx includeAugust Sodora1-1/+0
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann1-0/+2
Linux x86_64).
2011-09-21GetSysSearchPath (probably all uses of aSysSearchPath) unusedCaolán McNamara1-1/+0
2011-09-19ByteString->rtl::OString[Buffer]Caolán McNamara1-6/+6
2011-09-13Header/Footer: use a plus symbol instead of the add iconCédric Bosdonnat1-0/+1
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 McNamara3-310/+0
2011-08-31grabbag of unused codeCaolán McNamara1-1/+0
2011-08-22gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara1-1/+1