- 10 Şub, 2015 11 kayıt (commit)
-
-
Marco Cecchetti yazdı
-
Marco Cecchetti yazdı
-
Caolán McNamara yazdı
Change-Id: Idad25f82d884c40c55b886fd7634a6c6e51693c4
-
László Németh yazdı
The fix for Bug 76611 caused ~20% performance loss in XLS import. With optional cloning of ScTokenArray of the shared XLS formulas depending on the need of address wrapping, it is possible to gain back near the original performance. Note: The original patch for Bug 76611 has already got an unit test, too (see wrapped-refs.xls), and that unit test works with this improved patch, too. Change-Id: Ibfb59d1543ef9c4b8a075d5c4e37f77ab451aaa0
-
Stephan Bergmann yazdı
...so that LibreOffice.app dmgs built with --enable-macosx-code-signing with an appstore-enabled identity will hopefully no longer be rejected on Mac OS X >= 10.9.5 as "'soffice' can't be opened because the identity of the developer cannot be confirmed." (Which I cannot verify for lack of an appstore-enabled certificate, though.) First of all, do not ignore errors from calls to codesign utitlity. Really. That reveals that soffice cannot be signed as soon as it is linked, as it requires all the other stuff in the app to be already signed. So just don't sign it after linking, it will be signed last step in macosx-codesign-app-bundle anyway. Second, --resource-rules exemptions are no longer allowed per <https://developer.apple.com/library/mac/technotes/tn2206/_index.html> "OS X Code Signing In Depth." Third, the handful of remaining shell scripts in MacOS/ need to be signed too. (Signing them adds extended attributes to the files.) Unfortunately, as discussed at <http://porkrind.org/missives/mac-os-x-codesigning-woes/> "Mac OS X codesigning woes," "hdiutil makehybrid" drops extended attributes from the generated dmg (so the dmg's LibreOffice.app would no longer be considered properly signed, as the shell scripts would no longer be signed). So switch from "hdiutil makehybrid" to "hdiutil create." Change-Id: I4b587f87d504666f7a1d0e3a24a8be76f22014c5
-
Jacobo Aragunde Pérez yazdı
Change-Id: I3a7023dba7621f9bd066edb9c0894df48313b117
-
Jacobo Aragunde Pérez yazdı
The Document Provider framework will implement access to network services in the future, and network operations must be run in separate threads. Change-Id: Ifcba8f28cc4dbffaf2946c12749aa38d0eb11923
-
Jacobo Aragunde Pérez yazdı
The Document Provider framework will implement access to network services in the future, and network operations must be run in separate threads.
-
Jacobo Aragunde Pérez yazdı
The Document Provider framework will implement access to network services in the future, and network operations must be run in separate threads.
-
Tor Lillqvist yazdı
64-bit floating point became an optional part of OpenCL core in 1.2 and is no longer an extension. The pragma is not needed in 1.2 and later. It causes a warning that is indeed harmless, but still clutters the compiler diagnostic output that is displayed when there is some actual error in generated OpenCL code. Change-Id: Id8ea4b39f7e8e788d7683f8b389f53eadc57ea18
-
Miklos Vajna yazdı
Change-Id: Ic94fceef0d4291a02bc3da7bcbeeb2c19670200c
-
- 09 Şub, 2015 29 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: I38b2ecf86d4334d0179362079a216df4301bf184
-
mnUsedSize was never decreased causing the cache to pretending to be full, which caused lots of needless work (image loading, id creation (which are basically a crc of all bytes of an image, ...)) Change-Id: I1e0a6a07631435346c3509822fae43a067d33303 Reviewed-on: https://gerrit.libreoffice.org/14389Reviewed-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Zolnai Tamás <zolnaitamas2000@gmail.com> Tested-by:
Zolnai Tamás <zolnaitamas2000@gmail.com>
-
As drawinglayer::primitive2d::GraphicPrimitive2D constructor expects a GraphicObject ref, we can simply pass in rGrfObj instead of building a (implicit) temp GraphicObjet using the GetGraphic() result. Change-Id: I8c54f20804390c773fdf9406f534787ce7143e84 Reviewed-on: https://gerrit.libreoffice.org/14390Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
The UI FDIST is LEGACY.FDIST in ODFF and is the same in Excel. Only the "real" FDIST has 4 parameters, which is F.DIST in Excel. Change-Id: I0b926b51a3cc7282a54cce448e46fed6be3c61fa
-
Eilidh McAdam yazdı
Specifically, the record EMR_EXTSELECTCLIPRGN specifies the default clip region if the RegionMode field is set to RGN_COPY. See EMF specification section 2.3.2.2 available from http://msdn.microsoft.com/en-us/library/cc230624.aspx A unit test had to be changed for this - instead of checking for a specific clip region, it now checks that no clip region is specified. This is under the assumption that the default clip region for our device context is "show everything" - i.e. no clip. Note also that RGN_COPY seems to be a common mode value for this record type. Change-Id: I7bd4fe305dda184d121465005fe09d3c113e3063
-
Tor Lillqvist yazdı
Not sure if it makes sense to keep having OpDiv a subclass of Reduction. There is no DIV() function that would take a range of cells, so it isn't really comparable to the other Reducion subclasses. But let's keep that as it is for now. We need to handle three cases specially in the OpenCL: Dividing by an empty cell which should produce an #DIV/0! error, dividing an empty cell by zero which also should produce #DIV/0!, and dividing an empty cell with anything else number which should produce 0. Change-Id: I86d86f652047d6f9e3c095c3ef135a8f5396b000
-
Stephan Bergmann yazdı
...so try whether initializer_list<OUString> would keep them happy Change-Id: I009eb601057066030addb409aa7996679d5d5922
-
Michael Stahl yazdı
Change-Id: I79f20f67e623b8d9607374e8be9a78fa10dc9af6
-
Michael Stahl yazdı
Change-Id: If2c47bbd0c12cc006b38972c5f71eb00d3b03460
-
Michael Stahl yazdı
Change-Id: Ib1ec1ae009115dcc8f50ca3038bc9a35b7cb09a9
-
Stephan Bergmann yazdı
Change-Id: I5f846d7f7c5ed54179504f551e19227f7283bda2
-
Stephan Bergmann yazdı
Change-Id: I6ceab61500397cae687fb4356e5dcb48f8090a48
-
Stephan Bergmann yazdı
Change-Id: Icee10aae97e9bcef7a3db7e966c1c4ef6780fc1d
-
David Ostrovsky yazdı
Change-Id: Iee080b89cf0588c8076ef4c0334d36a7aefce44d Reviewed-on: https://gerrit.libreoffice.org/14374Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Andrea Gelmini yazdı
Change-Id: Ib2a311f0341d165a8f9d3f7a11ec36378fd69519 Reviewed-on: https://gerrit.libreoffice.org/14373Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Daniel Sikeler yazdı
also tranlated some error messages Change-Id: Ia5035c7c2f5379a0b419fc5514a288368e687c83 Reviewed-on: https://gerrit.libreoffice.org/14382Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
...after 8b12e63b "Don't downcast from Ring<T> base class ctor/dtor to derived class T" Change-Id: I734841a78e272e985d784bd756412e1af90b2df5
-
Michael Stahl yazdı
Can be reproduced by dragging the zoom slider. Change-Id: I4d32543370eccbda23d0a1ea449ee124148143d6
-
Rodolfo Ribeiro Gomes yazdı
Change-Id: If859754c956a634a96066ac407b70d6dd2759d53 Signed-off-by:
Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br> Reviewed-on: https://gerrit.libreoffice.org/14265Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Marco Cecchetti yazdı
-
Stephan Bergmann yazdı
cf. a1d2774e "INTEGRATION: CWS onlineupdate6: #i82283# added unpack and update script" Change-Id: Id4f8180fb189f06f5a463fe852c8a51a20680cf5
-
Michael Stahl yazdı
Change-Id: I25a960bfdcd9938f68bf4f1535c7822959d95b71
-
Marco Cecchetti yazdı
-
Caolán McNamara yazdı
Project: help 1ff0bd652428824fdbd3a1650c8ec0c8ead4af4a
-
Arnaud Versini yazdı
Change-Id: I42f72e7b1ca897aba71950841f90b501cf3b6dc2 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I8b618d5cd6b3e9d5e42e04e215592a7b748dbb9f
-
Stephan Bergmann yazdı
Change-Id: I8ae5a7b5fd3d07b7beb16374f6bb4251ffdb3610
-
Takeshi Abe yazdı
Change-Id: I3193c5b7181f61a9047985f115d2ea49c683cb73
-
Caolán McNamara yazdı
Change-Id: I5f24703db70b53306d618d8fb89ad4a468d1a5f9
-