- 13 Kas, 2015 40 kayıt (commit)
-
-
Michael Stahl yazdı
<erAck> mst__: I see no immediately compelling reason why that shouldn't be a member variable Change-Id: I307259337cb068c5c7e397a1f57cf8e7c92b0e12
-
Michael Stahl yazdı
Change-Id: I6dc352bf0bcfef18b39926986929d0ba96d2f3cc
-
Michael Stahl yazdı
Change-Id: I98246395bb0de7444864ce35d1cbdd4711b5bfeb
-
Michael Stahl yazdı
Change-Id: I3d892ba544e1c3e569e3c1968e034836dde5b555
-
Michael Stahl yazdı
Change-Id: I69bb8ab014864ad77448785dfcd291d7c51a0cef
-
Michael Stahl yazdı
Change-Id: I3dfa3f5933010adb4c9277aac441a8c8a7c9c4b6
-
Michael Stahl yazdı
Change-Id: Icb37c70535fec579effddf39f2e60e4418c9d98e
-
Michael Stahl yazdı
Change-Id: I3745d31135062778ce5ec618f1d491fb21a540f6
-
Michael Stahl yazdı
Change-Id: Ic162dd2d9a97e7d311921fad7d4d2bdf4b81293b
-
Noel Grandin yazdı
Change-Id: I4491ed75bfe588b5c4e307d17319e1f0feda1678
-
Stephan Bergmann yazdı
Change-Id: Iaf779157b97e4d3a3a449cc7f17e4d5c533955f0
-
Stephan Bergmann yazdı
Change-Id: I71e0de9e13718c1a6cd11339aba740effa2e0476
-
Stephan Bergmann yazdı
Change-Id: Ib07e85bd1a157b6fa78f07a17f8cf5033b01bddf
-
Stephan Bergmann yazdı
Change-Id: I2f79e52da2aa0ad3a37aac07a36dbe14dfe401a9
-
Stephan Bergmann yazdı
Change-Id: I3ef314594b64a54aca389816fd9bf5ba0721b397
-
Stephan Bergmann yazdı
Change-Id: Iafd6e5f899835303e421be923f70d1e3f42bf65e
-
Armin Le Grand yazdı
The basegfx Triangulator is used in slideshow with canvas to triangulate the mask geometres. This uses tools::isPointInTriangle which uses basegfx::tools::arePointsOnSameSideOfLine. This uses the cross product to solve and for tests against zero the fTools::equalZero call. The triangulator then uses the more precise rtl::math::approxEqual to test if one of the points of the triangle is equal to the test point. In rare cases this can lead to a position where a point is seen as inside the triangle wrongly because it is not detected as equal to one of the triangle points. To solve, use increased accuracy. Change-Id: I73e12b711f14d4c48e829d5db1cadefa0917c19b Reviewed-on: https://gerrit.libreoffice.org/19925Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Noel Grandin yazdı
after my commit 2aacf6c2 "sc: boost::ptr_vector->std::vector" Change-Id: I7195b91a61405f16ddcc698ce1e8205e6d20c39e
-
Tomaž Vajngerl yazdı
Change-Id: Ie89b64c4399cd0092eee579660c9fe85f8ca8e73
-
Miklos Vajna yazdı
This is primarily for tiled editing that doesn't know about multiple cursors, so if both the postit cursor and the main cursor is shown for a short period of time, then the main one is hidden, then gtktiledviewer still shows the main one. OTOH if we can avoid showing the cursor in general just to hide it a bit later in general, let's not do that. With this, the "cursor is shown at the comment anchor, not inside the anchor when clicking on the postit" bug disappears. Change-Id: I2383292c5f84604dc8b126510b0797b8426920ae
-
Takeshi Abe yazdı
Change-Id: I691e655196d271661fe3ae9aa64c6c61c02d8855
-
Andras Timar yazdı
Change-Id: I90f926091a8da66b05582191454418363ef6e8d7 Reviewed-on: https://gerrit.libreoffice.org/19943Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Miklos Vajna yazdı
Change-Id: I4ad2b77112a2c9bfbf76f0b84275d88046ed3851
-
Noel Grandin yazdı
This reverts commit 9822ddf3. something is storing a pointer to maXFIndex in XclImpXFRange Change-Id: I2de7a311da2586351e2356b108f723c80f268245
-
Noel Grandin yazdı
Change-Id: I21fdb9f503241c2fa38f3de059a1f674a6631c78
-
Noel Grandin yazdı
Change-Id: Ia78f3596888df89b13578bd383df2615bcb854a7
-
Noel Grandin yazdı
Change-Id: Ie152e03e6219495683ebc50d916406fff0e54b6d
-
Noel Grandin yazdı
Change-Id: I85eb08c85700a2a5e0bd0edaf46ca99fded9dbb5
-
Noel Grandin yazdı
Change-Id: I7bf6fad1ed2d0f8e9a42293e0ceec7fc3b59963f
-
Noel Grandin yazdı
Change-Id: I6035b73e170664d23c706a26c1dee953cd19c518
-
Noel Grandin yazdı
Change-Id: I64720c2678f702e895c9b91571d98c0059e02a27
-
Noel Grandin yazdı
Change-Id: Ib81da8bd2e934330deea6f862c6774db4df93603
-
Noel Grandin yazdı
Change-Id: Ic4af0579f31c2076fcbc4ac76266e0ae49cb2be8
-
Noel Grandin yazdı
Change-Id: I78fb3a7c735621565ad523ec49b04b20053ae681
-
Noel Grandin yazdı
Change-Id: I2d8ffd3f11d7c5295fa3c5725edf2cd871197a26
-
Noel Grandin yazdı
Change-Id: Ie5d21180d49a7d82d4cc1f5b9a71152bb86d0555
-
Noel Grandin yazdı
Change-Id: I4c1d48b93ebb50aead0ee263a13e42e66eb714da
-
Noel Grandin yazdı
Change-Id: If3fff7cec768be9ce4cad6064415c1739433e030
-
Noel Grandin yazdı
and remove some unnecessary usage of dynamic allocation of OUString Change-Id: I6eb49a0733928ba49ea48accd36fbaaa82b9d211
-
Noel Grandin yazdı
Change-Id: Ib53a084c16eaf0c7a44573ec8f4fabd782684b7c
-