Commit Graph

377275 Commits

Author SHA1 Message Date
Julien Nabet
c657740b0f getFiles: simplify even more description
Conflicts:
	offapi/com/sun/star/ui/dialogs/XFilePicker.idl

Change-Id: I89cec47234e275d4753a779e320fc6288c6a4fbc
Reviewed-on: https://gerrit.libreoffice.org/16985
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-07-14 08:20:34 +00:00
Tor Lillqvist
f3df77acca With --enable-gtk3 we need GLib >= 2.38
The G_ADD_PRIVATE used in libreofficekit/source/gtk/lokdocview.cxx is from
2.38.

Change-Id: I2058932f8252d2715f970f020160f4f960987125
2015-07-14 11:03:56 +03:00
Noel Grandin
a04354ecb3 improve the unusedmethods plugin
to find stuff called from 2 levels+ inside template methods

Change-Id: I4ba308a992e64a091e5364b8aa89e44d6772dcb0
2015-07-14 09:43:57 +02:00
Andras Timar
1038d628b3 Updated core
Project: help  053cee1d890e225245b9d8004ab94cf27b1a9621

tdf#92684 embed places section instead of the deleted defaultdir section

Change-Id: I2e360913ca041996c2fe5638a992d1f999e3b67f
2015-07-14 07:27:23 +00:00
Stephan Bergmann
d537a439fe Revert "Avoid loplugin:staticmethods in non-debug build"
This reverts commit 97df2dee8e, obsoleted by
cbce40e965 "Make content of OSL_ASSERT,
DBG_ASSERT, etc. visiblie in non-debug builds."
2015-07-14 08:09:52 +02:00
Stephan Bergmann
1a945712f6 Revert "Avoid loplugin:staticmethods in non-debug build"
This reverts commit d0ba487bae, obsoleted by
cbce40e965 "Make content of OSL_ASSERT,
DBG_ASSERT, etc. visiblie in non-debug builds."
2015-07-14 08:09:52 +02:00
Marek Doležel
0bd582834b tdf#92582 Revert "tdf#91544: fix freezing of Data source window"
This reverts commit 77c47fc79c.

This doesn't reintroduce the original problem of tdf#91544.

Change-Id: Iee4d54e584cf098be70e8c49f9050d537567cf92
2015-07-14 03:05:41 +02:00
Andras Timar
9be553f4c6 Updated core
Project: dictionaries  a06da898df0371577c5c2466480f6c807e6c211f

Updated Slovenian thesaurus

Change-Id: If822610ad6d9eca02629959cf8040fe1680f8140
2015-07-13 21:56:38 +00:00
Caolán McNamara
8de7d44f96 disable newly unused code since last disable
Change-Id: I9f0abc3963ac4687e29fc629f1b9e9bb1fffaf8a
2015-07-13 20:59:05 +01:00
Caolán McNamara
173fd90387 fix a third emf crash
Change-Id: I3b5d0daf05e3272d2afa0da84ff0b1f8d5c965a4
2015-07-13 20:49:01 +01:00
Markus Mohrhard
f90307a937 disable that code for now
Change-Id: I9f65babd0314498145746c452180ccf4fab64720
Reviewed-on: https://gerrit.libreoffice.org/17020
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2015-07-13 18:20:05 +00:00
Eike Rathke
baffa3e376 renumber globstr.hrc STR_...
and move STR_HEADER_RANGE_OR_EXPR and STR_HEADER_RANGE to proper
positions.

Renumbered sc/inc/globstr.hrc consecutively using
sc/util/number-defines-consecutively.awk which closed a gap of six
strings.

Change-Id: Ibf643ad5b243caf7b01226af399e60bbe0433a15
2015-07-13 19:51:48 +02:00
Eike Rathke
ffebdead54 Resolves: tdf#92709 conditional formats are applied to ranges, not expressions
Hence we need a separate string as header in the dialog. Unfortunately I
did not see this when applying 0cf38e7d0c

Change-Id: Ib60cef29e663e71a25849df1d5a926f0e871bb8b
2015-07-13 19:51:47 +02:00
Maxim Monastirsky
107a4740f6 tdf#39478 Fix custom shapes status update
In sw it was still returning a string item, although the
slot type was changed to boolean back in 2005 with
4cce2a2f08.

In sc the status update was simply missing.

Change-Id: I8a6dd157d1e401754b3a9a93dc83458dcdd4f089
2015-07-13 20:40:12 +03:00
Stephan Bergmann
18f3cefd50 warning C4101: unreferenced local variable
Change-Id: I3d2d46c7b722557f3dbfd95eb2b8649f8078d4df
2015-07-13 18:57:35 +02:00
Stephan Bergmann
67badfc9da Code deliberately not linking against sal just can't use OSL_ENSURE
Change-Id: I20820ea382ac9933bf2c6118d466625120b49d67
2015-07-13 18:39:42 +02:00
Stephan Bergmann
cbce40e965 Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds
...to avoid lots of loplugin:staticmethods warnings.  Also enables DBG_ASSERT
etc. also for --enable-debug builds in addition to --enable-dbgutil builds.

