Commit Graph

4810 Commits

Author SHA1 Message Date
70946992d4 Fix some *_component_getFactory function types
Change-Id: I912f9d1454c049419e9ead6f0ff8d7fa7d8cd6c5
2014-08-28 16:11:33 +02:00
27d79b12e1 QueryBox RID_QRY_* -> MessageDialog + string
Change-Id: I3349a513a1e1b6fefd1f0f07a8a0798a325d87db
2014-08-25 12:27:52 +01:00
57a4337e25 set names on a bunch more threads...
Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8
2014-08-25 13:21:59 +02:00
961d061ba1 set names on some UNIX-only threads
Change-Id: I4c247916256618312e7d98673d9db4d26e26fa39
2014-08-25 13:21:58 +02:00
32ce5ae15a Avoid possible memory leaks in case of exceptions
Change-Id: Icc073be041ae0b0c690e869a0edaff3515d1d601
2014-08-25 10:27:10 +09:00
30ae83c268 fdo#82577: Handle KeyCode
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11
KeyCode typedef.

Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-23 22:33:30 +03:00
708fc1c187 fdo#82577, fdo#82579: Handle Cursor
Put the vcl Cursor in the vcl namespace. Avoids collision with the Xlib Cursor
typedef and some ancient Carbon (?) Cursor typedef on OS X.

Change-Id: I7af770c522b5774c87f58cc079ced9fc1bcc88b0
2014-08-23 19:20:03 +03:00
f7a65a1096 Remove useless include tools/debug.hxx from forms and extensions
Change-Id: Idc8ecbb65c7c4c63950d8b249e0d0d91788d6d3b
Reviewed-on: https://gerrit.libreoffice.org/11012
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2014-08-21 07:09:21 -05:00
e636997370 rename define too
Change-Id: I33c9c867f058d69739d1389c76f76f89f1150b93
2014-08-20 22:02:18 +02:00
dba2bae5aa stray ErrorBox from ResId
forgotten in c584f344b7f810c297da616befdc354b86fbf8b8

Change-Id: I2847b1853602c3a0ac1f9e55b496a34a408c790c
2014-08-20 21:53:01 +02:00
afa5d63e2a TabPages are no longer loaded from resource files
Change-Id: I009e0f388cfe1861cef89d2148a02380dd47c1ff
2014-08-20 16:35:09 +01:00
71804294c7 Resolves: fdo#79227 labels are truncated
Change-Id: I9d5cd9491325aab6c844c889bf4db6baab2e75c8
2014-08-20 14:56:19 +01:00
a6c5f2ba6b rework RID_TP_GENERAL conversion to make widgets visible, etc.
Change-Id: I93e30198e27631ad4a6865fd202af16094c26a41
2014-08-20 14:00:59 +01:00
eba5e5b6b6 Convert RID_TP_GENERAL tabpage to .ui
Change-Id: I32300c3d06a8c30d8e75f343cd2af8acef7296ae
Reviewed-on: https://gerrit.libreoffice.org/10989
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-08-20 08:00:21 -05:00
1bb161ece5 these strings should be translatable
so bring back scn.res and add them in there

Change-Id: I378d64f524c64295d26223f54fe17950b475cd80
2014-08-18 11:13:55 +01:00
a107bdfdfc ErrorBox->MessageDialog
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
2014-08-18 10:57:21 +01:00
b5a0b00d49 callcatcher: another round of resource ctor removals
Change-Id: Ic554fa7c1e549a0f39296836868b22ccf4c859d3
2014-08-18 09:34:55 +01:00
7c1e12af87 callcatcher: update unused code
res ctor fallout continues at pace

Change-Id: Ic431c678919a6521ce94719cbf06b87ebf922a0c
2014-08-16 11:43:47 +01:00
3236e205f4 ErrorBox RID_ERR_NEEDTYPESELECTION to String
Change-Id: Ia7b4807bc3847a50f753541b0495d36176603e63
2014-08-15 23:30:20 +02:00
85cf4881fc drop FixedLines from wizards to be consistent with the rest of the ui
and two virtual methods don't need to exist after that

Change-Id: I50ea8eaa99fddfed7e0c61e99e76631aa595f2dc
2014-08-15 08:26:02 +01:00
3953eb3d83 Convert RID_PAGE_OPTION_DBFIELD tabpage to .ui
Change-Id: I5ab4c42cf5467254423396ce4f56390fc2fb5276
Reviewed-on: https://gerrit.libreoffice.org/10920
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-08-14 10:24:14 -05:00
93a4899047 convert RID_DLG_SELECTION to .ui format
Change-Id: Ib23d8ec34c757bb8268651d4a1d00c6528dac9c1
2014-08-14 15:48:48 +01:00
6c4ca2ba89 warning C4189: local variable is initialized but not referenced
Change-Id: I12f050afe42e6ef50286423d7d055e794f04ecc4
2014-08-13 10:10:40 +02:00
c9d7b9fdc4 warning C4628: digraphs not supported with -Ze...
...Character sequence '<:' not interpreted as alternate token for '['

Change-Id: If5024a7e3ede9b416f391583a2d3959620f2437c
2014-08-13 10:10:36 +02:00
8d7eba4790 these are global strings now
Change-Id: I0ca622afcf5dd4a5cc62d9bfd31974d800c659d1
2014-08-11 10:22:12 +01:00
cd4de68ccd Convert RID_DLG_FORMLINKS to .ui
I converted RID_DLG_FORMLINKS dialog and FormLinkDialog control to .ui

