- 04 Mar, 2014 22 kayıt (commit)
-
-
Markus Mohrhard yazdı
They have been applied upstream and are part of the new release. Change-Id: I928b29e74abe2415bdf75de32cbaa7ac279a2889
-
Norbert Thiebaud yazdı
Change-Id: Ib80ed6bbacad9fdbe7a8fbafdd71bb11037e38cb
-
Norbert Thiebaud yazdı
Change-Id: Ic2480dda2ceb1afd768effcc3df718fb73a222fb
-
Norbert Thiebaud yazdı
Change-Id: I441e4f712431c906acaaee88f5eee2531224a73d
-
Norbert Thiebaud yazdı
Change-Id: I6cc731825bf6e499fc903cd43448b288d44bc3b1
-
Norbert Thiebaud yazdı
Change-Id: Ia1433be559d445ba3ae4d118003a59275c0e9bd5
-
Norbert Thiebaud yazdı
Change-Id: I9241531bd9c7881c6edb57c4f3c0c8b594dae0d6
-
Norbert Thiebaud yazdı
Change-Id: I760f56eb7f2af7dd8f836b6dc60914d2381e3a95
-
Norbert Thiebaud yazdı
Change-Id: I3f92d8c0674c4f21983ccb2619270b5210822233
-
Norbert Thiebaud yazdı
Change-Id: I8378e8af40cfd88e80ea1321576d1acbc21da8c6
-
Norbert Thiebaud yazdı
Change-Id: I75baf0ccc602b7bb89f9bd0efaf2b06b89a231c9
-
Norbert Thiebaud yazdı
Change-Id: I62e4878ac4130d79b10282da7b26c857399b5ac7
-
Norbert Thiebaud yazdı
Change-Id: Id52d7e5bedb898f0b50c14ba0cac4c309dd1fbcf
-
Norbert Thiebaud yazdı
Change-Id: Ice90cf6929c2cb5e268d18e20208835c3df18bc1
-
Norbert Thiebaud yazdı
Change-Id: I6cd56e57024f020799c5017f9d54b1f5e5af65d1
-
Norbert Thiebaud yazdı
Change-Id: I673457818968f34f73fba988f67eda0547a234a0
-
Norbert Thiebaud yazdı
Change-Id: I37bdf601f7a6bb179f8a14dfb22d3e102868fea1
-
Norbert Thiebaud yazdı
Change-Id: I2c2354e95cc73c2f68b4feb0196754d26be4c19a
-
Norbert Thiebaud yazdı
Change-Id: I809fb83fcffbf6974d8dac98fffcf7b019675b6e
-
Norbert Thiebaud yazdı
Change-Id: Iaf00e15ff201d27aef54180524a55e6e5b151724
-
Norbert Thiebaud yazdı
Change-Id: I9ce08089eeafee24c98fc1b6c2799721517c039a
-
Norbert Thiebaud yazdı
Change-Id: I35558dfb71007932e9a371408e6306216cfbd0f9
-
- 03 Mar, 2014 18 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I8dfe131d1c225b5d9aaa044b02ec8cdc3d97a23c
-
Michael Stahl yazdı
Change-Id: Ibb0970cfde65b331a4b870cc254b0a6481889edf
-
Michael Stahl yazdı
Change-Id: I653cb0e36c1faa622ecc90e0316a1f1fd1e843db
-
Michael Stahl yazdı
Change-Id: Icf8df0829aecf838d0037a3393f27e90c23b9548
-
Michael Stahl yazdı
Change-Id: I12f38bab6ea7207b79994556f0ab6798d2d1d9da
-
Michael Stahl yazdı
Change-Id: If07b243e71be7c67d36e3d652c52781ef902e380
-
Donizete Waterkemper yazdı
Change-Id: Ib941c6ec82d81b1da815561eee87ee91dc8de200 Reviewed-on: https://gerrit.libreoffice.org/8443Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com>
-
Tomaž Vajngerl yazdı
Put decompressed svg in GfxLink so that when the document is saved, the graphics is stored as plain svg. This is done so because of backwards compatibility (older LO won't be able to read compressed svg data in the document) and because the document itself is already compressed. Change-Id: I125005dfba785701e756487092f25bb90bcd2bcb
-
Stephan Bergmann yazdı
Change-Id: I919b1a931145a49c32ec601109be083b49f10f7b
-
David Tardon yazdı
Change-Id: I3834355674e0b9a947bfc10d9872d3a4805bf552
-
Miklos Vajna yazdı
Change-Id: I07e73a792230e6dc344c7120e3ad3c5f92a40769
-
Miklos Vajna yazdı
Change-Id: Ic0cfa01f7a75c81130ac9ff39a971a678a820ee1
-
Stephan Bergmann yazdı
...because the latter lacks the abs(long) overload in some popular environments, cf. <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60401> "stdlib.h does not provide abs(long) overload." Similarly, stdlib.h lacks the abs(float), abs(double), abs(long double) overloads compared to cmath there, whose use was apparently intended in sw/qa/extras/ooxmlexport/ooxmlsdrexport.cxx. Rewrote that to use CPPUNIT_ASSERT_DOUBLES_EQUAL instead, which revealed that the comparisons need rather large deltas of .1 resp. .2 (which the original code hid with an implicit conversion to integral type, thus using an effective delta of 1). Discovered with -Wabsolute-value ("absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value") recently introduced on Clang trunk towards 3.5. Change-Id: I4c41575ffdccb2944498b662bd3a53fd510cb0c0
-
Stephan Bergmann yazdı
...so that only a single one ends up in the .xcd data. (In the given case, introduced with 838b77f5 "Resolves: rhbz#1065807 use xdg ~/Templates for default Template location," the duplication for the unixdesktop case happened to be harmless, as the non-unixdesktop <value> appeared in a block in main.xcd before the unixdesktop-specific <value>, so the former was effectively ignored when reading main.xcd.) Change-Id: I5199556ee3e6decaa07beb14a0503e1b5661f5df
-
Tomaž Vajngerl yazdı
Change-Id: If917e7e9897db0fb486f4852feb0d73e951c8b74
-
Laurent Balland-Poirier yazdı
Modify for forced intercept of trendline, calculation of R^2 in the same way as LINEST function does calculation Change-Id: Ic943b1ca1bbe30b1a4b88e2a338eb9dc34d848b6 Reviewed-on: https://gerrit.libreoffice.org/8402Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: I80b6665b1d5e7f2550439e11df3f98af17ed7c29
-
Alexander Wilms yazdı
Conflicts: sc/source/ui/inc/docfunc.hxx Change-Id: I9314437ed3dd60e84d28c08ac0a2d1ed7bd1daf8 Reviewed-on: https://gerrit.libreoffice.org/8301Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-