- 24 Kas, 2015 40 kayıt (commit)
-
-
Jan Holesovsky yazdı
This is a ScMatrix implementation that operates directly on formula::DoubleVectorRefToken, saving tremendous amount of copying data back and forth. Change-Id: I027e6cb668ef40eb474773a0ce8d0eeefc1ab71c
-
Jan Holesovsky yazdı
We want to introduce another type of ScMatrix that will directly contain DoubleVectorRefToken and operate on that. The idea is that it is pointless to construct a ScMatrix via lots of copying around, when we already have a nice array of doubles. Change-Id: I3e5d7b9e2e0f9b9bf350336a8582cfd852586b3f
-
Stephan Bergmann yazdı
...as in both files the direct use of non-ASCII characters in ordinary string literals has since been changed to use \xXX escapes instead Change-Id: Ic3e17a9849288a02dc69d7702782fefccb7026ee Reviewed-on: https://gerrit.libreoffice.org/20148Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Caolán McNamara yazdı
and NaN != NaN so busted logic propogates, drop invalid directions on initial read Change-Id: Ic76c714666df14d37a4c68f43b817327675bd0e0
-
Michael Stahl yazdı
various uninitialized variables in CppunitTest_sd_filters_test hang-8.ppt Change-Id: Id0b9f146a7ab8b5bb2b36a5c2a39d65ee52e122d
-
Miklos Vajna yazdı
Zoom level of SwEditWin is kept in sync with the client, so that the pixel-based comment widgets can be positioned correctly. But that does not mean in general the SwEditWin map mode should not be disabled: so that we don't have to tweak the map mode for each and every postMouseEvent() call and still be able to send them using logic coordinates. Change-Id: I6f686b93d2509d52fdd34e84a502cf04e1ce6e59
-
Miklos Vajna yazdı
Without this, vcl::Window::ImplTrackTimerHdl() will be called on a deleted vcl::Window. Can be reproduced with a comment having a scrollbar in a LOK client, then clicking on the down button of the scrollbar a number of times -> crash on exit. Change-Id: I5d67f96e8baa199f65ec5cf39cb5d39c8162ff33
-
Miklos Vajna yazdı
With this, if a comment has a vertical scrollbar, then not only the buttons of the scrollbar can be clicked on, but also the slider of the scrollbar can be dragged. Change-Id: I2e39e18bf60c42a878bb8bfd808f1d47be27eecb
-
Miklos Vajna yazdı
This is similar to the mouse button down handling. When the map mode is disabled and the map mode is in twips, then in general it's possible to send mouse coordinates in twips. The scrollbar is usually in pixels, so add extra code to still make this possible. Change-Id: I0c7e404ecd7ac839e000266e396683bb7d15c505
-
David Tardon yazdı
Change-Id: I493b79e70fb8003ce215e602f9b4ce92afa50150
-
Mike Kaganski yazdı
Currently, negative scaling (mirroring) is lost in SdrTextObj::NbcSetSnapRect, when rect is justified. This patch cares for this. Possibly it's better to make these changes directly in SdrTextObj::NbcSetSnapRect? Change-Id: I353ff01626e15b398de95e28eae78572991dfdc3 Reviewed-on: https://gerrit.libreoffice.org/20109Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Armin Le Grand <Armin.Le.Grand@cib.de>
-
Tor Lillqvist yazdı
We have SAL_DEBUG and SAL_INFO. Change-Id: I6dc12e2fc7a854d1cde6e455faabcebea4bc69ef
-
andreas kainz yazdı
Change-Id: Ib6614db33ede42e90a4706b3ccd7d3b8fb6be3e5 Reviewed-on: https://gerrit.libreoffice.org/20139Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Michael Meeks yazdı
This moves us towards unifying timeouts, events, idle handlers leaving only the OS main-loop integration in the backends. Change-Id: Iebfb0db21777d8018b33f216b13acb4ea2068659
-
Michael Meeks yazdı
Change-Id: I6d9b7de7c57349bfb9c75a35e63bcf1eac172fd2 Reviewed-on: https://gerrit.libreoffice.org/20143Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Samuel Mehrbrodt yazdı
This reverts part of 1e82a3e6 Change-Id: I683a855727c4a52d3ac6a7c5a1f104a6cf5b9ee2
-
Noel Grandin yazdı
Change-Id: Ie7a53f3ecc05d1d4f6f71aa8165315f9155c60dc
-
Noel Grandin yazdı
Change-Id: I04603a3b78b0611fcca4974b00e2da06045308d1
-
Noel Grandin yazdı
Change-Id: Id79bc51ba273746873a1381243b2c1d32711bbb4
-
Noel Grandin yazdı
Change-Id: I619c2cf1765df97159fc52ee84e0e9e8d16a22fe
-
Tor Lillqvist yazdı
Change-Id: Ib3960e8facc0104c4d19fc19ea587c138f998a42
-
Stephan Bergmann yazdı
...via translate.google.com, to make file plain ASCII Change-Id: Icbf25074bd92eb1f0fb453f9887b1f1f1ca82b57
-
Eike Rathke yazdı
Change-Id: Ibb34f4a655cce13a24cc7ec22a29fa40e3a0286a
-
Stephan Bergmann yazdı
Change-Id: Ifcbb2a61c662f135badc01b7beaef10fa3d75515
-
Stephan Bergmann yazdı
Change-Id: Ib92221527550beb35e2263b150a509b3ef68545f
-
Stephan Bergmann yazdı
Change-Id: I592db0524cb1d028e7dd3c3d49457f4a4038d5be
-
Noel Grandin yazdı
Change-Id: I644364fc6d8fc334044a3e53fcde24a6ef86c021 Reviewed-on: https://gerrit.libreoffice.org/20142Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
If a comment had a scrollbar, and the user clicked on the down arrow of it, then the button remained in the "pushed" state, as the scrollbar invalidations were not routed to the LOK client. With this, the button gets back to its non-pushed state after the mouse button is released. Change-Id: Ie4ba5d0ec07229b0cfc08532e8e91ae25f7a4c9e
-
Miklos Vajna yazdı
Change-Id: If023e409fad6fed8c0345a66ea48c1ed9924bff0
-
Tor Lillqvist yazdı
We don't support cross-compiling with MinGW currently, and in any case if we ever attempt such again, in the meantime the free replacement Win32 headers most likely have been updated to include the SCRIPT_CONTROL::fMergeNeutralItems field, so no conditional compilation is needed. Change-Id: I38701d6c41c44952466c1ece7c8433abe67642be
-
David Ostrovsky yazdı
Change-Id: Ie0d274423a66db49f58bf4de423ad7b0cc638d47 Reviewed-on: https://gerrit.libreoffice.org/20116Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Tor Lillqvist yazdı
Change-Id: Icaecbfe4c53c6488fe8d9ed797251ac23985706f
-
Caolán McNamara yazdı
Change-Id: I1934441858baeeb41a46f694dbcef2d846b308b7
-
Caolán McNamara yazdı
set this back to its original code pre.. commit e5bc8b60 Date: Tue Aug 5 12:18:20 2014 +0200 to silence coverity about it Change-Id: I9d8f1bda1a32fbf97c0bdc73edfeab9f74d6443a cids: 1326180<->1326190
-
Caolán McNamara yazdı
Change-Id: I802e0f854cb5c560e7a860f2fcec0330e481da6c
-
Caolán McNamara yazdı
Change-Id: Iff1a546cca83fed6fc81836e447bc30d68969274
-
Caolán McNamara yazdı
Change-Id: I9aff17d367ba48609067abdb2a5fb5111daee38c
-
Caolán McNamara yazdı
Change-Id: I4f51d49a18adf76a741d55d67ed3ba2a7a2cc439
-
Caolán McNamara yazdı
Change-Id: I47b9ccf2685bd0f37ee2722e93fad9ed668c3b81
-
Caolán McNamara yazdı
Change-Id: I5cf13dfb5e085684b333c47d6bee73f92b758e81
-