summaryrefslogtreecommitdiff
path: root/rsc
AgeCommit message (Collapse)AuthorFilesLines
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin4-11/+0
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin2-3/+6
Change-Id: I54f9019297913683605b5aea9f79b3defc1dcc13
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara5-10/+10
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann2-5/+4
Change-Id: I49192637121441b9a1980350b9bb32cd995d4386
2014-12-31various other apparently unnecessary rsc stuffCaolán McNamara4-42/+0
Change-Id: I745695a92023e7a14ee547ca6bef5981dd329d19
2014-12-31drop dateformatter resource loadingCaolán McNamara3-93/+0
Change-Id: Ie94c7502b0a82ca406b8d76e18def7bab8233a00
2014-12-31drop timeformatter resource loadingCaolán McNamara3-78/+0
Change-Id: I11de468ab65aa4dec761fbcc1e9416528c332dd5
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara3-25/+0
Change-Id: Idf69d375eff4bfff7115e59530b37200ee79f086
2014-12-28splitters no longer loaded from resource filesCaolán McNamara3-23/+0
Change-Id: I84ee0c754118882734301bf1d34c15ba640a3889
2014-12-22HelpButtons no longer loaded from .rsc filesCaolán McNamara1-9/+0
Change-Id: I0fe82e319ac44a189e93fabd932e3e0a891598d2
2014-12-19fdo#39440 rsc: reduce scope of local variablesMichael Weghorn4-22/+10
This addresses some cppcheck warnings. Change-Id: I69454a75c8ce4aecf9e68f5887f38f8bf6fe6dca Reviewed-on: https://gerrit.libreoffice.org/13543 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-21document coverity#983096 Resource leakCaolán McNamara1-0/+1
Change-Id: If5a60dac2329432b30a7b5528e0fca05d4369b1a
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+2
Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin2-4/+6
Change-Id: I08c4a456f9e80f70719ca8c3ad5c0f0d2d8282f6 Reviewed-on: https://gerrit.libreoffice.org/12258 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-03coverity#982297 EBCDIC-related cleanupCaolán McNamara2-3/+2
Change-Id: I8da7911c342ffe114d7b25b996602aabed7aa1ed
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin2-5/+8
Change-Id: I58c1b4c9e4c4b3751b233d2fe10b9c953b945c4a Reviewed-on: https://gerrit.libreoffice.org/12179 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-28sal_Int16 as the underlying type of WindowBorderStyleTakeshi Abe1-1/+1
because g++ 4.7.2 generates [-Werror=type-limits] as follows: > [build CXX] vcl/source/window/settings.cxx > [build CXX] vcl/source/window/paint.cxx > [build CXX] vcl/source/window/resource.cxx > [build CXX] vcl/source/window/accel.cxx > [build CXX] vcl/source/window/accmgr.cxx > [build CXX] vcl/source/window/brdwin.cxx > [build CXX] vcl/source/window/accessibility.cxx > [build CXX] vcl/source/window/legacyaccessibility.cxx > [build CXX] vcl/source/window/clipping.cxx > [build CXX] vcl/source/window/stacking.cxx > [build CXX] vcl/source/window/debug.cxx > [build CXX] vcl/source/window/globalization.cxx > [build CXX] vcl/source/window/btndlg.cxx > [build CXX] vcl/source/window/builder.cxx > [build CXX] vcl/source/window/cmdevt.cxx > [build CXX] vcl/source/window/cursor.cxx > [build CXX] vcl/source/window/debugevent.cxx > [build CXX] vcl/source/window/decoview.cxx > In file included from /home/tabe/core/include/rsc/rsc-vcl-shared-types.hxx:24:0, > from /home/tabe/core/include/vcl/keycodes.hxx:23, > from /home/tabe/core/include/vcl/keycod.hxx:26, > from /home/tabe/core/vcl/inc/svdata.hxx:35, > from /home/tabe/core/vcl/source/window/brdwin.cxx:21: > /home/tabe/core/include/o3tl/typed_flags_set.hxx: In instantiation of 'typename o3tl::typed_flags<T>::Wrap operator&(E, E) [with E = WindowBorderStyle; typename o3tl::typed_flags<T>::Wrap = o3tl::is_typed_flags<WindowBorderStyle, 12339>::Wrap]': > /home/tabe/core/vcl/source/window/brdwin.cxx:1027:44: required from here > /home/tabe/core/include/o3tl/typed_flags_set.hxx:105:5: error: comparison is always true due to limited range of data type [-Werror=type-limits] > /home/tabe/core/include/o3tl/typed_flags_set.hxx:106:5: error: comparison is always true due to limited range of data type [-Werror=type-limits] > cc1plus: all warnings being treated as errors > make[1]: *** [/home/tabe/build/workdir/CxxObject/vcl/source/window/brdwin.o] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [vcl.all] Error 2 > tabe@thunk:~/build$ Cf. a6b01d01f77f84517d267bdfe31de91b9050a70c Change-Id: Ic596eaf886d9aebb8a5b8636b5b90d5935aeadaf
2014-10-28fdo#84938: replace TIMEF_ constants with enumNoel Grandin2-4/+7
Change-Id: Ia6aa4e21fef46b20d1d8996d2f15855b8ba1776e Reviewed-on: https://gerrit.libreoffice.org/12114 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin2-19/+21
Change-Id: I563cf96f8ca815d6c8ad9f5fe365fc7ce7a2a328 Reviewed-on: https://gerrit.libreoffice.org/12104 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin1-1/+3
Change-Id: I7b0085af3b13bd6e1a50bf1e0e986d1524b52d7b
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2-4/+5
Change-Id: I91ca8e09971aee26f16257a4fd01125cfb2ebcdb
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin2-12/+13
Change-Id: I435ce2331fb49e7ce9fe97bdfddfaef706759a84 Reviewed-on: https://gerrit.libreoffice.org/12023 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin2-24/+26
Change-Id: Ib3763f20d74c22e28d519a9ac47f6f3ab4e31f51 Reviewed-on: https://gerrit.libreoffice.org/11983 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-13coverity#982170 Unchecked return value from libraryCaolán McNamara1-2/+2
hopefully rsc is on the way out Change-Id: I270de6c4433560dbed0185e462237c3aa95a98a3
2014-10-06warning C4101: unreferenced local variableStephan Bergmann1-5/+5
Change-Id: I526e68b93f9665db25a824cc44ff231bcef29277
2014-10-04we really do not care about ebcdic do we ?Norbert Thiebaud4-61/+5
Change-Id: I1a2d8628fc2b1fe21e77019f12dc2a8adab877ed
2014-10-04coverity#706152 Copy into fixed size bufferNorbert Thiebaud2-10/+39
Change-Id: Ib347f650d060e7762a367133a1218c2d34c9ce73
2014-10-04cosmetic: start bringing rscpp in this century c-wiseNorbert Thiebaud6-1935/+2153
Change-Id: I469bc4c518c3ac299a18559cdd3e1b49d34b5ace
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl1-1/+1
This has been supported by GCC and clang for a very long time. Change-Id: I410a2b39004c932003f8cbefe935aedb109b1163
2014-09-29loplugin: cstylecastNoel Grandin10-53/+53
Change-Id: I20eb45dda584c1c3a2e5d72425e49627fb7c3866
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-19warning C4701: potentially uninitialized local variableStephan Bergmann1-1/+1
Change-Id: I163033dc6f1fa17a96cb9da18f73ef8cdd367f00
2014-09-19cid#983095 Resource leakNoel Grandin1-1/+3
Change-Id: I2792afbfedbb256e0b79236505176f932ab25ce7
2014-09-19rsc: remove more DEC remnantsNoel Grandin1-4/+0
Change-Id: I6b084d6b08ff2e7bd9adfba4c9eda7c8c650305c
2014-09-19rsc: NOMAIN is always trueNoel Grandin1-4/+0
Change-Id: Ib219ab2e85f6fff3ece93b95d4c61bad48e719ac
2014-09-19rsc: remove support for DECUSNoel Grandin3-38/+0
and consequently unused define "nomacargs" Change-Id: Ica5da9cf03ad63bf07b3385995ebf420ffb28089
2014-09-19rsc: remove unused OLD_PREPROCESSORNoel Grandin6-178/+0
and consequently unused OK_DOLLAR OK_CONCAT COMMENT_INVISIBLE STRING_FORMAL Change-Id: I801b98be8a2fc04b7568fabff9aad486356a69c9
2014-09-19rsc: remove VAX supportNoel Grandin1-7/+0
Change-Id: Ib3928c5f26d191d5ba184599edaa2e08668b16f5
2014-09-19rsc: remove PDP supportNoel Grandin1-3/+0
Change-Id: I06ad5702aed280bc1e19743246167e1d6fd1af95
2014-09-19rsc: remove 68000 supportNoel Grandin1-11/+0
Change-Id: Ib72dc8800bbc91905445d838657e50dfcc021b40
2014-09-19rsc: remove ONYX supportNoel Grandin1-6/+0
Change-Id: Ia6707ec17bf46b582dc344541857324976408833
2014-09-19rsc: remove LATTICE supportNoel Grandin1-10/+0
Change-Id: I904a6ec522ae4a97eefebf1f1ec6554e8e66747d
2014-09-19rsc: remove RT11 supportNoel Grandin3-21/+1
Change-Id: I9e9899c330868eb51b717d49ea901f15005692db
2014-09-19rsc: remove RSX supportNoel Grandin3-35/+1
Change-Id: I8b4e33ef6dd0c8e3af17fc358feab655e263de0f
2014-09-19rsc: remove VMS supportNoel Grandin5-243/+4
Change-Id: I20e8cc7014c140b6e7996ac51fc2d4c8030e2264
2014-09-06FloatingWindows are no longer loaded from resource filesCaolán McNamara3-41/+0
Change-Id: I2705bbb4db52779e0065400f09604384fd9cf151
2014-08-27CancelButtons no longer loaded from resource filesCaolán McNamara1-9/+0
Change-Id: If95ae86708660007e6a0f4df27b3c364a9653dae
2014-08-27OKButtons no longer loaded from resource filesCaolán McNamara1-9/+0
Change-Id: Ice1d71e730519697c891d66909550876c9d23ebb
2014-08-26Dialogs no longer loaded from resource filesCaolán McNamara1-7/+0
Change-Id: I55295009f474dbac15be792049fa5c6c95c1ec07