summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-18show pointer_move arrow when passing over an object boundaryCaolán McNamara
which removes the guessing you have to do when trying to find the edge of a pres_obj in impress after text has been filled in and there is no visible border anymore Change-Id: I470caec90cdeaa681da70f8ec3044c1d6d232a82
2014-11-18Add a 'Test' button to test the machine's OpenCL implementationTor Lillqvist
Does not yet do anything, but will essentially run a "unit test" of the OpenCL functionality required by the default subset of opcodes. Change-Id: I230f6232c90562ea56057347fb0dc088f98c215d
2014-11-18Avoid overflowStephan Bergmann
Change-Id: Ia80682aeb87225b9bde7398186e121b1d3bdc2ad
2014-11-18Rename Activate... -> Attach...Kohei Yoshida
Attach is the new one we are going with & offers nice contrast with 'Detach...'. Change-Id: I4578f4c7b9d989e41d433d7c8aa96a9317aa6919
2014-11-18Check that UNOIDL enum has membersStephan Bergmann
Change-Id: I5b362ad374dad5fd4a79b8a7706defb749e25eb3
2014-11-18Avoid overflowStephan Bergmann
Change-Id: I4afe86dc29788a7b2d2d9c438f182726f80b1cbd
2014-11-18Unnecessary casting.Kohei Yoshida
Change-Id: Id7d9b28921e96842df1e7c0d735dba4d3dbb6156
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
Change-Id: I82cfe96c4081afbd43fa1a9c41a9a92433f6bdb1
2014-11-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist
Change-Id: I7f2dede9171f7478467a83ea000baa7da85aeac6
2014-11-18WaE: implicit conversion (IntegralCast) from bool to 'unsigned long'Tor Lillqvist
Change-Id: Icff8f89f64f335d8601ced11c83d4d30c2abac18
2014-11-18RANDBETWEEN is supposed to return an integerTor Lillqvist
Change-Id: I82e7963b55cf2ab28c193f40fe8f30e097364653
2014-11-18Kill check-merged.sh, 'git cherry' actually gives better results.Jan Holesovsky
Change-Id: Ia4163f77f5267f6cb714369fc9a4cfbb901019df
2014-11-18windows opengl: Share the contexts as we do on Linux.Jan Holesovsky
Change-Id: Ic58cca612cdf8f73170c18573917465bf34a187c
2014-11-18vcl: remove old GetOpenGLContext method.Michael Meeks
Change-Id: I1959b2e4aabdee92472fed31905fea44b989230d
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky
Change-Id: Ib820326fdc752d0893840bad3eb7f1369469f796
2014-11-18vcl: Unbind framebuffer after setting offscreen modeLouis-Francis Ratté-Boulianne
Change-Id: I057b148f51c8f011cb013e1f06288aec4d9bdb2a
2014-11-18vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne
Change-Id: I8a6a5ffe71c9e5f16533fd1f0944d4fd2a051c73
2014-11-18No need to cd into instdir/programStephan Bergmann
(and it is confusing if you pass a relative pathname argument to the program you call via bin/run) Change-Id: If8baef6d76e1f9ad7e5f2d361bd9b93fcbb76f7a
2014-11-18check-merged.sh: Fix an obvious typo.Jan Holesovsky
Change-Id: I4761c730df5f418060697458b604c602713f4a0e
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida
One can easily get constructed from the other after returning from the method. Change-Id: Iafc52efa7714b7cf4d284effda8034cb6f36bf91
2014-11-18Extend the test to cover insertion / deletion of rows.Kohei Yoshida
Change-Id: I9c5f46af446f8384265d91ce5dfe269e7a090d09
2014-11-18Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida
Change-Id: I583ace5d134d526d660d4ff0bbf4a16aa10cbe5a
2014-11-18Unused local variable.Kohei Yoshida
Change-Id: I6a3d191b10eec119eea5af6218e6c298f2826b33
2014-11-18Regroup formula cells in columns before initializing them.Kohei Yoshida
Because the initialization of area listeners now depend on the grouped status of formula cells. Change-Id: Idf61f57387ba62c57d87030c16544bc07836826f
2014-11-18New test for testing group area listener behaviors during formula pasting.Kohei Yoshida
Change-Id: Ie0c4e39e30a33ec5390c03221950d1cd01549c15
2014-11-18Rename these to make it clear that they are only to be called from ...Kohei Yoshida
ScDocument::CopyFromClip. Change-Id: Ia95b65ca7982735b9c217a7b60d194117d64e774
2014-11-18Use group-area listeners during copy & paste if we can.Kohei Yoshida
This should reduce the number of area listeners generated esp. when replicating tons of formula cells down the column. Change-Id: I1ea8f51f667e6b0e1a646f84d79f5e8430b478d5
2014-11-18Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida
Change-Id: Id224fd6fdb804350e7e00634db802e80090ae6d7
2014-11-18Rename methods whose name no longer represent what they do.Kohei Yoshida
We now do all broadcasting at the end of CopyFromClip, and nowhere else during pasting from clip. Change-Id: I1cb2c529f127d6e4080e49e4827f048ce5a19f95
2014-11-18Avoid area listeners and such during formula cell paste replication.Kohei Yoshida
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
2014-11-18Send broadcast range to the area broadcast slot machine.Kohei Yoshida
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
2014-11-18We don't need 2 variants of this method. One is enough.Kohei Yoshida
Change-Id: I001c388669737e9cf1d92f1fbb1e64fb9f4b05c3
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida
Right now, it's only used when loading an xlsx file. But eventually this one should be used everywhere. Change-Id: I216c3a9a33c4b8040e8284d59299e0637471fb50
2014-11-18Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida
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
2014-11-18Differentiate shared and non-shared formula cells when registering.Kohei Yoshida
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
2014-11-18Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida
Change-Id: I158307de667dbe621376dfc01adeef89aa12faaa
2014-11-18Make these non-inline and add the const version of the getter.Kohei Yoshida
Change-Id: I8c175dcaaa51e2b05895226907697b070a2e2f77
2014-11-18Unindent.Kohei Yoshida
Change-Id: I3c644b6ff9916f6ec99ff6208ea073dd1612b4b3
2014-11-18Optimize area broadcast iteration ...Kohei Yoshida
for cases where no areas are marked for removal, which I believe is mor common use case than others. Change-Id: I3f53fb5e6ab4a9172e358bec0c71289d1e92ac19
2014-11-18Scope reduction.Kohei Yoshida
Change-Id: Ic0cb74d220dccdcb4f607f4883b9b7fdf86bb080
2014-11-18Move this code to the context class.Kohei Yoshida
Change-Id: I387dba24993d418a2b3923eac992ad2506229704
2014-11-18Speed up pasting of single row onto multiple destination rows.Kohei Yoshida
This is an extension of the earlier paste optimization of a single cell across multiple destination cells. Change-Id: I3a60300d3d0e11420d997bea8f7f540e948f56cc
2014-11-18Make these methods non-inline again.Kohei Yoshida
Change-Id: I34e18fa1607d56351e1c3656b1f37a823b7a5609
2014-11-18Pass by refStephan Bergmann
Change-Id: I88def7e41a31948d1d7205cd5522b63de6be5f80
2014-11-18sunjavaplugin.cxx: extracted function for Java version checkMichael Weghorn
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>
2014-11-18Thread excel table row/column format finalization.Michael Meeks
Change-Id: I6ddc0270831989291893b170d57fea14329a26ba
2014-11-18remove duplicate code lineMichael Weghorn
Change-Id: Ia1e9d2b31698db23029e4dd5f0f7659acff5d30f Reviewed-on: https://gerrit.libreoffice.org/12951 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-11-18coverity#735517 Logically dead codeCaolán McNamara
its possible that this was the original intent, maybe Change-Id: Ia7ab679b84f16ae7aab201b43eb69ce6a693c0f2 Reviewed-on: https://gerrit.libreoffice.org/12392 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-11-18Bump the minimum group size for OpenCL to 100Tor Lillqvist
Change-Id: Id877823d760236bb731900711e3260a29c5c6871
2014-11-18Mention how the new OpenCL configuration relates to this APITor Lillqvist
Change-Id: I0e5b8d7a6cca469efb263d0037b87e0a9475371e