- 26 Eki, 2015 40 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: If83c73c3a8a0aab24c31199e3c31d90c215f3eac
-
Eike Rathke yazdı
This reverts commit bebc20c6. Removing the disabling is plain wrong. Please see the code for when the button is disabled, when it is enabled, and what consequences it has when changing the state from checked to unchecked. Unchecking will result in the formula not being applied as array formula anymore, which it was before editing. Actually tdf#90695 is not even a bug. The checked but disabled Array button is meant as an indicator that the formula IS an array/matrix formula. Change-Id: Ic7f9f7010ce208171ef614e0885474f2deae4ac9 Reviewed-on: https://gerrit.libreoffice.org/19602Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Simon Steinbeiss yazdı
The icons in the themes should be deleted in a second step and the defines should be transformed into an ENUM and stored in one place. Furthermore we will have to decide whether to live with gtkimagemenuitem despite its deprecation in Gtk3.10 or whether to pack GtkImages and GtkLabels in GtkBoxes inside GtkMenuItems and live with the additional padding, which potentially looks horrible. Change-Id: I8dec44375e40a4d2b6668792bc4b813efe83ff31 Reviewed-on: https://gerrit.libreoffice.org/19601Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Miklos Vajna yazdı
Change-Id: I0b9de068ddf0f4ff92d8fbf003b7529516f1f80a
-
Miklos Vajna yazdı
Change-Id: I528ac9f9f687d2940c6477b1d33264f1e523051f
-
Miklos Vajna yazdı
Change-Id: Ib59ea43700815c53cdd4be819e2e9cf35c6f89e9
-
Tor Lillqvist yazdı
We already have an if statement for (time < PART) right above. Change-Id: I43b817dd6d0a11be4ed51a5bd378806447abf69c
-
Tor Lillqvist yazdı
Change-Id: Ia32c98d8162f31a8ee0b0d0c1301ca204c9c3c87
-
Noel Grandin yazdı
no need to store uno::Reference objects on the heap Change-Id: I015c9c4f89a5520e874f4bf523129682d7da579c
-
Michael Meeks yazdı
Change-Id: Id61e37e4e9ea62c3dba224e55ddfdc71fb0bfc8c Reviewed-on: https://gerrit.libreoffice.org/19541Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Tor Lillqvist yazdı
Change-Id: I5179ee1cd295f256526feebb192a8548c41276a7
-
Stephan Bergmann yazdı
Change-Id: I7945eed053a671ad0c755284a372d16083e596b2
-
Miklos Vajna yazdı
Change-Id: I393ec4427674cd5d77d0e9a069ffe159d14e38b1
-
Tor Lillqvist yazdı
Change-Id: If26ae80278dc55d5bf9fa644763e653c69415597
-
Tor Lillqvist yazdı
Change-Id: Id1b48f190831bbd4cc75d0d9e315e5b2b491d595
-
Tor Lillqvist yazdı
Change-Id: I5c3835f6fdc215e5d9dc1b8146c12e0d1a57da7c
-
Stephan Bergmann yazdı
This reverts commit c3acead3, now that cc906ec4 "The Android NDK for some reason don't have these math functions in std::" uses all the declarations from <math.h> instead of <cmath>.
-
Stephan Bergmann yazdı
...to avoid failure on Linux-rpm_deb-x86@71-TDF-dbg: ucalc_formula.cxx:6600:Assertion Test name: Test::testFuncMDETERM equality assertion failed - Expected: 0 - Actual : 6.33716169817777e-17 - Calculation of MDETERM incorrect for singular integer matrix A delta of 10e-4 appears to be a popular choice in this source file already. Change-Id: I24dc6bcab114a1cb2183f2b583be7ba9a9cb1fcd
-
Noel Grandin yazdı
"tdf#93243 replace boost::bind with C++11 lambdas Cell...PropertyPanel.cxx" Change-Id: Ic66eabba58cb39e10253d50e4a226258e7099a77
-
Noel Grandin yazdı
Change-Id: I3f6a97195d3364b2a0964f62f11e9c0de9493d64
-
Miklos Vajna yazdı
This workaround is not needed after cc906ec4. This reverts commit d366d680.
-
Miklos Vajna yazdı
DOCX import could handle this situation, as commit 2e8aad6d (fdo#39056 fdo#75431 Section Properties if section starts with table, 2014-04-18) added support for this situation, in case NS_ooxml::LN_tblStart/End is emitted by the tokenizer. Fix the problem by sending these tokens in the RTF tokenizer as well, at least for non-nested tables. Change-Id: Ifedb121754634529c27820dd5175e7f9e24019e1
-
Miklos Vajna yazdı
Also de-obfuscate a few variable names: - nToxCnt,m_nToxCount (one would wonder if content or count) - nRefCnt,m_nRefCount - bFntChg,m_bFontChg - bNoColReplace,m_bNoColorReplace (one would wonder if color or column) Change-Id: Ief67fe66e26a42d2156b815ed6f81f1e8b74175e
-
Miklos Vajna yazdı
Change-Id: Ife3a2c9dae17d3c8f2972fb7d65682b6d6778ed1
-
Miklos Vajna yazdı
Change-Id: Icd6c6e1bb8a5603f6832921472615f44901e169a
-
Miklos Vajna yazdı
Change-Id: I015decadc51f73085b2732fd6702c7c3af18e6e4
-
Stephan Bergmann yazdı
Change-Id: I9668268f15fbcd4af7432d4d0d403b74263fbb18
-
Miklos Vajna yazdı
Similar to 9a93277b (vcl: fix Android build, 2015-03-06), where the Android has a broken C++ library, having some functions in the global namespace instead of the std one. Work around the problem by using the std namespace till it gets fixed on the Android side. Change-Id: I3d423f42b4e8e325beb3661c1780378e5edf962d
-
Noel Grandin yazdı
just makes it harder to grep for methods Change-Id: I0925db2f9284972fcf7e1e3adf90cbe21f69eb15
-
Takeshi Abe yazdı
Change-Id: I2315b580f8c786cc41d3cd43cdec485717785d5c
-
Noel Grandin yazdı
Change-Id: Id210cbc3481a8a31e6fc0ba2028346fc585c8744 Reviewed-on: https://gerrit.libreoffice.org/19597Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Tor Lillqvist yazdı
Not even if one includes <cmath> instead of <math.h>. So just use the C functions then. Change-Id: Ic8499bc7bcd5c84b6e52e1d5dc799f9f058db816
-
Tor Lillqvist yazdı
Change-Id: Ibb93059d4adab6b672cb9122b2dc8fe8af5bbbd6
-
Jan Holesovsky yazdı
Change-Id: If0e97269043addb7a1659e34c0b286d7ac32428a
-
Noel Grandin yazdı
Change-Id: I47e5e3ebbbf55ae1fbbf2df85f9efbdd8bca1322
-
Mario J. Rugiero yazdı
Change-Id: Ia97d9a24ffd455a135c44bba250fd0c27df7f910 Reviewed-on: https://gerrit.libreoffice.org/19591Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Mario J. Rugiero yazdı
Change-Id: I8f72bec11b5dfd71cc60a18b980629c176d43f49 Reviewed-on: https://gerrit.libreoffice.org/19595Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I06f33af242c60e0349417ceab3ca4a6d47cd402d Reviewed-on: https://gerrit.libreoffice.org/19589Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Julien Nabet yazdı
Just remove the disabling Change-Id: Ia03591610ba1b60a66d9962169383c4ab85288ca Reviewed-on: https://gerrit.libreoffice.org/19590Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
tagezi yazdı
Project: help 5d7d8ae940137262e8fd575a2214bf0baf0e9c1f A description of trigonometric function IM* In ODFF a phrase was rewrote in func_imsec.xhp and func_imsinh.xhp typos are corrected in AllLangHelp_scalc.mk typo is correctedo Change-Id: Ieecb11deae5a8b1da56cdaadc9f75ef08b211e3c Reviewed-on: https://gerrit.libreoffice.org/19429Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-