summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
2014-09-15cppcheck: unpreciseMathCallJulien Nabet1-1/+2
Change-Id: I440dc3e30ee139d6cb261e1308e48e9b63b52bc8 Reviewed-on: https://gerrit.libreoffice.org/11434 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-09-12extensions: sal_Bool -> boolStephan Bergmann13-30/+30
Change-Id: I026056e093661d3beb7f7a231d6cf0e8c72e5b50
2014-09-12Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann1-7/+7
Change-Id: Ic81b4510aef3476a53c811b7c91ee1941068ce59
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-11/+11
...to gain further confidence in the claim "that none of the existing code tries to uses combinations of these enum values" (d92602c5b13d0a60439d86c5a033d124178726ca "more fixes for SfxItemState") Change-Id: I987922d945e8738e38adfde83b869adf3ff35b13 Reviewed-on: https://gerrit.libreoffice.org/11384 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-09-11create a master document template typeCaolán McNamara1-0/+1
of application/vnd.oasis.opendocument.text-master-template with suffic otm https://lists.oasis-open.org/archives/office-comment/201002/msg00042.html desktop/icons/oasis-master-document-template.icns is just a copy of desktop/icons/oasis-master-document.icns because I can't draw Change-Id: I0d18c79c4c893e97505052884ee8be97d0f117a1 Reviewed-on: https://gerrit.libreoffice.org/11350 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-10fdo#55380 replaced use of obsolete interfacesDaniel Sikeler1-8/+8
Change-Id: I94fed6a9361f21457b3e631efffc0db833068aef Reviewed-on: https://gerrit.libreoffice.org/11256 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-09-09semibold->boldCaolán McNamara2-2/+2
Change-Id: I563f4530f2003ea3090cd15696ea53143f7b3aa6
2014-09-09fdo#45071: Remove ENABLE_NPAPI_INTO_BROWSER left-oversStephan Bergmann4-211/+0
...from previous commit Change-Id: I945faa6215f971ce817c6450fe0786da0696091f
2014-09-09fdo#45071 Remove Libreoffice browser pluginBryan Quigley16-3276/+0
This removes ENABLE_NPAPI_INTO_BROWSER while it should keep ENABLE_NPAPI_FROM_BROWSER (embed flash in LO) intact. Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: extensions/source/nsplugin/source/npshell.cxx Change-Id: I80a9159a75653c74423d8fdc7c188568d3188e04
2014-09-07create clang plugin to warn about C-style castsNoel Grandin1-8/+8
We don't like C-style casts in our nice C++ code Change-Id: I94e7ec90de9275cd6e20c4146d4f3a74bed93c9d Reviewed-on: https://gerrit.libreoffice.org/10367 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-08-31Add help button to dialogOlivier Hallot1-0/+14
Change-Id: I2b4eab22da81379a94b21947872a4dc2e9214c5f Reviewed-on: https://gerrit.libreoffice.org/11210 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-31FDO#83283 (part) help btn for Label Field select'nOlivier Hallot1-0/+14
Help button for Calc Label Field Selection Change-Id: Ia3024992ff804be469cf32caf1a2b84675557415 Reviewed-on: https://gerrit.libreoffice.org/11208 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
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