Change-Id: Ib89ecd9ab8ce7abb2c64790ace248b31f9d2b64d
2015-07-13 18:14:11 +02:00
Julien Nabet
429280541f tdf#92693: ReportBuilder: MINUTES() rounded to nearest for fractional minutes
... instead of the correct truncation.

Thanks to Lionel for the idea of the fix and his patience for newbies like me!

Change-Id: Iae9ec9251c0beb0c1856a6573f6ff7963d216256
Reviewed-on: https://gerrit.libreoffice.org/17012
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
2015-07-13 15:43:29 +00:00
Caolán McNamara
74f9d9808f Resolves: tdf#92671 union each monitor workarea to find best screen workarea
Change-Id: Ia77063f7008f960373861b8b59710abe9918865c
2015-07-13 16:19:46 +01:00
Maxim Monastirsky
e82951a858 chart2: Fix .ui widget names
warn:vcl.layout:13283:1:include/vcl/builder.hxx:413:
widget "checkbutton_x_axis_title" not found in .ui

warn:vcl.layout:14352:1:include/vcl/builder.hxx:413:
widget "checkbutton_y_axis_title" not found in .ui

Change-Id: I5a6e29b24706df0925038e869be94b0f6a8d232f
2015-07-13 16:29:48 +03:00
Winfried Donkers
f3d748937a tdf#89031 remove agressiveness from Calc function suggestions
Change-Id: I7751a038f8482addc0e45c0461666bbd1c959d12
Reviewed-on: https://gerrit.libreoffice.org/16478
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2015-07-13 13:19:43 +00:00
Jorenz Paragas
6e7c923d63 tdf#91112 replace o3tl::compose1 with lambdas in connectivity
Change-Id: I8f61471e08fe7f620d76bdcd72eb7f5c35931388
Reviewed-on: https://gerrit.libreoffice.org/16940
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-07-13 12:23:30 +00:00
Stephan Bergmann
a5db487caa -Werror,-Wunused-private-field
Change-Id: I35749d468d126084a518bcd423f8a081c7382d80
2015-07-13 14:22:51 +02:00
Arnaud Versini
59f58350e4 swui: avoid name conflict with SwTextPortion for LTO optimisation
Change-Id: Iaf6fec2e19af2cf393bc547c3ba439010819238f
Reviewed-on: https://gerrit.libreoffice.org/16949
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-07-13 12:12:08 +00:00
Maxim Monastirsky
2aea9e37d6 Introduce generic sub toolbar controller
Currently many toolbar controllers are basically doing the
same thing - show some docked toolbar. So the idea here is
to have one generic controller that will handle all these
cases in a unified way. It will get the name of the toolbar
that it's supposed to show from the configuration, based on
the command it was registered for.

Right now it can handle both simple (i.e. with DROPDOWNONLY
bits) and split (i.e. with DROPDOWN bits) scenarios, where
for split kind it replaces the function (and the image) of
the main part of the button, with the last selected function,
for easy reusing. A button is considered to be a split one,
if the name of the initial default command was passed along
with the sub toolbar name, otherwise it will be a simple
button.

The core change is in framework/. Other parts are a usage
example, in form of converting the custom shapes buttons
to this new controller.

Change-Id: I087cc58c3db1889ca69a26546d4f00fe07e2a58d
Reviewed-on: https://gerrit.libreoffice.org/16967
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2015-07-13 12:09:52 +00:00
Laurent Balland-Poirier
9c2a8065ad tdf#90133 Comply attributes name with OASIS#3860
See https://issues.oasis-open.org/browse/OFFICE-3860

Change-Id: I707b2e86633bc66df03dba8c43879aa6d5153062
Reviewed-on: https://gerrit.libreoffice.org/16905
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2015-07-13 12:09:00 +00:00
Stephan Bergmann
e80df0d58b tdf#92639: Slashes are allowed in set member names, of course
Change-Id: I30944fe9611e83566c891a7d1461ad02979daddd
2015-07-13 14:08:07 +02:00
Michael Stahl
888f51c749 avmedia: add some missing license headers to vlc files
Change-Id: Ice9440bec7b0b5a4de2dca1392805130b1048303
2015-07-13 13:44:41 +02:00
Michael Stahl
7e65570866 avmedia: remove empty ThreadsafeQueue.cxx
Change-Id: Icbaea4a55567ce3ab320518fd4a501216c4feb86
2015-07-13 13:44:40 +02:00
Stephan Bergmann
61a3be76c2 tdf#92668: Revert some implementation names, for backwards compatibility
These implementation names of Calc, Draw, Impress, and Writer documents are the
most likely to be checked by existing third-party code, so revert the
corresponding parts of 3099c70b11 "Fix various
XServiceInfo implementations" (and instead add fixups in CppunitTest_serives).

