Noel Grandin
c2f912b51e
convert FilePicker flags to scoped enum
...
and merged into the other flags variable.
Change-Id: I23ed21936b9de1537a06168de04530b9fb6bcff1
Reviewed-on: https://gerrit.libreoffice.org/24889
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
Tested-by: Noel Grandin <noelgrandin@gmail.com >
2016-05-13 06:29:04 +00:00
Julien Nabet
e809b97b63
Typo: ExcecuteContextMenuAction->ExecuteContextMenuAction
...
Change-Id: Ifb121344a8f235d71bab33c03808e3f44d7bee7c
Reviewed-on: https://gerrit.libreoffice.org/24942
Reviewed-by: Julien Nabet <serval2412@yahoo.fr >
Tested-by: Julien Nabet <serval2412@yahoo.fr >
2016-05-13 05:07:44 +00:00
Johnny_M
55a07f3e91
Updated core
...
Project: help 8799ced9da7b7aeb37fadf700e062cc3255ebfe0
tdf#99809: BASIC: Update Rnd function and Randomize statement
BASIC's Rnd function and Randomize statement were updated on
tdf#70474 and tdf#90110. (See
https://gerrit.libreoffice.org/#/c/15818/ for the latter change.)
Their documentation needs to be updated accordingly.
Change-Id: I17f6a04858a20a969dc427be43dd903aedc04ecb
Reviewed-on: https://gerrit.libreoffice.org/24943
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com >
2016-05-13 02:02:49 +00:00
Takeshi Abe
b43b79648f
starmath: SmMatrixNode should have the node TMATRIX
...
... rather than the one after its closing brace.
So far having an arbitrary node is OK for SmMatrixNode
because existing code does not refer to it, but it is
saner to keep relevant nodes in the syntax tree.
Change-Id: Ia5412454c996eedde1545cd8a2f323eb95593eb9
Reviewed-on: https://gerrit.libreoffice.org/24909
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp >
2016-05-13 01:40:50 +00:00
Kohei Yoshida
db729f3b68
Update mdds to 1.2.0. Note that the API version is also up.
...
liborcus-0.11.2 is out only to make it buildable with mdds-1.2.
Change-Id: I9648d827b008da252c57be0ebfd2efccb008ac70
Reviewed-on: https://gerrit.libreoffice.org/24944
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us >
2016-05-13 00:35:20 +00:00
Julien Nabet
0876e5a20a
Remove wrong TODO
...
Change-Id: I9d3744a802b6d213fa5ac32f6e7a24537cba1970
Reviewed-on: https://gerrit.libreoffice.org/24941
Reviewed-by: Julien Nabet <serval2412@yahoo.fr >
Tested-by: Julien Nabet <serval2412@yahoo.fr >
2016-05-12 20:17:08 +00:00
Miklos Vajna
1f041bf31e
framework: register DispatchDisabler service
...
Change-Id: I72d9f8b00ba8b2e4e5dc70d7fd77e13ccf9d3bcc
Reviewed-on: https://gerrit.libreoffice.org/24940
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk >
Tested-by: Jenkins <ci@libreoffice.org >
2016-05-12 19:26:09 +00:00
Michael Meeks
02833c03ee
framework: initial implementation of a dispatch disabler.
...
This should allow remote, eg. URE dispatchers to trivially disable
lots of the UI without requiring a large volume of round-trip IPC.
Change-Id: Ibd0681ac993196f826b4ed411da5ffedb7f85786
Reviewed-on: https://gerrit.libreoffice.org/24938
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk >
2016-05-12 18:30:21 +00:00
Michael Stahl
e3b990a47f
tdf#99722 sw: silly performance issue when firing a11y events
...
SwAccessibleEventList_Impl::MoveInvalidXAccToEnd() pointlessly copies every
single element when iterating over the list and then deletes the copy again
(which is expensive due to the WeakReference member).
This speeds up loading the first 500 pages of the bugdoc from 4:20 to
1:37 in a Linux dbgutil build.
(regression from 76c549eb01
)
Change-Id: I7c7299e5e82095f5a51f395bc5076ca899b59f81
2016-05-12 20:02:46 +02:00
Miklos Vajna
532506b1f8
CppunitTest_sw_uwriter: fix loplugin:cppunitassertequals warnings
...
Change-Id: I535f28ff9307702e6070bfeaeb6e811d079e373e
Reviewed-on: https://gerrit.libreoffice.org/24914
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk >
2016-05-12 17:24:37 +00:00
Eike Rathke
e74de117e5
if we can't use assert() as intended then use SAL_WARN()
...
Change-Id: I5b8d4a8054fb2cfbab2b762371e52fac73cf5e55
2016-05-12 17:59:02 +02:00
Eike Rathke
c0977216d7
Revert "Silence -Werror,-Wimplicit-fallthrough under NDEBUG"
...
This reverts commit 1d54b93670
.
Calling abort() here was not the intention.
2016-05-12 17:54:51 +02:00
Eike Rathke
c19e7cf433
use SAL_WARN()
...
Change-Id: Ic57614054a7552d778b7bcb36ba3a52865291b5c
2016-05-12 17:52:44 +02:00
Eike Rathke
d7d1ce3cd8
if we can't use assert() as intended then use SAL_WARN()
...
... even if we lose the "hit me on the head" feature.
Change-Id: I7a8ea4ef25a4aa21b06fae8751e7037ff27bad8b
2016-05-12 17:35:07 +02:00
Eike Rathke
64fa77675d
Revert "Silence -Werror,-Wimplicit-fallthrough under NDEBUG"
...
This reverts commit 544d2408e7
.
Unconditionally calling abort() here was not the intention.
2016-05-12 17:35:06 +02:00
Eike Rathke
0c991c5dbf
comment the outdated documentation
...
Change-Id: I6ee52d2d61ebb1763f2f86c467021fc80467601f
2016-05-12 17:35:05 +02:00
Pranav Kant
e260525220
sc lok: Invalidate the new extended area
...
Change-Id: I1fa58ca935860ed3c5983f4e6b15c9f7c8feda9b
Reviewed-on: https://gerrit.libreoffice.org/24925
Reviewed-by: Jan Holesovsky <kendy@collabora.com >
Tested-by: pranavk <pranavk@collabora.com >
2016-05-12 15:02:02 +00:00
Tor Lillqvist
64e24d9bfc
Revert "tdf#98983: Font fallback: Map 'MS Sans Serif' to the TrueType version"
...
Turns out the problem has already been fixed in master in a different
way by mst. Sorry, I did not have a master build to check in Windows,
I was actually working on fixing the bug in a 5.1 tree.
This reverts commit 0a986598cf
.
2016-05-12 17:58:04 +03:00
Tor Lillqvist
0a986598cf
tdf#98983: Font fallback: Map 'MS Sans Serif' to the TrueType version
...
Also, I don't see the point in using lstrcpynW() instead of a plain
wcscpy(), as we were passing the manually specified very length of the
source string (including terminating nul character) anyway. We did not
use a copying function that would have taken the size of the
destination buffer as a limit parameter, for instance.
Change-Id: If9e2f56b16358201c113e06289f63ed3454e00c9
2016-05-12 17:46:46 +03:00
Stephan Bergmann
2ed2862095
Silence -Werror,-Wimplicit-fallthrough under NDEBUG
...
Change-Id: I7b2d5275614af69f6065d1838a76436801be30ef
2016-05-12 15:24:53 +02:00
Stephan Bergmann
13801e2c73
Massage code to avoid warnings
...
Change-Id: I51e982f7a1a2434f2e26621f9d26ee09136f38f7
2016-05-12 15:16:22 +02:00
Stephan Bergmann
544d2408e7
Silence -Werror,-Wimplicit-fallthrough under NDEBUG
...
Change-Id: I97f68c32f6fca768f961a5252b042d115d271aab
2016-05-12 15:08:31 +02:00
Krishna Keshav
aa74c30edd
Removed 'altstrfunc.cxx' and .hxx
...
renamed and moved 'start()' to it's only call site -
as 'startsAsciiCaseInsensitive' lingucomponent/source/languageguessing/simpleguesser.cxx.
moved inline bool to it's only call site -
as 'isSeparator(const char)' from altstrfunc.hxx to lingucomponent/source/languageguessing/guess.cxx.
Change-Id: Ic624ba3cab90bd454311219966c19fb550388da1
Reviewed-on: https://gerrit.libreoffice.org/24864
Reviewed-by: Michael Meeks <michael.meeks@collabora.com >
Tested-by: Michael Meeks <michael.meeks@collabora.com >
2016-05-12 13:01:52 +00:00
Stephan Bergmann
1d54b93670
Silence -Werror,-Wimplicit-fallthrough under NDEBUG
...
Change-Id: If2fc8dd5a3b2dab2f1b3654dbdb42e112ff64347
2016-05-12 14:54:31 +02:00
Michael Stahl
2f353af253
reportdesign: replace rest of boost::ref usage with C++11 lambdas
...
Change-Id: Ib530bbecbbb19fa09b24d3837d8f8f023d4ed359
2016-05-12 14:38:16 +02:00
Michael Stahl
3e61eb69ac
reportdesign: replace boost::bind with C++11 stuff
...
Change-Id: Idd164e36d6f20a24123886ee1f15202c796eacc6
2016-05-12 14:38:16 +02:00
Stephan Bergmann
3d1b29a7da
Silence -Werror,-Wimplicit-fallthrough under NDEBUG
...
Change-Id: Iea1951275966aa9e428505eba3b8133bc10b90f5
2016-05-12 14:38:56 +02:00
Stephan Bergmann
11b3262dd1
loplugin:nullptr
...
Change-Id: I2eb28f3408967d9de4143f6b9212056ac8614d1c
2016-05-12 14:37:32 +02:00
Stephan Bergmann
f3e18ad14e
loplugin:passstuffbyref
...
Change-Id: Ifa990214aaf749d039043aa51d3301dc0f1f0e4f
2016-05-12 14:35:23 +02:00
Noel Grandin
0c2d51e0da
Convert SCA flags to scoped enum
...
Change-Id: I761022dd78f6c1d19cf4f2650a5ac7b2212c11c3
2016-05-12 14:33:35 +02:00
Noel Grandin
aba06d6f8d
Convert EA flags to scoped enum
...
Change-Id: I7fbd4cea13fc311624804f7acd9dd66955b860d3
2016-05-12 14:33:35 +02:00
Noel Grandin
5b6b61b00b
Convert BA flags to scoped enum
...
Change-Id: I22a6f41091d69ad4ed91a745e9b7cbcebd9fad55
2016-05-12 14:33:35 +02:00
Stephan Bergmann
4baf56e63d
loplugin:passstuffbyref
...
Change-Id: Iba108c1007f33de2e7207e25d7eb2dfc18d1c22c
2016-05-12 14:26:29 +02:00
Stephan Bergmann
9ea219dc5a
loplugin:passstuffbyref
...
Change-Id: I5a98cea6402b0a02c0e7c329d07d05759a74ec95
2016-05-12 14:23:23 +02:00
Stephan Bergmann
42b7285efa
Fix bitmask
...
...from e82fe5f00a
"Convert BOOL_ATTR to scoped
enum"
Change-Id: I78500163391eae2927ea96d3f14bf4ea5535b0f6
2016-05-12 14:21:12 +02:00
Stephan Bergmann
c66761f98d
Silence -Werror,-Wimplicit-fallthrough under NDEBUG
...
Change-Id: Iff742ad9a53086028049dd2df3bf63303c32c317
2016-05-12 14:17:48 +02:00
Stephan Bergmann
0dc02bb961
Silence -Werror,-Wimplicit-fallthrough under NDEBUG
...
Change-Id: I6abfef139197379f04e1a9df80e974c5d4021890
2016-05-12 14:15:27 +02:00
Noel Grandin
0dc0f9733f
Convert DA flags to scoped enum
...
Change-Id: Iabbf4b32a1b5b47e6cfe791a15f111918d5bd3a9
2016-05-12 14:13:04 +02:00
Stephan Bergmann
f7b3cef45b
Massage code to avoid warnings
...
Change-Id: I112f5e7c845184b9aa5285ecfa40b5bbb34ffde1
2016-05-12 14:11:38 +02:00
Stephan Bergmann
a17f715102
Massage code to avoid warnings
...
Change-Id: I51eacdae13f86e6d51e54b990152d273bf49eedf
2016-05-12 14:08:11 +02:00
Noel Grandin
75bcafb495
convert CCA flags to scoped enum
...
Change-Id: Ic52872ac60845e92cc3774c693fdd7918efefe89
2016-05-12 14:05:58 +02:00
Stephan Bergmann
6d12687bc1
Silence -Werror,-Wimplicit-fallthrough under NDEBUG
...
Change-Id: Id6dd53d8802f19fd7b78d4613ba2085d093a35be
2016-05-12 14:05:17 +02:00
David Tardon
8a7df40a48
use unique_ptr
...
Change-Id: I49f08a066f3a5f6f3479060d8a528a7cfdfdc02c
2016-05-12 13:57:23 +02:00
David Tardon
9d93b5cad0
avoid crash when using the New Slide toolbar popup in Impress
...
Change-Id: I5aeb77fa8764179699d884647e8734d413752130
2016-05-12 13:57:23 +02:00
David Tardon
2f57b2280c
do not try to use obj. that is already being disposed
...
Change-Id: Ibb25e5bfc3e161be9fdac124b5a107a6d180bf1e
2016-05-12 13:57:23 +02:00
Stephan Bergmann
29093124c0
Massage code to avoid warnings
...
Change-Id: Ibd4cb3a7d81544f941e2849f5dcba2fe7b961cfb
2016-05-12 13:55:51 +02:00
Noel Grandin
e82fe5f00a
Convert BOOL_ATTR to scoped enum
...
Change-Id: I7991c6d05503dcbc1e5fd45d07227b766c409f65
2016-05-12 13:54:00 +02:00
Samuel Mehrbrodt
8bcacdc832
tdf#63994 Calc Multiline Input: Create new line with Shift-Return
...
Change-Id: I5ddf6d51aaf7168cf116169f30a1c308b3445a6d
Reviewed-on: https://gerrit.libreoffice.org/24694
Tested-by: Jenkins <ci@libreoffice.org >
Reviewed-by: Eike Rathke <erack@redhat.com >
Tested-by: Eike Rathke <erack@redhat.com >
2016-05-12 11:53:19 +00:00
Stephan Bergmann
34499f08b5
Silence -Werror,-Wimplicit-fallthrough under NDEBUG
...
Change-Id: I030404b445f310a850e0fee2f7ff06baebc9932a
2016-05-12 13:41:41 +02:00
Caolán McNamara
52909035af
have another stab at fixing the -Wimplicit-fallthrough in json_parser
...
without triggering a -Wimplicit-fallthrough in unreachable code
Change-Id: I971272ffcf87d7224265a9a3ae87fcf8129c7a7a
2016-05-12 12:37:53 +01:00