summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
2014-10-02MWERKS etc. are not supported toolchainsMichael Stahl1-5/+0
Change-Id: I449fe34be396114529357388c87162aaf8976292
2014-10-02coverity#1242860 Unused valueCaolán McNamara1-5/+1
Change-Id: Ibd6d737cf117af0c2fdda7768da6a173c59bd346
2014-10-01loplugin: cstylecastNoel Grandin10-16/+16
Change-Id: I6ea98852ba775d85ccd54823b67224ea7f587c65
2014-10-01fdo#82577: Handle TimeNoel Grandin2-2/+2
Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-30extensions: std::auto_ptr -> std::unique_ptrStephan Bergmann17-26/+20
Change-Id: I2d9d2e145584013d8e94f5aea2ec7732452b240c
2014-09-30fdo#82577: Handle RegionNoel Grandin2-4/+4
Put the VCL Region class in the vcl namespace. Avoids clash with the X11 Region typedef. Change-Id: I6e008111df7cf37121fbc3eaabd44a8306338291
2014-09-29loplugin: cstylecastNoel Grandin1-3/+3
Change-Id: I53b69a488c70769cbb841db519bc28fd211dc087
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-20/+20
left over from our conversion of the SvStream output operators to more specific methods Change-Id: I1d848f19f82783e6eabf2da37dbde78fe36ea1e0
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-5/+5
left over from our conversion of the SvStream output operators to more specific methods Change-Id: I482ca7abb84613971e7e8f839f7aa67a65cd71ff
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-6/+6
left over from our conversion of the SvStream output operators to more specific methods Change-Id: I2ea4c7d97e745b3e6a3834f41ac7bfefa4883c7a
2014-09-26coverity#983665 Uncaught exceptionCaolán McNamara4-4/+4
Change-Id: I3d0cd9a9bde8c3705abd876e832b6b7e56bb7fad
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2-10/+4
Change-Id: I364d6252f470dcc6d71a191f1249e95ca1f284ce
2014-09-23Leftover XLIB_Window -> WindowStephan Bergmann6-7/+7
Change-Id: I51aa3e3fbf440bbd16d43ab8113cd69937060bf3
2014-09-23fdo#82577: Handle WindowNoel Grandin87-241/+241
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-23Put schema.xml in the correct place, and drop the empty English strings fileTor Lillqvist1-1/+3
Change-Id: Ic9d3894611eedcffa9ce79ae8b2745de72eb9117 (cherry picked from commit 0b6555f594095ddc082d555852f7d8e9f7d7f266)
2014-09-23Use prex.h/postx.hStephan Bergmann2-15/+4
Change-Id: I055ae0426df86a1ea49385bc8c0b176cc4b9d940
2014-09-18Blind fix for WindowsStephan Bergmann1-2/+2
Change-Id: I1b923cba578b0acc2b9ce389c6c7d664fa00b268
2014-09-18Blind fix for WindowsStephan Bergmann1-4/+2
Change-Id: I186024f8a95ada752115750419a54a6231967f57
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-17/+0
Change-Id: I33cafe68c798e3d54943ea1790fa4e73f85e525d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-09-18fdo#82577: Handle FontNoel Grandin3-7/+7
Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
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