- 18 Kas, 2014 40 kayıt (commit)
-
-
Jan Holesovsky yazdı
Change-Id: Ic58cca612cdf8f73170c18573917465bf34a187c
-
Michael Meeks yazdı
Change-Id: I1959b2e4aabdee92472fed31905fea44b989230d
-
Jan Holesovsky yazdı
Change-Id: Ib820326fdc752d0893840bad3eb7f1369469f796
-
Change-Id: I057b148f51c8f011cb013e1f06288aec4d9bdb2a
-
Change-Id: I8a6a5ffe71c9e5f16533fd1f0944d4fd2a051c73
-
Stephan Bergmann yazdı
(and it is confusing if you pass a relative pathname argument to the program you call via bin/run) Change-Id: If8baef6d76e1f9ad7e5f2d361bd9b93fcbb76f7a
-
Jan Holesovsky yazdı
Change-Id: I4761c730df5f418060697458b604c602713f4a0e
-
Kohei Yoshida yazdı
One can easily get constructed from the other after returning from the method. Change-Id: Iafc52efa7714b7cf4d284effda8034cb6f36bf91
-
Kohei Yoshida yazdı
Change-Id: I9c5f46af446f8384265d91ce5dfe269e7a090d09
-
Kohei Yoshida yazdı
Change-Id: I583ace5d134d526d660d4ff0bbf4a16aa10cbe5a
-
Kohei Yoshida yazdı
Change-Id: I6a3d191b10eec119eea5af6218e6c298f2826b33
-
Kohei Yoshida yazdı
Because the initialization of area listeners now depend on the grouped status of formula cells. Change-Id: Idf61f57387ba62c57d87030c16544bc07836826f
-
Kohei Yoshida yazdı
Change-Id: Ie0c4e39e30a33ec5390c03221950d1cd01549c15
-
Kohei Yoshida yazdı
ScDocument::CopyFromClip. Change-Id: Ia95b65ca7982735b9c217a7b60d194117d64e774
-
Kohei Yoshida yazdı
This should reduce the number of area listeners generated esp. when replicating tons of formula cells down the column. Change-Id: I1ea8f51f667e6b0e1a646f84d79f5e8430b478d5
-
Kohei Yoshida yazdı
Change-Id: Id224fd6fdb804350e7e00634db802e80090ae6d7
-
Kohei Yoshida yazdı
We now do all broadcasting at the end of CopyFromClip, and nowhere else during pasting from clip. Change-Id: I1cb2c529f127d6e4080e49e4827f048ce5a19f95
-
Kohei Yoshida yazdı
All formula cells get marked dirty and start area-listening at the very end of CopyFromClip. No need to do it in CloneFormulaCells. Change-Id: I9faf48fd722c2ebcf4b74d5e523317b5d9c71a22
-
Kohei Yoshida yazdı
Rather than iterating through cells in the range and broadcasting by cells individually. This way we can take advantage of the new group based area listeners and it's much faster this way. Change-Id: I8a4b49bce69d89b5b4698790befe4390871c755d
-
Kohei Yoshida yazdı
Change-Id: I001c388669737e9cf1d92f1fbb1e64fb9f4b05c3
-
Kohei Yoshida yazdı
Right now, it's only used when loading an xlsx file. But eventually this one should be used everywhere. Change-Id: I216c3a9a33c4b8040e8284d59299e0637471fb50
-
Kohei Yoshida yazdı
We do pasting from clip in 2 steps: 1) delete the destination range, then 2) paste the content onto the destination range. The old code would broadcast both during 1) and 2). This change consolidates them and do broadcasting only once at the end, and also avoids broadcasting the same cell twice, which the old code sometimes did. Change-Id: Ic524c2b70888ce158619d99cbfb55dea85870497
-
Kohei Yoshida yazdı
For now this is just for a pure redirection, but later we'll use this to do a different area listening registration for grouped formula cells. Change-Id: I8e68bb53c3e96821175ae562ef36ec5e800c8688
-
Kohei Yoshida yazdı
Change-Id: I158307de667dbe621376dfc01adeef89aa12faaa
-
Kohei Yoshida yazdı
Change-Id: I8c175dcaaa51e2b05895226907697b070a2e2f77
-
Kohei Yoshida yazdı
Change-Id: I3c644b6ff9916f6ec99ff6208ea073dd1612b4b3
-
Kohei Yoshida yazdı
for cases where no areas are marked for removal, which I believe is mor common use case than others. Change-Id: I3f53fb5e6ab4a9172e358bec0c71289d1e92ac19
-
Kohei Yoshida yazdı
Change-Id: Ic0cb74d220dccdcb4f607f4883b9b7fdf86bb080
-
Kohei Yoshida yazdı
Change-Id: I387dba24993d418a2b3923eac992ad2506229704
-
Kohei Yoshida yazdı
This is an extension of the earlier paste optimization of a single cell across multiple destination cells. Change-Id: I3a60300d3d0e11420d997bea8f7f540e948f56cc
-
Kohei Yoshida yazdı
Change-Id: I34e18fa1607d56351e1c3656b1f37a823b7a5609
-
Stephan Bergmann yazdı
Change-Id: I88def7e41a31948d1d7205cd5522b63de6be5f80
-
Michael Weghorn yazdı
extracted the (duplicate) code which is responsible to check the Java version requirements in the two functions "jfw_plugin_getAllJavaInfos" and "jfw_plugin_getJavaInfoByPath" Change-Id: I8acb198c4b4aaee77dc84bc42ff1fc2e0da2aba7 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Michael Meeks yazdı
Change-Id: I6ddc0270831989291893b170d57fea14329a26ba
-
Michael Weghorn yazdı
Change-Id: Ia1e9d2b31698db23029e4dd5f0f7659acff5d30f Reviewed-on: https://gerrit.libreoffice.org/12951Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
its possible that this was the original intent, maybe Change-Id: Ia7ab679b84f16ae7aab201b43eb69ce6a693c0f2 Reviewed-on: https://gerrit.libreoffice.org/12392Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: Id877823d760236bb731900711e3260a29c5c6871
-
Tor Lillqvist yazdı
Change-Id: I0e5b8d7a6cca469efb263d0037b87e0a9475371e
-
Michaël Lefèvre yazdı
For TextDoc, also removing ToolsList Change-Id: Id818f61f562317ce106414937253f1748a33315a Reviewed-on: https://gerrit.libreoffice.org/12454Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I85bb3b8cb0ba25e5ebd0a0fff84bda51792cc743 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-