- 26 Ara, 2014 2 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I4e04db86518b9a767da23dda3678002460f6f41d
-
Tomaž Vajngerl yazdı
Change-Id: I358794f86d541d2b49a8281a7224e5c6c29066d9
-
- 25 Ara, 2014 11 kayıt (commit)
-
-
Mark Williams yazdı
Rewrite of 32-Bit-Code to work under 64 Bit: To use the 32 Bit offset values in the ExceptionType we have to allocate a single allocation block and use it for all code and data. All offsets inside this area are guaranteed to be in 32 bit address range. So we have to calc total memory allocation size for D-tor, C-Tors, ExceptionType and type_info. ExceptionType is allocated via placement new operator to locate everything inside our mem block. There is one caveat: Struct type_info is kept in a map and was referenced from class ExceptionType. Therefore type_info now is also member of ExceptionType and can be referenced via 32 bit offset. Change-Id: I6b524e36975a66fb64ca0cfb014c207053acec90 Reviewed-on: https://gerrit.libreoffice.org/13653Reviewed-by:
David Ostrovsky <david@ostrovsky.org> Tested-by:
David Ostrovsky <david@ostrovsky.org>
-
Markus Mohrhard yazdı
Found by asan. E.g. ooo45229-2.cgm
-
Matteo Casalin yazdı
Change-Id: Ide8913930f9f951039cefecf71609c5a2bcc5e82
-
Matteo Casalin yazdı
Change-Id: I988d80665bc61d1a0a96614790735d83bd9e5dde
-
Matteo Casalin yazdı
Change-Id: I66239d89049f1386e5725e540c4dcc2b09c3ebf0
-
Matteo Casalin yazdı
Change-Id: I5b63396fba55b717f35aee5718dd348a9d795786
-
Matteo Casalin yazdı
Change-Id: I18cc8f4fb5e2fa2b62c360c787a4d827dab7955c
-
Miklos Vajna yazdı
Change-Id: I11c550d0ec5a10f17116ac8f7025c0283e292f2e
-
Tomaž Vajngerl yazdı
- In case of Writer document always show document by full width. - Otherwise show the whole document on the screen even when the orientation is portrait or landscape. Change-Id: Ia6704432c850a5487aee1693ed12e039ae6ef0cb
-
Tomaž Vajngerl yazdı
Change-Id: I0d0cd421e366bf34b71d9d82dd21476ecfa90b18
-
Tomaž Vajngerl yazdı
Change-Id: I02bcdf88063d272cb9eb9e89cbee61d30f4f01d6
-
- 24 Ara, 2014 15 kayıt (commit)
-
-
Marco Cecchetti yazdı
Problem: Some axis labels of a chart are missing, when they should not. Analysis and solution: The current implementation is affected by the following issues: 1) When the method switches to the 45-degrees layout the `nRhythm` parameter is not reset to 1. 2) The bounding boxes computed by the `doesOverlap` test routine for the 45-degrees layout are wrong. Because of the first issue only one label every `nRhythm` is showed even if in the 45-degrees layout no overlap occurs. The second issue is located inside the `lcl_getRotatedPolygon` routine which is used by the `doesOverlap` routine for building a polygon representing the bb for a text label. The polygon is created in the following way: a new rectangle is created: the top-left vertex is placed at axes origin and it is initialized with the same width and height of the bb of the passed text label. Later several transformations are performed on the new rectangle: 1) the rectangle is rotated by a 45-degrees angle respect with its center; 2) the rectangle is translated by a vector equals to the top-left vertex of the bb of the passed text label. There are 2 errors in this sequence of transformations: 1) The `B2DHomMatrix` class used for representing the transformation, performs rotations in the positive direction (from the X axis to the Y axis). However since the coordinate system used by the chart has the Y-axis pointing downward, a rotation in the positive direction means a clockwise rotation. On the contrary text labels are rotated counterclockwise. This can be easily fixed by using the opposite angle. 2) Rotating the rectangle respect with its center is wrong since the fixed point of the rotation must be the top-left corner of the rectangle: in this way when the final translation is performed the top-left vertex of the transformed rectangle will be coincident with the top-left vertex of the text label bb, and so the transformed rectangle will be coincident with the text label bb. Change-Id: Ia8072c3d5bd6c1a11f66c33d45d56e55634edf4c
-
David Tardon yazdı
Change-Id: Ie0d359f6607811cd76aefe4e19d0fb05379f1762
-
V Stuart Foote yazdı
Change-Id: I81de0e67b388507a29e3cb70a05f08775a380bad Reviewed-on: https://gerrit.libreoffice.org/13642Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
David Tardon yazdı
Change-Id: Ie12b7ec9630d45e23fb11f12d2d4955855ae34cc
-
David Tardon yazdı
Change-Id: I7a00dfaa3252e2a0ab145ef8a4355f9bd14570da
-
Caolán McNamara yazdı
Change-Id: I0b75dabfcb4a53dbbe361a34a6d9661a5b4aedd2
-
Miklos Vajna yazdı
Change-Id: I7407aeba6ddcfd783cee508faa6731c59d0b9759
-
Markus Mohrhard yazdı
Change-Id: I7a87fe9486d318dfbd7987264f35b279c1a9a014
-
Markus Mohrhard yazdı
Change-Id: Ie4e5169eba887ff373d7c1317efe725e9efa8c28
-
Yousuf Philips yazdı
Change-Id: Id729fd5e8475e48a20645d58f458d5898c9a255a Reviewed-on: https://gerrit.libreoffice.org/13637Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Yousuf Philips yazdı
Change-Id: I02616b09be4f8f064964b1ce23f8937878d21744 Reviewed-on: https://gerrit.libreoffice.org/13599Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Markus Mohrhard yazdı
Change-Id: Ie612555a63a1eff79e6c35aeed3cfa27b948ad38
-
Markus Mohrhard yazdı
Change-Id: I1789f9a4ec2f1dec62ea0958bca03e5e2fcd1fc6
-
Markus Mohrhard yazdı
Change-Id: I175701912a4cf0d9c661327a31e37a43902b1915
-
Markus Mohrhard yazdı
Change-Id: Ic5d678a2b1197ce8d83b308b0a4387bf657052d5
-
- 23 Ara, 2014 12 kayıt (commit)
-
-
Yousuf Philips yazdı
Change-Id: I87274670fd2c092bd6ea7f7dfb67f9db76865c96 Reviewed-on: https://gerrit.libreoffice.org/13632Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Miklos Vajna yazdı
Change-Id: Iaa1cb0eeddb0a4a1c67c30dcefbebb9965aa3e76
-
Caolán McNamara yazdı
Change-Id: Id3ea2c99026a2d3fea4509b091aa3e352855bc0e
-
Matúš Kukan yazdı
Change-Id: I24ba4365d9d5f78e875ea51382c6b1f864b2e5fe
-
Matúš Kukan yazdı
Change-Id: I00b0fcf60725b7c728b1d92734f27b914d57b1a3
-
Miklos Vajna yazdı
Change-Id: Ib909ea6f8ed18a008f9e5079b88fc862abe13da2
-
Caolán McNamara yazdı
Change-Id: Ia96b7816708e566d59628ae185bdc08023cdbe00
-
Caolán McNamara yazdı
Change-Id: I2c6faad05d7e1c92e554864abfb257907f803d51
-
Caolán McNamara yazdı
Change-Id: Ib19609c3f4c83ae8baef83bcdadee79e69743df5
-
Chris Sherlock yazdı
Unfortunately when I refactored the code some time ago in commit 588bb542 I forgot to remove the original assignment to mnExtLeading. This fixes this issue. Change-Id: I9ef514c1a28ec72747fed865a47c41a1193ce1b9 Reviewed-on: https://gerrit.libreoffice.org/13627Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Yousuf Philips yazdı
Change-Id: I32ea84e4b068158199af5472e576070593ec93ec Reviewed-on: https://gerrit.libreoffice.org/13621Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Matúš Kukan yazdı
Change-Id: I3e06f4bb18449c56d0cc396230c56d5fb6a6ed98
-