- 30 Ock, 2015 9 kayıt (commit)
-
-
Tomofumi Yagi yazdı
GetEnglishSearchFontName() returns incorrect value for specific localized font name as parameter(ex."HGS Gothic M"). Because, the conversion table "aImplLocalizedNamesList[]" is wrong. http://opengrok.libreoffice.org/xref/core/unotools/source/misc/fontdefs.cxx#181 This causes the assertion from vcl/source/font/PhysicalFontFamily.cxx(line:297), and more problems, probably. This patch fixes two entries in the conversion table. One fixes the assertion, another fixes typo. Change-Id: I3141bbbb7956608cc59f20ad42c76ef97a42189d Reviewed-on: https://gerrit.libreoffice.org/14244Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Updating a SwTxtInputFld requires expanding the contents of the node. Expanding the contents of the node requires all the positions of fields in the node to be correct in order to expand them to the right place. So on updating a SwTxtNode wait until all the attributes positions are adjusted to be correct before expanding the SwTxtInputFlds in that node Change-Id: I76500239a103e56be412707a708a303a58236070
-
Julien Nabet yazdı
Change-Id: I8e68aea55a073228f065b0e5331ef1abe66f685e
-
Caolán McNamara yazdı
Change-Id: Ib2ab6140c45b858acbe0b97870d2d64c7189d875
-
László Németh yazdı
Change-Id: I800c8c4a2cb55a8d9f46a5c5cf1f79dd44051dfe
-
Markus Mohrhard yazdı
Change-Id: I8cea0324a6bee716dd352e5a21f5e5444872760b
-
Chris Sherlock yazdı
I have extended GlyphItem to also record the original and new height, along with the y offset. Change-Id: I1e9646a8f0d844951d5533d035d9a16dbc8e257c Reviewed-on: https://gerrit.libreoffice.org/14216Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Chris Sherlock yazdı
Changes: + Move the rotated text down the screen to show more of it. + Only one colour (black) + Only one line of text now + smaller font size + fixed issue caused by not resetting clipping area at the right time Note that the old changes can be brought back easily by changing a hardcoded variable in the source. Change-Id: I5b0688af0f344f89cd252d43b1b8964b0c456bef Reviewed-on: https://gerrit.libreoffice.org/14247Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Chris Sherlock yazdı
If you include the #version directive then it must be on the first non-comment line in a glsl fragment. This is now handled. Change-Id: I7e938c27b24d20f25e656667a122d7a341f51611 Reviewed-on: https://gerrit.libreoffice.org/14246Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
- 29 Ock, 2015 25 kayıt (commit)
-
-
Caolán McNamara yazdı
i.e lots now able to be detected after... commit b44cbb26 Author: Noel Grandin <noel@peralex.com> Date: Tue Jan 20 12:38:10 2015 +0200 new loplugin: change virtual methods to non-virtual Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I605e2fa56f7186c3d3a764f3cd30f5cf7f881f9d
-
Jan Holesovsky yazdı
Change-Id: Ie361365e65626b0118393960e381aff9745af83d
-
Eike Rathke yazdı
And use a proper string to double conversion and early bail out conditions. Change-Id: I6c89dd850405ad74ebd175800131cdcac19a8c86
-
Eike Rathke yazdı
And check string length before accessing characters.. Change-Id: Iac3c2bf2f67f0cc7fc106515a875512771676e01
-
David Tardon yazdı
It turns out that the ordinal number adjustment that was added for fdo#34548 is no longer necessary. Change-Id: I2c491a008500b6a269b6f05a2a72f5aa70edecb2
-
Stephan Bergmann yazdı
Change-Id: I4290659c506ab11825b4c2f36952214b6254252c
-
Stephan Bergmann yazdı
Change-Id: I240c8c940d7d3e1310c4ee33911e8c7019e67060
-
Stephan Bergmann yazdı
Change-Id: I08f17dd9cc092206083ff41bbbc178e0322e86d0
-
Stephan Bergmann yazdı
Change-Id: Ia8f2c9f1c1c284708a2cbde379197ec6ba58742f
-
László Németh yazdı
Change-Id: I2a4ddb2e3a3ff629243dba46880b8c986dfde2dc
-
Miklos Vajna yazdı
Change-Id: I1e3b1d4b7d596630ea9b804ded911a2e48b970c9
-
Michael Stahl yazdı
Change-Id: I4ccf1cc5609ed4f2c70dbf396264e6caf16573c3
-
Michael Stahl yazdı
The problem is that SwUndoDelete will move the fully selected nodes to the UndoNodes but it leaves bookmarks with their SwIndex pointing to the deleted nodes. The SwNodeIndex are corrected by SwNodes::_MoveNodes() so they point to a different node than the SwIndex. This only happens if only one position of the bookmark is inside the deletion range; if both are, the bookmark will be deleted by SwUndoSaveCntnt::DelCntntIndex(). Also joining the 2 start/end nodes of the selection will accidentally correct the bookmarks but only if it happens to delete the end node. (and apparently there is also a DeleteRange method that doesn't join) Change-Id: I91ec362bb833328f8d681fd9458cb915c4efb267
-
Michael Stahl yazdı
... with a more useful assertion. Change-Id: I43f0a3e123d9dc9f9fd9548e84b8619c7d4f1262
-
Michael Stahl yazdı
Change-Id: I3a012cfd9ba8c8c331d025f56f590a74941f71dd
-
Michael Stahl yazdı
Change-Id: I5f2393b13729ab43ad2cfd4a3f960a507e3e608b
-
Michael Stahl yazdı
Change-Id: I5dc00f7b03b51916b1331c4ba64064a5aa5930c9
-
Michael Stahl yazdı
Change-Id: I129f3dc1597035664e4ff284276cb0d49a560ab5
-
Michael Stahl yazdı
If these are called on a value that is of a different type than what is checked in the children() method, nothing is printed except exceptions about non-existent _iterator. GDB can figure out the dynamic type itself and call the pretty printer only if it's actually a UnoMark so don't register it for IMark. Same thing for SwUnoCrsr, there is already a class for it. Change-Id: I00238f1e3f01741d607eec9d47671302b858b965
-
Michael Stahl yazdı
Change-Id: Ieb1e104e8147376405e90ecada308fee05321dcd
-
Michael Stahl yazdı
... before calling into BASIC. Change-Id: I51a59fe5ca9b15ff7ec509c052964523d87a9790
-
Michael Stahl yazdı
Change-Id: Ic1fbb36a509ec1dce63f1c7fa4a8955a4780517d
-
Michael Stahl yazdı
Change-Id: Icb0109b954b9a7710309cc9bca30309a6ec90a73
-
Tor Lillqvist yazdı
Change-Id: Ibaaa9ce5e5469b960d2b3dee1d40c536e5ae0739
-
Caolán McNamara yazdı
Project: translations add7a7e0967a3fc04666ba061d81d1ba9b326554
-
- 28 Ock, 2015 6 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Icbab4d030877f978babfc51f984fb4793b60f681
-
Lionel Elie Mamane yazdı
The exception thrown by at() is not treated meaningfully anyway. Change-Id: I8c243541271d7da76b2a9b102e058b5f2d1ad6d3
-
Lionel Elie Mamane yazdı
and some contain a column in the second child Change-Id: Ifd69758336233ed0233120b3315d4f33655fa994
-
Tor Lillqvist yazdı
Change-Id: I6678502472f646ae770be4d17d85f2a02fba8f4b
-
Tor Lillqvist yazdı
Change-Id: I4f155f8a28afa6a16b1859b254a339d8374a769b
-
Tor Lillqvist yazdı
Turn off AutoCalc while constructing it and then calculate it when ready. Use a smaller number for the minimum formula group size required for OpenCL to be used while calculating it. Use less hardcoded magic numbers in the code. Change-Id: I6f2c3b1035947a542776d6087bd229cb9c2892fb
-