Yousuf Philips
c63aaa624a
Sifr: Add thesaurus duplicate to links.txt
...
Change-Id: I0cfecbef999bb251c1fd8829aed0a4f0268e176c
Reviewed-on: https://gerrit.libreoffice.org/27870
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2016-08-04 13:17:15 +00:00
Markus Mohrhard
ef3ca1da6b
save about 50% of the import time for nearly empty ods documents
...
It seems that currently most of the time is spent iterating through all
the cells to get the optimal row height. We can easily optimize by using
mdds::flat_segment_tree.
Now we don't need to iterate through all cells and instead can work on
whole blocks.
Change-Id: Id9a0686490b0e91ad6552b428c38a9f6635a7938
Reviewed-on: https://gerrit.libreoffice.org/27856
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-08-04 12:58:00 +00:00
Laurent Balland-Poirier
eee24c0ee3
Updated core
...
Project: help 63f0834e7b6747c46e3e4402ee5acd7fcc596d2b
Update Number formats Codes
- Insert bookmark links
- Add 4th section (text) of a format
- Add fraction representation
- Correct uppercase for time formats codes, + warning disambiguation minute/month
Change-Id: Ib2ba34c9572db340909f7efb4da45fa978b8dad2
Reviewed-on: https://gerrit.libreoffice.org/27831
Reviewed-by: Olivier Hallot <ohallot@collabora.co.uk>
Tested-by: Olivier Hallot <ohallot@collabora.co.uk>
2016-08-04 12:40:56 +00:00
Miklos Vajna
ba8fc726eb
svl: expose redo actions in SfxUndoManager::dumpAsXml()
...
To see if an undo action is actually deleted or just moved to the redo
stack.
Change-Id: I40632ea29353e50b643b8b1831d5ffdf443ca75a
Reviewed-on: https://gerrit.libreoffice.org/27871
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2016-08-04 11:56:32 +00:00
Miklos Vajna
428a1da60b
tdf#78506 RTF import: fix handling of invalid \levelnumbers
...
In case ';' is written in \u form in \levelnumbers, then Word ignores the whole
\levelnumbers contents, do the same.
Change-Id: I93ce5810af2b5ed703e804199c0b236d2c4c36b5
Reviewed-on: https://gerrit.libreoffice.org/27869
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2016-08-04 11:09:06 +00:00
Tomaž Vajngerl
24d1904264
tdf#101008 fix XOR rendering
...
Change-Id: Ied73966633e5ffd56faccea7ec1408bd83642b58
Reviewed-on: https://gerrit.libreoffice.org/27862
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2016-08-04 09:54:18 +00:00
nadith
bd4c80b856
tdf#100726: Improve readability of OUString concatenation
...
module cui and dbaccess fixed
Change-Id: Ief6fca46622fe4e0da804c9a874f7ec93a0fd7af
Reviewed-on: https://gerrit.libreoffice.org/27770
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-04 09:34:11 +00:00
Miklos Vajna
7cbb0664b9
sc: implement SfxUndoAction::GetViewShellId() interface ...
...
... in SfxUndoAction subclasses
Change-Id: I1504e2cfb0f58ff97e2de7a641d72e4867238164
Reviewed-on: https://gerrit.libreoffice.org/27861
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2016-08-04 08:41:33 +00:00
Caolán McNamara
2b3112b30a
the sole caller is ok with rPoint being modified, so change to non-const arg
...
Change-Id: I40a24502e2e8ad312e13e0c47ee1fde3118d2251
2016-08-04 09:16:04 +01:00
Caolán McNamara
cc7a554506
only called if !bDraw
...
Change-Id: I7310b5f8cbbc4176e76d92ce2bcd49168470843c
2016-08-04 09:16:04 +01:00
Caolán McNamara
35f4248206
SwLinePortion::GetCursorOfst is const and its ret is ignored here
...
so nOfst is unnecessary
Change-Id: I27f73057b55ebdf30eb69a19ee1b0647ba25583e
2016-08-04 09:16:04 +01:00
Caolán McNamara
2702796806
pPos can never be null
...
Change-Id: Ib7b57d628fbd80a1d2214917cd439e09d4803d91
2016-08-04 09:16:04 +01:00
Caolán McNamara
24c009de4d
Resolves: tdf#101269 cannot click/edit text inside a frame
...
regression from...
commit b0c0a074a2318a231f3f635784da494f1b713c53
Date: Mon Apr 18 11:03:43 2016 +0200
clang-tidy clang-analyzer-deadcode.DeadStores
suspect that some of these may reveal latent bugs....
and restore method then removed by
commit 47f62540bd2c2f107313bb0c6f141cd4460b6379
Date: Thu May 19 10:31:47 2016 +0200
loplugin:unusedmethods in sw
Change-Id: I14826eecadbc1a74e408f8907eea8746debe4db4
2016-08-04 09:16:04 +01:00
nadith
c85a3ac70d
tdf#100726: Improve readability of OUString concatenation
...
all most all of the places in the basic basctl modules this bug fixed
Change-Id: I1a4a03e207c1b520449c31a05265585120da07f6
Reviewed-on: https://gerrit.libreoffice.org/27662
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-04 05:53:34 +00:00
Rosen
3c9d834af0
tdf#100726 Improve readability of OUString concatanations
...
concat string to easy readability
Change-Id: Ied5db1d74ad6266df558b859074257fd0049ad29
Reviewed-on: https://gerrit.libreoffice.org/27858
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-04 05:49:55 +00:00
Noel Grandin
f5e3b7b0e4
loplugin:countusersofdefaultparams in accessibility,avmedia
...
Change-Id: Ic173f43c882384fe594e8ba3e44aedc3796a45f6
Reviewed-on: https://gerrit.libreoffice.org/27792
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-04 05:48:30 +00:00
Muhammet Kara
7f01cf67f8
tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
...
in SoundHandler, FrameGrabber, Manager, MissingPluginInstaller,
and several classes in 'avmedia' module.
Change-Id: I9ab42d2ef95f3b0c724a7be9eb9e2389336a6f38
Reviewed-on: https://gerrit.libreoffice.org/27777
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-04 05:47:28 +00:00
Noel Grandin
e5e7475feb
loplugin:countusersofdefaultparams in basctl..basic
...
Change-Id: I16fac3317ebf55581cb9aaef676a9759de51d695
Reviewed-on: https://gerrit.libreoffice.org/27793
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-04 05:46:22 +00:00
Arnold Dumas
6d9cf658ed
tdf#89329: use unique_ptr for mpImpl in macroass
...
Change-Id: I6d3263cf35db3bef6963b2443cb8538343ca9a3a
Reviewed-on: https://gerrit.libreoffice.org/27812
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-04 05:40:34 +00:00
Muhammet Kara
0bd4154b17
tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
...
in basctl, basegfx, canvas
Change-Id: I59383d2599793b99b560333387e163a3d80eecec
Reviewed-on: https://gerrit.libreoffice.org/27778
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-08-04 05:40:11 +00:00
nadith
51cf057f4e
tdf#101185 OString concatanations for efficiently coding
...
Change-Id: I1d3dd633b7de2dcd64f6cde892da3a5f02fcf80d
Reviewed-on: https://gerrit.libreoffice.org/27844
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-08-04 05:38:19 +00:00
Matthias Freund
def97cb031
tdf#75256 Sifr icon update
...
Change-Id: I6d08448056f42b80c9ba04a3b5d99a5679952c5e
Reviewed-on: https://gerrit.libreoffice.org/27845
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-08-04 05:35:35 +00:00
Markus Mohrhard
d133a1892b
don't call the function inside of the loop
...
Change-Id: I3c05425777a83406309b6478001dfca1c5ecaa04
Reviewed-on: https://gerrit.libreoffice.org/27854
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-08-04 01:38:51 +00:00
Markus Mohrhard
626a1aa960
add more nullptr checks, related tdf#100820
...
See
http://crashreport.libreoffice.org/stats/crash_details/8569250c-b04a-43b0-b4b8-4b3a94daffe1
Change-Id: I9070be3db57e77befe70c0a32ef6aa54c6c1cf85
Reviewed-on: https://gerrit.libreoffice.org/27842
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-08-04 01:37:36 +00:00
Markus Mohrhard
26bd99076a
add a way to mark system symbols
...
Change-Id: I1a8aed186f0489a02e046f88c3f4342529499b29
Reviewed-on: https://gerrit.libreoffice.org/27855
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-08-04 01:36:48 +00:00
Zdeněk Crhonek
f2da3173f8
add LOGEST testcase
...
Change-Id: I28e11bda48fa6a1a19bf82ce35969c9a71e610c7
Reviewed-on: https://gerrit.libreoffice.org/27804
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-08-04 00:07:12 +00:00
Zdeněk Crhonek
b502a082d7
add AVEDEV test case
...
Change-Id: I23d4cbaf40b15afc57b8b45fa36134f3765f9cad
Reviewed-on: https://gerrit.libreoffice.org/27838
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-08-04 00:03:35 +00:00
Zdeněk Crhonek
46bb9041b6
add MINVERSE test case
...
Change-Id: Id4981055233e6ebbb9be5fd625103b13b02e15dd
Reviewed-on: https://gerrit.libreoffice.org/27850
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-08-04 00:03:04 +00:00
Markus Mohrhard
a04ccc9417
fix loplugin:cppunitassertequals in chart2
...
Change-Id: Iefcbc438159046adef8fce216e5c9477e11e2931
Reviewed-on: https://gerrit.libreoffice.org/27841
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-08-03 23:55:18 +00:00
Takeshi Abe
8da4ba9be2
starmath: SmDynIntegralNode always has a couple of subnodes
...
And the 0th subnode is SmDynIntegralSymbolNode.
Change-Id: Icb15125abf1846204d0f9130ad1ec964c5172589
Reviewed-on: https://gerrit.libreoffice.org/27820
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2016-08-03 23:23:43 +00:00
Eike Rathke
7fc61bc051
remove the now duplicated ERROR.TYPE mapping already present in BIFF4
...
Change-Id: Ia6cf9abe31e6bc7874ebe2d8c881d1a4d3e03d66
2016-08-03 23:24:11 +02:00
Eike Rathke
1b6caaeb7a
disable unit test for tdf#100637 until fixed again
...
Change-Id: I5f5b442534585bdb69878d8790fb887dd65f0ccd
2016-08-03 21:52:41 +02:00
Eike Rathke
3efcfc63ee
Revert "Resolves: tdf#100637 narrow down the JumpMatrix path finish condition"
...
This reverts commit e54cd3fbf40300416ef337981bd356b88ad44a41.
It breaks other nested array IF expressions.
2016-08-03 21:52:41 +02:00
Szymon Kłos
eb798883fe
GSoC: hide notebookbar in the start center
...
Change-Id: Ia67c952fcf820b30052e03198e569c4baeb4540f
2016-08-03 21:38:26 +02:00
Tor Lillqvist
e13aead8a1
Reduce ENABLE_OPENGL / ENABLE_HEADLESS confusion
...
ENABLE_OPENGL means whether to enable the OpenGL slideshow transition
code. It does not mean whether to enable use of OpenGL in general. So
rename it to ENABLE_OPENGL_TRANSITIONS while at it.
ENABLE_HEADLESS means whether to disable use of X11 and OpenGL on X11
(and Wayland) platforms, I think, meaning Linux and maybe Solaris and
the BSDs. Maybe it should be renamed to DISABLE_X11_AND_OPENGL.
Change-Id: Ibb30f51646b1bcc477fe691a3fa38c7a1e3944ae
2016-08-03 22:36:36 +03:00
Johannes Berg
1520d30268
translate German comments in svdotext.hxx
...
Change-Id: Ia1d30a74abfbe0a3dcfc6e0038b9f805a787ad02
Reviewed-on: https://gerrit.libreoffice.org/27830
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-08-03 18:40:35 +00:00
Johannes Berg
33d031502d
translate German in fmtatr2.cxx
...
Change-Id: Ifa10003b7bbae6404690ec9046107b533d6c67b1
Reviewed-on: https://gerrit.libreoffice.org/27833
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-08-03 18:38:47 +00:00
Johannes Berg
c2ffa4cb5f
partially translate German comments in ww8graf.cxx
...
Change-Id: Iad9ce00869ac2dc989ee95e97ac3ef53de77c007
Reviewed-on: https://gerrit.libreoffice.org/27832
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-08-03 18:38:03 +00:00
Tor Lillqvist
66a117c847
ENABLE_OPENGL does not mean whether to enable OpenGL use in general
...
It refers to only the (old) OpenGL slideshow transition code. So no
reason to have glew conditional on it.
Change-Id: I13bc3e3c25fd7a33e05b39b405af0c85ab6a8e96
2016-08-03 21:33:52 +03:00
Tor Lillqvist
e782dc3044
ENABLE_OPENGL does not mean whether to enable OpenGL use in general
...
It refers to only the OpenGL slideshow transitions. So no reason for
avmediaogl to depend on it.
Change-Id: If85ad6bcd077d9e753c259aa8dc6ad5629105136
2016-08-03 21:33:52 +03:00
Giuseppe Castagno
d14977d33b
tdf#101094 (20) OPTIONS: Check for Class1 DAV before unlock
...
Change-Id: I890a44bb98577de006355d8394d46baeeaadb13f
Reviewed-on: https://gerrit.libreoffice.org/27837
Tested-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
2016-08-03 18:29:59 +00:00
Miklos Vajna
9460d24883
svl: handle nullptr pWriter in SfxUndoManager::dumpAsXml()
...
This is useful when it's called from gdb for Calc.
Change-Id: I22b3e5bbfc5627bff27899a288f7c25179f750ec
Reviewed-on: https://gerrit.libreoffice.org/27836
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2016-08-03 18:02:37 +00:00
Szymon Kłos
b7cb6546d1
GSoC notebookbar: updated ui files
...
Change-Id: Ie087e0bf8bbce2770c6576817d32747607f38105
2016-08-03 19:08:20 +02:00
Eike Rathke
ced79363cc
Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERT
...
... with same syntax but different semantics that was even more confusing.
Change-Id: Ibe1efcd5c4e82c9ce8d9fe8ed0f85e86dac327f7
2016-08-03 18:57:37 +02:00
Eike Rathke
fa2fdb6607
rename ocConvert to ocConvertOOo and related
...
... to clarify that this is not the "real" CONVERT function.
Change-Id: Ia71949ffabd2c983be0dbf9fa36bb8c52f0077ee
2016-08-03 18:57:37 +02:00
Miklos Vajna
f6283cf6b4
sd: track view shell id in SdUndoAction
...
This helps in case of e.g. setting the page size of an Impress slide
from the sidebar.
Change-Id: I6247d6efcc59f2c6311dcd33d0f989a39fd7b3f9
Reviewed-on: https://gerrit.libreoffice.org/27827
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
2016-08-03 16:30:00 +00:00
Caolán McNamara
7ec4a49529
Resolves: tdf#97193 restore pre 5-1 values for INS_INSROWS and INS_INSCOLS
...
i.e. INS_INSCOLS_BEFORE and INS_INSROWS_BEFORE have the same
meaning as the old INS_INSROWS and INS_INSCOWS, so reorder the enum
so they are at the positions of their corresponding originals.
This makes macros recorded before 5-1 work like they did prior to 5-1-0.
This unfortunately will have the same effect to macros recorded during
the 5-1 period that the original change did.
regression since...
commit f97beeef352fdd9fd4f157a7a4c4f6af8341cbe6
Date: Wed May 20 16:54:27 2015 +0200
Calc: Insert row/col before/after [1/2]
This part renames all INSROW / INSCOL to
INSROWS_BEFORE / INSCOLS_BEFORE which is
the current (default) behaviour.
Change-Id: Ide90b8cfebe4af1a3718d93c34657663c20ccc62
2016-08-03 16:44:36 +01:00
Eike Rathke
dbbab7b1b0
UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 related
...
Change-Id: I7ba783b59a711fc9c9d6bbe68dcf8c3c1a0d409d
2016-08-03 17:08:36 +02:00
Eike Rathke
3bc16f4a47
rename ocDuration to ocPDuration and related
...
... to clarify that these belong to PDURATION (currently DURATION in UI)
instead of DURATION (currently DURATION_ADD in UI). The confusing UI name
situation will be resolved separately.
Change-Id: I09a7bc8437be1c4c9e72f94e61c877111fb48806
2016-08-03 16:39:41 +02:00
Rishabh Kumar
571866eaba
[GSoC] Rework of color tab
...
New Features -
1. Multiple Palettes in color tab.
2. Remember the selected palette.
3. Recent colors.
4. Custom colors.
Change-Id: I36a438a0c282059ddcbda35f934fcd90337fd451
Reviewed-on: https://gerrit.libreoffice.org/26868
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2016-08-03 14:19:51 +00:00