summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
2014-08-28Fix some *_component_getFactory function typesStephan Bergmann1-2/+2
Change-Id: I912f9d1454c049419e9ead6f0ff8d7fa7d8cd6c5
2014-08-25QueryBox RID_QRY_* -> MessageDialog + stringCaolán McNamara3-26/+9
Change-Id: I3349a513a1e1b6fefd1f0f07a8a0798a325d87db
2014-08-25set names on a bunch more threads...Michael Stahl2-0/+8
Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8
2014-08-25set names on some UNIX-only threadsMichael Stahl2-0/+4
Change-Id: I4c247916256618312e7d98673d9db4d26e26fa39
2014-08-25Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+3
Change-Id: Icc073be041ae0b0c690e869a0edaff3515d1d601
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist5-7/+5
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-2/+0
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-21Remove useless include tools/debug.hxx from forms and extensionsMarcos Paulo de Souza8-18/+0
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-20rename define tooThomas Arnhold1-1/+1
Change-Id: I33c9c867f058d69739d1389c76f76f89f1150b93
2014-08-20stray ErrorBox from ResIdThomas Arnhold1-1/+2
forgotten in c584f344b7f810c297da616befdc354b86fbf8b8 Change-Id: I2847b1853602c3a0ac1f9e55b496a34a408c790c
2014-08-20TabPages are no longer loaded from resource filesCaolán McNamara2-11/+2
Change-Id: I009e0f388cfe1861cef89d2148a02380dd47c1ff
2014-08-20Resolves: fdo#79227 labels are truncatedCaolán McNamara1-4/+2
Change-Id: I9d5cd9491325aab6c844c889bf4db6baab2e75c8
2014-08-20drop unused helpidCaolán McNamara1-1/+0
Change-Id: Iba89e712dda4795a045c7cc346ed1c100e1cbfbc
2014-08-20rework RID_TP_GENERAL conversion to make widgets visible, etc.Caolán McNamara6-511/+865
Change-Id: I93e30198e27631ad4a6865fd202af16094c26a41
2014-08-20Convert RID_TP_GENERAL tabpage to .uiPalenik Mihály10-592/+346
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-20java: remove unnecessary constructor declarationsNoel Grandin3-15/+0
in the absence of any other constructors, the compiler will automatically generate a public no-arg constructor Change-Id: I70eca507cd8e16e33580b3398d41d70690bc2909
2014-08-19java: no need to instantiate String objects directlyNoel Grandin2-2/+2
Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03
2014-08-18these strings should be translatableCaolán McNamara5-4/+98
so bring back scn.res and add them in there Change-Id: I378d64f524c64295d26223f54fe17950b475cd80
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-8/+5
Change-Id: I57d4e43460e40d3aff54873280eddbb18c12446b
2014-08-18callcatcher: another round of resource ctor removalsCaolán McNamara5-38/+8
Change-Id: Ic554fa7c1e549a0f39296836868b22ccf4c859d3
2014-08-16callcatcher: update unused codeCaolán McNamara2-16/+0
res ctor fallout continues at pace Change-Id: Ic431c678919a6521ce94719cbf06b87ebf922a0c
2014-08-15ErrorBox RID_ERR_NEEDTYPESELECTION to StringThomas Arnhold3-19/+6
Change-Id: Ia7b4807bc3847a50f753541b0495d36176603e63
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara2-9/+0
and two virtual methods don't need to exist after that Change-Id: I50ea8eaa99fddfed7e0c61e99e76631aa595f2dc
2014-08-14Convert RID_PAGE_OPTION_DBFIELD tabpage to .uiPalenik Mihály6-95/+130
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-14convert RID_DLG_SELECTION to .ui formatCaolán McNamara7-123/+142
Change-Id: Ib23d8ec34c757bb8268651d4a1d00c6528dac9c1
2014-08-14java: remove unused importsNoel Grandin1-1/+0
Change-Id: Ic60b30141fd1dc61acfb97b811aec680a2ab9c22
2014-08-13java: remove dead methodsNoel Grandin1-4/+1
found by UCDetector Change-Id: I219caa8e680dba5a395541a778df6144841c4dde
2014-08-13warning C4189: local variable is initialized but not referencedThomas Arnhold1-1/+0
Change-Id: I12f050afe42e6ef50286423d7d055e794f04ecc4
2014-08-13warning C4628: digraphs not supported with -Ze...Thomas Arnhold1-1/+1
...Character sequence '<:' not interpreted as alternate token for '[' Change-Id: If5024a7e3ede9b416f391583a2d3959620f2437c
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin3-0/+5
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-11these are global strings nowCaolán McNamara2-4/+0
Change-Id: I0ca622afcf5dd4a5cc62d9bfd31974d800c659d1
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin4-8/+6
.. actually thrown Change-Id: Ia326ac7f82e11b948ed0f34e20908a96e7adcd10
2014-08-08java: remove redundant null checksNoel Grandin2-10/+7
Change-Id: Ia42e5ed715fbd3f5b84029a9844da55f307c6260
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-1/+1
Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4
2014-08-08java: remove redundant super-interfacesNoel Grandin1-2/+1
Change-Id: Iaf671ef87057362c804999a5154d8e8277bbc4b8
2014-08-07Convert RID_DLG_FORMLINKS to .uiPalenik Mihály8-208/+284
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-05Convert PAGE_CONNECTION to .uiPalenik Mihály1-1/+1
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-05java: remove commented out codeNoel Grandin2-27/+0
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
2014-08-05java: remove unused fieldsNoel Grandin1-1/+0
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
2014-08-04remove unused resource idsThomas Arnhold2-21/+0
ui conversion fallout Change-Id: I9c07728e6fccee46545171573fb95fbda8cf1fcb
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin2-2/+2
where the return value is always cast to XMultiServiceFactory, so just do the cast in the method and avoid noise at the call sites. Change-Id: I3a2e06ac6edb3c6021eda6442032db57aaa22e13
2014-08-01typo: more then -> more thanTakeshi Abe2-2/+2
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
2014-07-24set the help id here nowCaolán McNamara1-0/+1
Change-Id: Ic297fc0f8afb1d78267c1db96601acdc33372654
2014-07-24RID_DLG_ADDRESSBOOKSOURCEPILOT conversion to .uiSzymon Kłos3-57/+40
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-22callcatcher: update unused codeCaolán McNamara2-19/+0
Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff
2014-07-21remove unused fieldNoel Grandin1-3/+1
Change-Id: I4d58650f96191c0c58c0cd1233d7a7f670de3324
2014-07-19coverity#982457 Explicit null dereferencedCaolán McNamara1-0/+6
Change-Id: Ia5229858cdb2c6d8088ed6684186e5cfc1fe4213
2014-07-14Convert 3 dialogs to .uiPalenik Mihály7-39/+12
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-10coverity#1224983 out of boundNorbert Thiebaud1-1/+1
Change-Id: I58cf35e8729110f2488bf08d6cadc1ec428298cf
2014-07-10RID_DLG_SELECTLABELCONTROL and 3 tab pages conversion to .uiSzymon Kłos16-334/+509
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>