Age | Commit message (Collapse) | Author |
|
...as these are used in xmlhelp/util/main_transform.xsl at runtime
Change-Id: I097cb79f660386d7fa2d97e7115f689a1e442fe2
|
|
Change-Id: I3c1066902df047a10cf407900dd040dc4408f88c
|
|
Change-Id: If7c7461893ad2627f4bf8a95051282a30a77dc3a
|
|
Change-Id: I98c4ac860fbdb55a61f9be0e9d2d5f29fb849e05
|
|
Change-Id: I4967ad8345cd74c39edbea1df513978b62996b90
|
|
Change-Id: I0bd3a5182d62432a8f0caf4bbae11bbce56a363c
|
|
Change-Id: Ieba2fb34e0279871d36b4fe80d9de76e614b5cde
|
|
Change-Id: Icd6df15347c48a5e42860092f4ee664e3a3d5699
|
|
Change-Id: I8e1c93fd36fb903c0625b29f9f73825438c9e113
|
|
Change-Id: Ida5028969782be792b32b952d3adba0c30dd8bae
|
|
Change-Id: Ic10b70e1d56b941d263ed7632ba8a5146145cab1
Reviewed-on: https://gerrit.libreoffice.org/19600
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: If83c73c3a8a0aab24c31199e3c31d90c215f3eac
|
|
This reverts commit bebc20c62be2df2cf2741fb82945ce6b631d2fe5.
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/19602
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
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/19601
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: I0b9de068ddf0f4ff92d8fbf003b7529516f1f80a
|
|
Change-Id: I528ac9f9f687d2940c6477b1d33264f1e523051f
|
|
Change-Id: Ib59ea43700815c53cdd4be819e2e9cf35c6f89e9
|
|
We already have an if statement for (time < PART) right above.
Change-Id: I43b817dd6d0a11be4ed51a5bd378806447abf69c
|
|
Change-Id: Ia32c98d8162f31a8ee0b0d0c1301ca204c9c3c87
|
|
no need to store uno::Reference objects on the heap
Change-Id: I015c9c4f89a5520e874f4bf523129682d7da579c
|
|
Change-Id: Id61e37e4e9ea62c3dba224e55ddfdc71fb0bfc8c
Reviewed-on: https://gerrit.libreoffice.org/19541
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: I5179ee1cd295f256526feebb192a8548c41276a7
|
|
Change-Id: I7945eed053a671ad0c755284a372d16083e596b2
|
|
Change-Id: I393ec4427674cd5d77d0e9a069ffe159d14e38b1
|
|
Change-Id: If26ae80278dc55d5bf9fa644763e653c69415597
|
|
Change-Id: Id1b48f190831bbd4cc75d0d9e315e5b2b491d595
|
|
Change-Id: I5c3835f6fdc215e5d9dc1b8146c12e0d1a57da7c
|
|
This reverts commit c3acead32e1d844b81e3e90c72549281d4bc73a2, now that
cc906ec47eaaad247e8fbed5c9e6f3604a8b64c7 "The Android NDK for some reason don't
have these math functions in std::" uses all the declarations from <math.h>
instead of <cmath>.
|
|
...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
|
|
"tdf#93243 replace boost::bind with C++11 lambdas Cell...PropertyPanel.cxx"
Change-Id: Ic66eabba58cb39e10253d50e4a226258e7099a77
|
|
Change-Id: I3f6a97195d3364b2a0964f62f11e9c0de9493d64
|
|
This workaround is not needed after
cc906ec47eaaad247e8fbed5c9e6f3604a8b64c7.
This reverts commit d366d680cb62a2c5a7246e7290ef74c7e52eb04f.
|
|
DOCX import could handle this situation, as commit
2e8aad6d45c53d554ccaf26de998ede708cfc289 (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
|
|
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
|
|
Change-Id: Ife3a2c9dae17d3c8f2972fb7d65682b6d6778ed1
|
|
Change-Id: Icd6c6e1bb8a5603f6832921472615f44901e169a
|
|
Change-Id: I015decadc51f73085b2732fd6702c7c3af18e6e4
|
|
Change-Id: I9668268f15fbcd4af7432d4d0d403b74263fbb18
|
|
Similar to 9a93277b869caca4db054385db59fc7b7d541570 (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
|
|
just makes it harder to grep for methods
Change-Id: I0925db2f9284972fcf7e1e3adf90cbe21f69eb15
|
|
Change-Id: I2315b580f8c786cc41d3cd43cdec485717785d5c
|
|
Change-Id: Id210cbc3481a8a31e6fc0ba2028346fc585c8744
Reviewed-on: https://gerrit.libreoffice.org/19597
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Not even if one includes <cmath> instead of <math.h>. So just use the
C functions then.
Change-Id: Ic8499bc7bcd5c84b6e52e1d5dc799f9f058db816
|
|
Change-Id: Ibb93059d4adab6b672cb9122b2dc8fe8af5bbbd6
|
|
Change-Id: If0e97269043addb7a1659e34c0b286d7ac32428a
|
|
Change-Id: I47e5e3ebbbf55ae1fbbf2df85f9efbdd8bca1322
|
|
Change-Id: Ia97d9a24ffd455a135c44bba250fd0c27df7f910
Reviewed-on: https://gerrit.libreoffice.org/19591
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I8f72bec11b5dfd71cc60a18b980629c176d43f49
Reviewed-on: https://gerrit.libreoffice.org/19595
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I06f33af242c60e0349417ceab3ca4a6d47cd402d
Reviewed-on: https://gerrit.libreoffice.org/19589
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Just remove the disabling
Change-Id: Ia03591610ba1b60a66d9962169383c4ab85288ca
Reviewed-on: https://gerrit.libreoffice.org/19590
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|