- 06 Agu, 2015 40 kayıt (commit)
-
-
Eike Rathke yazdı
Similar to beb5879f8fea231a037acf010812df2dffbe302d it is not sufficient to adjust only the parsed tokens, generated RPN tokens need to be adjusted as well. Quite likely also other Adjust...() functions have to handle this, need to investigate. Change-Id: I5de4e2238703b3ce134f7d46a87bd7a4fb940cff (cherry picked from commit 47f002cb)
-
Caolán McNamara yazdı
regression from commit 3d652128 CommitDate: Thu Jul 31 22:14:25 2014 +0200 fix memory leak around function descriptions Found by Lsan. There are two implementations of getCategory, one (sc) returns a new one each time (hence the leak fix) and the other (reportdesign) returns a pointer to one that belongs to the manger (hence the crash). The code in formula really looks to me to expect that the getCategory return a pointer that "someone else" needs to look after, i.e. the reportdesign variant is the more correct so revert 3d652128 and to fix the leak make the sc own the ScFunctionCategories and just cache them like the reportdesign one does Change-Id: Ifd986301a54b4d20449e864697655cd973e0c4df (cherry picked from commit 7c3abee2)
-
Andras Timar yazdı
... in Writer. This (partially) reverts commit ebabf6d1. I did not see the point to open Fields dialog by default, but other uses are fully valid. Change-Id: Ia06803fbb956266fb40c53f51099f9a32ddd6548 Reviewed-on: https://gerrit.libreoffice.org/16221Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com> (cherry picked from commit a2716e53)
-
Eike Rathke yazdı
Just in case someone had it in their MRU function list so will be presented with the same function. It doesn't really matter. Change-Id: I4f1023f9650719ccccad97a669b24f5cdd044f16 (cherry picked from commit 67360b28)
-
Winfried Donkers yazdı
of CEILING and FLOOR Change-Id: I9537d9bd8dbca2eac769e74e9d3d5b298b76f594 Reviewed-on: https://gerrit.libreoffice.org/16016Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit cb13c46d)
-
Katarina Behrens yazdı
The fix is twofold: 1. retrieve transparency from colour in SvxBackgroundColorItem (add QueryValue, PutValue methods, use additional memberID to retrieve alpha channel as a bool property) 2. add CharBackTransparent bool property to Draw [text] shapes Change-Id: I6e14b81cc82f6b4d7fdd4756ff2e4f75e9270361
-
Rishabh Kumar yazdı
Change-Id: Idb1c5051de5ddb0501b8d1440f8abe62074296bc Reviewed-on: https://gerrit.libreoffice.org/16144Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> Tested-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Caolán McNamara yazdı
Change-Id: I3be1a13a00e3219cb8912ef61a9627d37036d19a (cherry picked from commit 29f6ef46)
-
Noel Grandin yazdı
Change-Id: I402bd7319d31859510a06644eb7dc786d56b312e Reviewed-on: https://gerrit.libreoffice.org/16213Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
László Németh yazdı
(cherry-picked from commit c8344322) Change-Id: I99a935ac7c1aee881bca77f95bd5d1a45d8901ea Reviewed-on: https://gerrit.libreoffice.org/16220Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Christian Lohmaier yazdı
Change-Id: If711d2f1c7a5d586746d4f27dabc8e441c38a2aa
-
Michael Stahl yazdı
The CPython changelog says for version 2.4: - Python no longer relies on the LC_NUMERIC locale setting to be the "C" locale; as a result, it no longer tries to prevent changing the LC_NUMERIC category. (cherry picked from commit 1ee5e1a1) Conflicts: pyuno/source/module/pyuno_runtime.cxx Change-Id: I6d63c4dedca48c99bf81135d69285d9116a19740
-
Noel Grandin yazdı
Change-Id: I28b0c9712d3eb35181ccd323e583d947db06094d (cherry picked from commit f6e5a0ac)
-
Eike Rathke yazdı
Change-Id: Iec22ad67c9deaada827ba8eac47581e08f934353 (cherry picked from commit 782c116b)
-
Eike Rathke yazdı
be1b3dae missed a few cases * a deleted reference start was shifted by two sheets instead of one if the formula was on a sheet before the deleted one * a deleted reference end was not correct if the formula was on a sheet behind the deleted one and used relative sheet reference * #REF! wasn't set when the entire referenced range was deleted Change-Id: Ib9c7492a651a8429fa1c411c8e447593e366e09d (cherry picked from commit 20e4ccc6)
-
Christian Lohmaier yazdı
Change-Id: If2b25caf779830fdb34a7de6a33784a246d12531
-
Julien Nabet yazdı
Add a test to check if name already exists Change-Id: Ie23de04c0b747f58ab61a6e498bf212bf38b346a Reviewed-on: https://gerrit.libreoffice.org/16000Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 3807946b) Reviewed-on: https://gerrit.libreoffice.org/16055Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Jenkins <ci@libreoffice.org>
-
László Németh yazdı
Storing Undo data is unnecessary here, because shrinking is applied only on the text frame of the textbox. The shape component of the textbox isn't modified. (cherry-picked from 2f779fc0) Change-Id: Iaff64ff4953adbfa830832da146343cef2734547 Reviewed-on: https://gerrit.libreoffice.org/16088Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Philippe Jung yazdı
Seing the fix, it probably also impacts scrolled floating menus. Change-Id: Ia740573c3ed54cf01a57575a2ca00d49165be28d Reviewed-on: https://gerrit.libreoffice.org/16188Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Caolán McNamara yazdı
Change-Id: I17607b0040f8adc2f0cbbe98a1d3a9af7b19c816 (cherry picked from commit 753fa7ca)
-
Caolán McNamara yazdı
This reverts commit 9857c639. Change-Id: Id47e982eb346c092991f07964c0146daefccb031
-
Miklos Vajna yazdı
Change-Id: I7a3a233a34453153b3e1c0fe3d60bb0ede65dc86 (cherry picked from commit 292ec5fe)
-
Adolfo Jayme Barrientos yazdı
From Alexander and Adwaita. (cherry picked from commit aba3c3a3) Conflicts: icon-themes/tango/cmd/lc_inserttable.png icon-themes/tango/cmd/lc_mergecells.png icon-themes/tango/cmd/lc_numberformatpercent.png icon-themes/tango/cmd/lc_togglemergecells.png Change-Id: Ib3f396ab2cbb0a89da00a7f8634fc6fe6be0b223
-
andreas_ka yazdı
I also have done the extension and the help icon according to galaxy. As I wrote in the bug report the breeze icons are 48x48 px because in 32x32 the icons are to smale Reviewed-on: https://gerrit.libreoffice.org/16176Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit d28102b1) Change-Id: I1f1dcce9c4a7aa1609d039381b4f85cf9a8b6f37
-
Michael Stahl yazdı
(regression from 587006ca) Change-Id: I38e00a7469243088e25aa1a91e3581240b3bbdea (cherry picked from commit 238e07dd)
-
Eike Rathke yazdı
Pasting formula content that created a formula group always constructed group listeners, then destroyed those listeners again and reconstructed the same listeners, because ScDocument::DeleteArea() is called with IDF_OBJECTS again if nothing is excluded from paste. Do the listener stuff only if one or more of the IDF_CONTENTS bits are set. Change-Id: I8c6b7f7bb3402590f2b1f3259ee730f26a906cdf (cherry picked from commit 97fea63d)
-
Christian Lohmaier yazdı
Change-Id: Ifad26c1d89031b0e746ac3b9a4c0738660be9e97
-
Rishabh Kumar yazdı
Change-Id: I8ea350b97fcbf914b60ba580a72df967fdcfadef Reviewed-on: https://gerrit.libreoffice.org/16164Reviewed-by:
Philippe Jung <phil.jung@free.fr> Tested-by:
Philippe Jung <phil.jung@free.fr>
-
Caolán McNamara yazdı
i.e. follow up to commit 465359c3 Author: Michael Stahl <mstahl@redhat.com> Date: Wed Mar 11 16:39:24 2015 +0100 do not call virtual Commit() from dtors of utl::ConfigItem subclasses ~SvtAppFilterOptions_Impl() demonstrates that this is a bad idea, by not invoking its subclasses' ImplCommit() but its own. to avoid assert in SvtSearchOptions dtor Change-Id: I0eaf93450e1daddb81a9463f2c1df48a334dfb22 (cherry picked from commit 8d5a2116)
-
Eike Rathke yazdı
Change-Id: Ic42897ba6bb520c931f63e56d0f453ed14cfaa3d (cherry picked from commit 883ebe02)
-
Michael Meeks yazdı
Also extend VclPtr lifecycle test. Change-Id: I4d989375ca02327216eb1f37e466aefdb733579d Reviewed-on: https://gerrit.libreoffice.org/16107Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Michael Meeks yazdı
Change-Id: Ifb5355b3a8f33601bcec0c11ce1afe1c735695b6 Reviewed-on: https://gerrit.libreoffice.org/16100Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Christian Lohmaier yazdı
Change-Id: I59e76ca77cf94679d2d98301d78d523f922e083e
-
Caolán McNamara yazdı
Change-Id: Ie7f9abc16e07c9ef44916e0cebe67486f3583449 (cherry picked from commit 43cc6fa1)
-
Matthias Freund yazdı
Reviewed-on: https://gerrit.libreoffice.org/16143Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit f9bc291f) Change-Id: Id5d7824026817318960b6403bf0e0a7558fd8c30 Reviewed-on: https://gerrit.libreoffice.org/16153Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Andras Timar yazdı
b78d8815 removed unused values from SfxFieldUnit enum. This broke the mapping between SfxFieldUnit and FieldUnit. In fact SfxFieldUnit was redundant. Change-Id: I13c7e7d708c6eeab0de192f4cd110b0a23989a31 Reviewed-on: https://gerrit.libreoffice.org/16150Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com> (cherry picked from commit 7f423067)
-
Eike Rathke yazdı
Listeners are set up from references in RPN, so check those for bounds to catch also references resulting from named expressions, database ranges, tables, ... and references in the token code array that are not referenced in RPN. Change-Id: I54770b45818f4c0541a39815278d3271a77b345d (cherry picked from commit 4baf76dd)
-
Eike Rathke yazdı
Follow-up on 2f6a0685, rTop is top of created group, listening needs to be ended on original (previous) group. Change-Id: I1f975a0a6c85e649aa07ce5c6e97bc6e917ff9ce (cherry picked from commit 5d6448a5)
-
Stephan Bergmann yazdı
Change-Id: I25eae3874c7ca4cf4e23673604a1f77e1fa15451 (cherry picked from commit 0329dbd3)
-
László Németh yazdı
Cherry-picked from 86782d5d and cd2ba312. [86782d5d: AutoCorrect: direct replacement of keywords surrounded by colons Replacing immediately (without pressing space or enter) and inside words, too. For example, fixing tdf#55292 – complete input method for n-dash, m-dash – is possible now by :--: -> n-dash, :---: -> m-dash AutoCorrect replacements.] cd2ba312: unbreak calc again, a fix for the previous commit by Markus Mohrhard] Change-Id: Id7d9411599bec620fa91c246b531d26150f20c6a Reviewed-on: https://gerrit.libreoffice.org/16002Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-