- 31 Ock, 2015 3 kayıt (commit)
-
-
Jean-Pierre Ledure yazdı
Removing last item of a Listbox produces an "Index out of rande" run-time error Bug reported in user forum https://forum.openoffice.org/en/forum/viewtopic.php?f=47&t=75008 Change-Id: I4bf790f8fee1f88def580dee7bac708b5620fbed
-
Miklos Vajna yazdı
Regression from 7d9bb549 (Related: i#124638 Second step of DrawingLayer FillAttributes..., 2014-06-02), the problem was that exporters still expect an SvxBrushItem for the para background color, while doc model was changed to have an XFillStyleItem / XFillColorItem pair instead. Change-Id: Ib94fda103ec35a6f087307aafdd890183d9d935f
-
Arnaud Versini yazdı
Change-Id: I1296541ac1a6a65a613818a1264c2b7482915e64 Reviewed-on: https://gerrit.libreoffice.org/14170Reviewed-by:
Arnaud Versini <arnaud.versini@libreoffice.org> Tested-by:
Arnaud Versini <arnaud.versini@libreoffice.org>
-
- 30 Ock, 2015 33 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ic3487f204a0a3f826cf6a2441b5c410a8fc1b0b6
-
Caolán McNamara yazdı
Change-Id: Id9d2176742e4c8f6561ba8e1ab4356852bbb2e8d
-
Caolán McNamara yazdı
Change-Id: Ic5cda0155d54aed7fa89df0fddd6407417b2e133
-
Caolán McNamara yazdı
Change-Id: I48fe04973732807eca43eaeeba716622318abf6d
-
Caolán McNamara yazdı
Change-Id: I90e36c7af58638e57296dc4776fbd86beff3d101
-
Caolán McNamara yazdı
Change-Id: I00a5bc6256d9cbfc69ea6a71f2f2cd21e75cc594
-
Caolán McNamara yazdı
Change-Id: Id6930c8e87f27051520e10e1277d769d0b380374
-
Caolán McNamara yazdı
Change-Id: Ie444d89108087c39ad429743e76c383f640c8751
-
Caolán McNamara yazdı
Change-Id: I9286332d74c234007556a7f1d5193197ce547652
-
Caolán McNamara yazdı
Change-Id: I0703df58dd3d798ff0928f317b8d61e13ec2f0ce
-
Caolán McNamara yazdı
Change-Id: I79974d276a8f7f856dbf09b14b06ce3b1bb418f0
-
Caolán McNamara yazdı
Change-Id: I9d830e56bd06208664296f3310cd61b97588d160
-
Caolán McNamara yazdı
Change-Id: I1e9d412ccf68996e59e0875c0f0af17592258acb
-
Caolán McNamara yazdı
Change-Id: Ie86b091f8253fb9464b1bf4823c6f21da969ff90
-
Miklos Vajna yazdı
Change-Id: I4d0ec50ee2e2099630e88b0fd086abddafc5873d
-
Tsutomu Uchino yazdı
(cherry picked from commit 2b2128d0) Conflicts: extensions/source/propctrlr/formmetadata.cxx Change-Id: Ic6d708454009e8023dc2e601043409377fd6cb34
-
Caolán McNamara yazdı
Change-Id: Ie3a2b81ea986dcfaa402030c99ad1314bdc562ac
-
Caolán McNamara yazdı
so GetPos cannot be used safely, so pass down the known index of the redline and propogate it everywhere the redline goes This reverts commit 36e158ce Author: Caolán McNamara <caolanm@redhat.com> Date: Mon Jan 19 12:09:17 2015 +0000 if we change the keys we have to resort based on the new keys which tried to keep the table sorted, but thats no use because DocumentRedlineManager::SetRedlineMode loops over by index so sorting the table during the process busts that. Taking a copy of the entries and looping over that shows another gadzillion problems. So try this approach instead. I imagine it should be possible to calculate the correct current index of pRedl in DocumentRedlineManager::AppendRedline but for now assume that we are sorted correctly at that point and can use GetPos Change-Id: If092dce185e3b36fd256db390132358cba155847
-
David Tardon yazdı
Change-Id: Ie9b8a25d8d33c6211c43277f4d3b4cdbd79f5783
-
David Tardon yazdı
Change-Id: If3e33ee0a24e8a4850b2242ab3806d8dc57ddf09
-
David Tardon yazdı
What good would would a pre-selected export filter format to me if I cannot save into it? Change-Id: I9e5d06cec5ffa0ba325b8bfcfadc4fd55d39017a
-
Caolán McNamara yazdı
Change-Id: I62cafc8e10e9c9dab3fde1785b826ba8ff68569f
-
Adolfo Jayme Barrientos yazdı
Git is a VCS, meaning it backs up changes in every revision, so no need to add redundant copies. Remove vestigial HelpAgent images as well. Change-Id: Iafd58da21b0139e226cfcddabf886e0d86e430d9 Reviewed-on: https://gerrit.libreoffice.org/14248Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Niklas Johansson yazdı
It seems the controls aren't linked with the labels in the outline numbering dialog box (Tools - Outline Numbering). Add info about mnemonic_widget to the labels. There is still a pending issue with separator before/after which I guess should be grouped in a frame, but I'm not confident enough with Glade or it's ui format to try and fix it at the moment. Change-Id: I8dffef703ba03dca31a356426aa5b8a9bc1103be Reviewed-on: https://gerrit.libreoffice.org/14255Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
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 4 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
-