Change-Id: I770b26f98f745f1717e97aa167e73644b7260fe2
Reviewed-on: https://gerrit.libreoffice.org/10808
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2014-08-07 14:33:54 +00:00
020e283970 Convert PAGE_CONNECTION to .ui
Change-Id: Id65d57b848280fee12384b4f470782a28233acd8
Reviewed-on: https://gerrit.libreoffice.org/10748
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2014-08-05 11:06:14 +00:00
b8423c4f83 remove unused resource ids
ui conversion fallout

Change-Id: I9c07728e6fccee46545171573fb95fbda8cf1fcb
2014-08-04 15:59:06 +02:00
9bac4d413e typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
2014-08-01 23:40:12 +09:00
f6f0c1eb4d set the help id here now
Change-Id: Ic297fc0f8afb1d78267c1db96601acdc33372654
2014-07-24 15:51:21 +01:00
4ce219ad99 RID_DLG_ADDRESSBOOKSOURCEPILOT conversion to .ui
Change-Id: I43049f1164e2bcdf46cbe0b4d145d96fbd27c5d4
Reviewed-on: https://gerrit.libreoffice.org/10491
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-24 14:50:58 +00:00
c1dd91a93c callcatcher: update unused code
Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff
2014-07-22 09:54:38 +01:00
d694339bc8 remove unused field
Change-Id: I4d58650f96191c0c58c0cd1233d7a7f670de3324
2014-07-21 08:01:03 +02:00
6d28e240f0 coverity#982457 Explicit null dereferenced
Change-Id: Ia5229858cdb2c6d8088ed6684186e5cfc1fe4213
2014-07-19 21:26:01 +01:00
415ae83522 Convert 3 dialogs to .ui
I converted RID_DLG_LISTCOMBOWIZARD, RID_DLG_GROUPBOXWIZARD and
RID_DLG_GRIDWIZARD to .ui

Change-Id: I221f22edbe4c638bfa80065d7775f78af24590cc
Reviewed-on: https://gerrit.libreoffice.org/10277
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-14 15:37:16 +00:00
73421a8f09 coverity#1224983 out of bound
Change-Id: I58cf35e8729110f2488bf08d6cadc1ec428298cf
2014-07-10 22:11:26 +02:00
3eabd68595 RID_DLG_SELECTLABELCONTROL and 3 tab pages conversion to .ui
Change-Id: Ia8b8f1cdaa2bc14e6d3249998e06b076ad4e6ae4
Reviewed-on: https://gerrit.libreoffice.org/10150
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-10 14:40:33 +00:00
06d18374de use SimpleReferenceObject in extensions/update module
to replace hand-rolled version

Change-Id: I4cd74b3e95a61c32d3aa52646d654ce306791fae
2014-07-10 11:04:12 +02:00
a7470048bd use SimpleReferenceObject in extensions module
to replace hand-rolled version

Change-Id: Ia983f5b87c55d8e5cce6f388e0f77077b6415745
2014-07-10 11:04:11 +02:00
2fa900c7c3 coverity#706531 Uncaught exception
Change-Id: Ibcd5d2b4124ab441a90748588d063f394b1ef372
2014-07-08 16:14:45 +01:00
90f6aefad5 remove unused tab page ids now
Change-Id: I69d7e13c8a279b3470aef8329aa50f5042c4c55b
2014-07-07 13:27:12 +01:00
05e81af1f8 RID_DLG_LISTCOMBOWIZARD tab pages conversion to .ui
Change-Id: I348a876413fa1acf2cf253784d53a0078bbedd92
Reviewed-on: https://gerrit.libreoffice.org/10043
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-07 12:18:22 +00:00
d1e6ecb353 coverity#983489 String Overflow
Change-Id: I146844d10dc6ee147031a8ffa6fabe9e271b2bd0
2014-07-05 22:41:11 +02:00
9fb4cf25cf coverity#983663 Uncaught exception
Change-Id: Iecfbb9b7cd1cb8507028cbaf7e39a1e401f74dbe
2014-07-02 10:46:47 +01:00
5f5768e022 coverity#983661 Uncaught exception
Change-Id: Id0cecd2a6431e21c896210e255f37ba220a0941f
2014-07-02 10:46:46 +01:00
1851e1e29c coverity#983659 Uncaught exception
and

coverity#983660 Uncaught exception

Change-Id: I509805fd6517196d505e78bcbf632d83dff01f03
2014-07-02 10:46:46 +01:00
bae5099882 coverity#983658 Uncaught exception
Change-Id: I99cb4f64b093765d0667ddcddf1f696891450a9a
2014-07-02 10:46:45 +01:00
e50ef195bc New loplugin:stringconcat
Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
2014-07-01 15:45:52 +02:00
1f7a67083d coverity#703955 Unchecked return value
Change-Id: If10c9643474620855e21caaa1fdcbbc4b7fd07ac
2014-07-01 12:44:04 +02:00
5ace3f3b4f clang scan-build: various warnings
Change-Id: I4bdfb074b3cf6fcb49765322308dfa4b9ed67713
2014-07-01 10:56:14 +01:00