Change-Id: I1a760adbf4c89a1b4477d6e628abba8d2028ccfe
2015-07-13 13:47:50 +02:00
Caolán McNamara
7de992bcc6 fix a11y crash seen on close of tdf#92573
its not the reported crash, which has "gone away" which might
be a duplicate of tdf#90502

the switch only handled RES_TITLE_CHANGED and RES_DESCRIPTION_CHANGED so if its
anything else, e.g. OBJ_DYING, then don't attempt GetNoTextNode

Change-Id: I642beb66613481cbc7ee18647f0204a67d670a84
2015-07-13 12:41:00 +01:00
Eike Rathke
5af8cf2e94 use the DBL_MAX constant that we also use elsewhere, tdf#92457
Change-Id: Ibc48d12ca6b8eb33b2be29f485aa906c513f0591
2015-07-13 13:31:07 +02:00
Tor Lillqvist
1c263b70ca Bin pointless comments
Change-Id: Ifebb44ce61b920488af52c7ab377c188bd4f9015
2015-07-13 13:57:41 +03:00
Tor Lillqvist
c50f962215 Bin unneeded includes
Change-Id: Id0e63897c9840ef412cf575de0485f2b685aaebc
2015-07-13 13:55:41 +03:00
Tor Lillqvist
83b072657e Bin two unused fields
Change-Id: If06753320d34e0e677c9456ddb47bfd3636e8a66
2015-07-13 13:04:09 +03:00
Caolán McNamara
3131205c05 min legal size here is > 4
Change-Id: I9f68d000b32623db4d949d13284043630f5689f4
2015-07-13 11:03:14 +01:00
Noel Grandin
a6fed7a19b loplugin:unusedmethods vcl
Change-Id: I53c66b7898f4e0a66e6172d22c6f782dadaf6589
Reviewed-on: https://gerrit.libreoffice.org/16975
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-13 09:56:16 +00:00
Eike Rathke
5a247505a3 don't crash on Shift+F10, men can be null, tdf#92630 follow-up
... and actually make this work with a context menu..

Change-Id: I9a9bcdccae859cb2a54ec7db442435215e21e0e0
2015-07-13 11:51:43 +02:00
Heiher
1f99f4a9c8 bridges: mips64: Fix build failure in new codes.
Change-Id: I17fe0fb0ce9341a638b2687e7690777a8de7fa01
Reviewed-on: https://gerrit.libreoffice.org/16980
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-13 09:49:14 +00:00
Caolán McNamara
755b9320c8 ww8: make sure we don't wrap around
Change-Id: I667bb264f92024b72f230c2ddbba3887471345f2
2015-07-13 10:47:11 +01:00
Stephan Bergmann
4cb59a867f Fix IndentingPagesHdl type (and GetIndentingPagesHdl is unused)
Change-Id: Ide5398040678a81e032e91e582b39d516e8c08a8
2015-07-13 11:21:01 +02:00
Stephan Bergmann
51e848095a Missing @since tag
Change-Id: Id8309575cbde56d5eacfc96586b4c91173256519
2015-07-13 10:59:14 +02:00
Caolán McNamara
fe20502c86 emf: fix another hang
Change-Id: I971ba5f422827f3b8fcdb86c447fc48415225eca
2015-07-13 09:49:08 +01:00
Stephan Bergmann
7668396d39 loplugin:implicitboolconversion
Change-Id: Id59a7c9402c59e91715f63a88eeed40d2ef9bd92
2015-07-13 10:15:31 +02:00
Caolán McNamara
8695633023 emf: fix hang
Change-Id: I2410308ecccb8c5318a718bafadc7b40a98cb82b
2015-07-13 09:11:45 +01:00
Caolán McNamara
7df4d8544c emf: test for empty polygons
Change-Id: I3c8896230e3d48a37f4b8d702b0f673e44f45ba4
2015-07-13 08:42:04 +01:00
Takeshi Abe
5d75fc9dbb tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants, in configmgr.

Change-Id: I0cf82ab487ed879aa385d6065e908e347c0778e8
Reviewed-on: https://gerrit.libreoffice.org/16964
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-13 07:37:04 +00:00
Stephan Bergmann
7f32aec63f Broken code
...from d11b244bf9 "getFiles: truncate to 1 file
only"

Change-Id: I149489212db943f79dfda7f1012d22809f090851
2015-07-13 09:29:41 +02:00
Stephan Bergmann
5b16fff9ac loplugin:staticmethods
Change-Id: I8b57b7ce707438ad3c7c901b03c94d9045585ed8
2015-07-13 09:21:51 +02:00
Noel Grandin
2970ec8438 editeng: make Link<> usage typed
Change-Id: Iec36c7e4f4fbc2ee2ee25d4d0c8488340ba7d8c4
Reviewed-on: https://gerrit.libreoffice.org/16968
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-13 06:58:14 +00:00