Age | Commit message (Collapse) | Author |
|
Change-Id: I08c55a3023ec2e8990098eeb60e91cd18556e7ae
Reviewed-on: https://gerrit.libreoffice.org/29656
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
update the plugin similarly to
commit 3ee3b36ae0c064fb5c81268d8d63444309d1b970
Author: Stephan Bergmann <sbergman@redhat.com>
Date: Fri Oct 7 12:05:49 2016 +0200
loplugin:staticmethods: Don't be fooled by decls starting with macros
Change-Id: I98ac3216d5acf89a49a26feb089ae2fd34e6e510
Reviewed-on: https://gerrit.libreoffice.org/29665
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: Iad519bd61ce1d1bf4ef4e12543b0d485249db36b
Reviewed-on: https://gerrit.libreoffice.org/29672
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: I5958c87ca793c19d5c78dc829eb0ff0a1e04dffa
|
|
... by merging all object-using CppunitTests into uxmloff, which is
already disabled for MERGELIBS.
Change-Id: I12ad08660fd714cceba2fe9b855cdb1bbda19c2d
|
|
Exponent without sign in scientific notation is coded in Excel with a minus
sign replacing plus sign: 0.00E-00 for instance
This format is already correctly treated in Calc but was not correctly
exported to Excel or ODF
Change-Id: Ide117b04e0eb887c6cdd6699ae8ec723d1d29d50
Reviewed-on: https://gerrit.libreoffice.org/29198
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: Iad001ce011cd6aff4af9bb2e9129abee7fb935dc
|
|
Change-Id: I3310699020bfea085eb62c50a7d5de25af51c1b1
|
|
... so replace with a simple value == 0.0 also in other modules than sc.
Change-Id: Ie7316505a1cf9c15100114b45d300facceb03b7e
Reviewed-on: https://gerrit.libreoffice.org/29575
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Change-Id: I248617ccbb985615f936ecd607ab7c8246ff8e71
|
|
Change-Id: Ie7888f611f804ed1bd235e32e21560981f116c9a
|
|
Change-Id: Iad27d1f87568890180c142774c238a14d022946d
Reviewed-on: https://gerrit.libreoffice.org/29441
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
This should ensure that as long as the style does not change the cell
style name is the same after an import export cycle.
Each ScPatternAttr stores a unique ID and we store the ID to name
mapping during import. During export if we find a ScPatternAttr that has
a key that is also stored in the map we write back the style name from
the map.
To avoid name collisions we block the style names from the import for
the export.
The missing piece to make this completely awesome is now to make sure
that styles are sorted by name during export. That way we can reduce the
diff between import and export even more.
Change-Id: Ie4fe2aa00f07efec27ea129e314ac0b6b7e0d8c0
Reviewed-on: https://gerrit.libreoffice.org/29255
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: Ib4b8b949f00609149f9134fb2f286cd7e0dc0255
Reviewed-on: https://gerrit.libreoffice.org/29254
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
This fixes both the bugs.
Change-Id: I7a64abc0cb12b5195a3b955549ce4f72f3530d57
Reviewed-on: https://gerrit.libreoffice.org/29263
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: I35f297e94e1eb6ed56020cf69102fad4c4d1e7f4
|
|
Change-Id: Icf17f936ce6d07d0e152252833c8645cf9b1163b
Reviewed-on: https://gerrit.libreoffice.org/28942
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
Change-Id: I51e67607d94a465ce39e822f01a0c60efbf1a0f0
|
|
Change-Id: Ia92a878ac97b3cc668594946e77a718f27a3e3ed
Reviewed-on: https://gerrit.libreoffice.org/28890
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
|
|
For example, in en-US locale G MM/DD/YYYY saved and reloaded lead to
G MM/DD/EE using the Hebrew calendar.
Use E or EE only if a secondary calendar was given.
Change-Id: I6db22e89f435342aa4a1bce7fa13711c138007f5
|
|
... with implicit calendar switch.
Change-Id: Ie4d848e261fe86bbe504954b2e0c7cf24bc181bc
|
|
Change-Id: I835fd6045e5ab5aeb93c91edb07037b1ed3ea4a9
|
|
The recent pRewindMap fix revealed that the xContext object is destroyed
too late so the destructors containing half the import code (because
where else would you put complex logic that can fail?) are invoked with
the namespace map of the parent element, which breaks RDFa import and
JunitTest_sfx2_complex.
(regression from 32ccb4ea863651c22bf33cc15012971d2a2d2810)
Change-Id: I0c897ea0cae2db4d35f2ba19ba2f6e8026f1b3ec
|
|
The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark
overriding destructors as 'virtual'" appears to no longer be a problem with
MSVC 2013.
(The little change in the rewriting code of compilerplugins/clang/override.cxx
was necessary to prevent an endless loop when adding "override" to
OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager();
in chart2/source/inc/LifeTime.hxx, getting stuck in the leading
OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that
isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.)
Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
|
|
Change-Id: I6621e82249feeed3d88ee463447d08c4f812259c
|
|
warning is 'Constant' variable guards dead code
Change-Id: I06e65f576180d7ff62417828c26f969982788b55
|
|
Change-Id: I53e01f3c76cf1e52fbf5f95f525cfc3b643b9e77
|
|
Change-Id: I8ba37267e8a7058ade54783ea0e117a8f8816c45
|
|
Change-Id: I642486578190ed5e74a917c60153cac084f35fe8
|
|
Change-Id: Ibc4e7191e5cbc5a14c32b32bab99116173070a87
|
|
Change-Id: I39475538ed838e4210e256d85c6dd46232f8dc50
|
|
Change-Id: I52713ea0015a5f0118c337279f37bc38b1121f1e
|
|
Change-Id: I507b19dfd7445144258554b08bbf2fea0ed1698f
|
|
Change-Id: I3d7a8a8296e1d107b1f364b5c0785fc9f19cbed5
|
|
Change-Id: I55c6282c7b60cceb702a5f2f0f24b8ad288ec716
|
|
Change-Id: Ic0cb9399e5cfc7237a3cda666b1d4f926761a9ca
|
|
Change-Id: I1b3e21e9fdf1ac14e095df203cb48fdd1b4fd028
|
|
Change-Id: I46dd045b2648f711b3e29ffea0c2e264c141293c
|
|
Change-Id: I33d75ede0031da63c00c35af7b42867fea0b8d80
|
|
Change-Id: I71627aa2a524a59180e8934df9561cf67a1c6126
|
|
Change-Id: I8b8d1126f20ee29fb3ac80e539da5e340226c304
|
|
Change-Id: Ic03888e22949c6c3fc529f9a557f58620fc76f20
|
|
Change-Id: I4e0ee3cb87dd8f2bf8e35909e1b93d311c17a8c6
|
|
Change-Id: Ie3f89c611f06be3c2fd5f43a4fa691f719078307
|
|
Change-Id: I057b3f2ac6ec57b1a586bf450145a9690d891752
|
|
Change-Id: I3fcf285a75a1bf8252e0784c9ff4aceee64f4b5b
|
|
Change-Id: I8ebbb94ae5f77fa44f46fb771f7d8ad5fc89a5bc
|
|
Change-Id: Ib285d2445077a0263a09b36bf1a6fa1fe7f59496
|
|
Change-Id: I94aafd665116d01d2f6134c4b41ab70c34e23ab6
|
|
Change-Id: I21572ac8afb1c514ff78b1e23c7fb9259f0b01fb
|