182fc4f184
fdo#84938: replace WINDOW_BORDER constants with enum
...
Change-Id: I91ca8e09971aee26f16257a4fd01125cfb2ebcdb
2014-10-21 09:06:40 +02:00
67c9d05451
fdo#84938: replace TIB_ constants with enum
...
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-20 07:16:46 +00:00
d9fa1247be
fdo#84938: replace SYMBOL_TYPE constants with enum
...
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-15 10:13:04 +00:00
86cd29772e
remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macro
...
This has been supported by GCC and clang for a very long time.
Change-Id: I410a2b39004c932003f8cbefe935aedb109b1163
2014-10-02 20:00:17 +02:00
6129aea3a5
loplugin: cstylecast
...
Change-Id: I20eb45dda584c1c3a2e5d72425e49627fb7c3866
2014-09-29 12:50:34 +02:00
0a8bf4b534
FloatingWindows are no longer loaded from resource files
...
Change-Id: I2705bbb4db52779e0065400f09604384fd9cf151
2014-09-06 07:02:42 +01:00
4cf5acef7d
CancelButtons no longer loaded from resource files
...
Change-Id: If95ae86708660007e6a0f4df27b3c364a9653dae
2014-08-27 10:18:32 +01:00
54806224e3
OKButtons no longer loaded from resource files
...
Change-Id: Ice1d71e730519697c891d66909550876c9d23ebb
2014-08-27 10:18:32 +01:00
6802dc06de
Dialogs no longer loaded from resource files
...
Change-Id: I55295009f474dbac15be792049fa5c6c95c1ec07
2014-08-26 17:00:21 +01:00
ca68971f0a
ModalDialogs no longer loaded from resource files
...
Change-Id: I2d208c7cc5ff9bf26bff5ab2aa40e0bf57373342
2014-08-26 17:00:21 +01:00
07244947b5
MessBox not loaded from resource files anymore
...
Change-Id: I12378a1c80e1070763cd2bd0539d74f4cc270a30
2014-08-25 16:45:32 +01:00
bddd6d823d
WarningBox are no longer loaded from resource files
...
Change-Id: Ib05a9876c0b1d3425dd1629f8a0fe3d16a57cc30
2014-08-25 16:45:31 +01:00
fd345ccfaf
queryboxes cannot be loaded from resource files anymore
...
Change-Id: I2ee03b2f8f34d9ecf8a762e7845410fd9a31590f
2014-08-25 16:45:28 +01:00
50fffcaa05
Infoboxen are no longer loaded from resource files
...
Change-Id: If387291e9e145ee36338b1e560f18889c3b62674
2014-08-20 20:22:24 +01:00
d4a615bf62
ErrorBoxen are no longer loaded from resource files
...
Change-Id: I099258e449d0155154d60a839f9495236cb48cbb
2014-08-20 20:22:24 +01:00
afa5d63e2a
TabPages are no longer loaded from resource files
...
Change-Id: I009e0f388cfe1861cef89d2148a02380dd47c1ff
2014-08-20 16:35:09 +01:00
1c13f9c2b6
RSC_TRISTATEBOX is no longer used
...
Change-Id: Ib3f43db131cf5562ad011538873c2ee51839665c
2014-08-16 18:36:24 +01:00
b0da096c61
RSC_MULTILINEEDIT no longer used
...
Change-Id: If56233b5226cec9516d5e2f8992e1b0beae733bf
2014-08-16 18:33:04 +01:00
924dda90a9
RSC_MENUBUTTON is not in use anymore
...
Change-Id: I853b6b1cfcd4847603d9920a47298d1b9105b46f
2014-08-16 18:31:04 +01:00
748ed65ffb
drop TabControl resource loader
...
Change-Id: Idb909c205dfadaadeb8b98ce08fe2f4286cfce26
2014-08-15 17:02:59 +01:00
933bcfd2fe
various ids not loaded from .res anymore
...
Change-Id: Id2fab3e4b7a8feed3107e66d02cdf2a278ae9ef7
2014-08-11 10:22:12 +01:00
045598331a
callcatcher: rsc loaded fixedbitmap is no more
...
Change-Id: Ie111d9ed3534eb8892400d638eac4b38b3904646
2014-07-02 09:46:31 +01:00
8d373129e9
callcatcher: update unused code
...
and strip away some stuff in rsc that should now be dead
Change-Id: I6411e706c50dff299099680f1f942bf61c4e79f2
2014-06-15 20:30:39 +01:00
0e7ca4fad0
cut out the rsc loading support for stuff thats now .ui only
...
Change-Id: I54880de44ee10d4f71c8a514f905e8e00774fde7
2014-06-11 10:47:30 +01:00
c3c1cf88f2
coverity#705195 Missing break in switch
...
Change-Id: I7374fbcd6b89569530db5053fe2d9ac301ffbb80
2014-05-30 14:19:11 +01:00
813d4d3b8d
coverity#705196 Missing break in switch
...
Change-Id: Ib757a4cf5c6bf6fa59b2eb1a3cb3c9c3c55431bc
2014-05-30 14:19:11 +01:00
3b24dcc8a8
Remove unnecessary semicolons
...
A simplified version of the semantic match that finds this problem is
follows: (http://coccinelle.lip6.fr/ )
// <smpl>
@r1@
statement S;
position p,p1;
@@
S@p1;@p
@script:python r2@
p << r1.p;
p1 << r1.p1;
@@
if p[0].line != p1[0].line_end:
cocci.include_match(False)
@@
position r1.p;
@@
-;@p
// </smpl>
Change-Id: Ib9708d37fbb4c6060f88d5dae3814a2d37b2091e
Reviewed-on: https://gerrit.libreoffice.org/9493
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
Tested-by: Noel Grandin <noelgrandin@gmail.com >
2014-05-27 01:19:00 -05:00
2bd7767d01
Resolves fdo#70681: fixincludeguards.pl: all that's left
...
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5
Reviewed-on: https://gerrit.libreoffice.org/9360
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2014-05-15 12:50:46 +00:00
be9e778230
remove outdated RS6000 checks
2014-04-14 12:31:48 +02:00
7e629ac799
coverity#707973 Uninitialized scalar field
...
Change-Id: I882bca4d09fe655275543cfeb3add59d4584d14b
2014-04-04 12:14:22 +01:00
baa6b723d1
coverity#707522 Uninitialized scalar variable
...
Change-Id: Ib655e3763c1d8deb1c10a10616390d5fdefe2291
2014-04-01 10:38:26 +01:00
f9903a57dc
callcatcher: update unused code
...
Change-Id: If4615e5bcb012321c554f75cd936dbf9b0dbf8ab
2014-03-14 08:55:34 +00:00
f008fe11b7
coverity#708798 Unused pointer value
...
Change-Id: Ib27f174b37577a8572fb853a7040de51e95d665e
2014-03-13 16:25:11 +00:00
1eeb20f395
CurrencyFields cannot be loaded from .src anymore
...
Change-Id: I3ccdb71e39a13dc8c697d3a52dc693cff10c614d
2014-03-13 11:18:37 +00:00
feff54d8ce
MetricBoxes cannot be loaded from .src anymore
...
Change-Id: Id7b44402975ed75171f4475aa64ebd2a3d6bd687
2014-03-13 11:18:37 +00:00
1de7c36a94
CurrencyBoxes cannot be loaded from .src anymore
...
Change-Id: I662aab01ecf5f78c4406838118ccea3988060521
2014-03-13 11:18:37 +00:00
4737ed363a
DateBoxes cannot be loaded from .src anymore
...
Change-Id: Ic9d3c73cf67e855dc5931e96bc03014998cce9e0
2014-03-13 11:18:37 +00:00
24cfa40779
TimeBoxes cannot be loaded from .src anymore
...
Change-Id: I1fa101656538c40c402fc8608f33961f293bd58d
2014-03-13 11:18:36 +00:00
d40971a478
MoreButtons cannot be loaded from .src anymore
...
Change-Id: Ib831895b33323dd478cc125b3bf93c43826ef59d
2014-03-13 11:18:36 +00:00
33740b7d5a
Replace exisiting TriState, AutoState with more generic TriState
...
Change-Id: Ida05478aae5a379775c671e0c2f2851d820d78be
2014-02-24 12:27:32 +01:00
b826f09e18
bool improvements
...
Change-Id: Ib1663b761675eebf9399c4d006b2fc59dd72cb47
2014-01-28 20:26:24 +01:00
8c06444d0e
coverity#983075 : ressource leak
...
Change-Id: I70c0be6be1e880dacbf56aa6b040d6a514ce0f5c
2014-01-25 21:07:22 -06:00
b833876805
Use bool
...
Change-Id: Id6c1f1d4e4ee7aa29f16ef6930c1eb3d4a3a411f
2014-01-10 17:11:44 +01:00
b55259eeb5
typo fixes
...
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-20 15:55:00 +01:00
66397a4fd2
fdo#72598 Remove SunStudio cruft from code base
...
Change-Id: I5150eec33228e18e274a8ae4effd3f185851b7f4
Reviewed-on: https://gerrit.libreoffice.org/7103
Reviewed-by: Michael Stahl <mstahl@redhat.com >
Tested-by: Michael Stahl <mstahl@redhat.com >
2013-12-16 20:52:39 +00:00
a7724966ab
Bin comments that claim to say why some header is included
...
They are practically always useless, often misleading or obsolete.
Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-22 16:56:28 +03:00
dd0999570a
CID#707522 uninitialized member
...
Change-Id: Iaadc8ea9f14dc2596f252e2f06a1613e6080f9ff
2013-10-09 16:59:44 +01:00
e13fd39593
getFallbackStrings() with bIncludeFullBcp47 parameter
...
so the various places that check the full tag first do not have to get
it just to delete it again.
Change-Id: Ib4e3cf1b16988464db875f1b6ac5cf4a0ab60fe5
2013-09-05 16:51:28 +02:00
f00cd93a66
callcatcher: update unused code, esp unused Resource based ctor
...
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-27 09:58:35 +01:00
087ee66013
encapsulate IsoLangEntry again
...
Change-Id: I66475eb3914b07b4c7a045e295ef77a5de9439d4
2013-08-23 23:09:09 +02:00