- 12 Ara, 2018 9 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Id5ec45290a0829d15a0d88a68d2ed891b9dae195 Reviewed-on: https://gerrit.libreoffice.org/65042 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I3373a39d6d8b39717b7aec69544a9d2957db15d8 Reviewed-on: https://gerrit.libreoffice.org/65043 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Martin van Zijl yazdı
The Area tab settings in the Insert Frame dialog are now applied correctly (including color). Change-Id: Id152c9409595970078970b43068a7ee594827d2b Reviewed-on: https://gerrit.libreoffice.org/64990 Tested-by: Jenkins Reviewed-by:
Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 083341cb) Reviewed-on: https://gerrit.libreoffice.org/65021
-
Caolán McNamara yazdı
Change-Id: I1dfdf0cea69585991bc0fa8dc38ebdf78abe97bf Reviewed-on: https://gerrit.libreoffice.org/65013 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Xisco Fauli yazdı
Follow same logic as in presentation mode. See 6a932680 Change-Id: I89c31e23dd97e647ab380aa30635acda46064b2f Reviewed-on: https://gerrit.libreoffice.org/64911 Tested-by: Jenkins Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com> Reviewed-by:
Heiko Tietze <tietze.heiko@gmail.com> Tested-by:
Heiko Tietze <tietze.heiko@gmail.com> (cherry picked from commit 3b6ee27e) Reviewed-on: https://gerrit.libreoffice.org/65008Reviewed-by:
Xisco Faulí <xiscofauli@libreoffice.org>
-
Eike Rathke yazdı
... instead of the naïve algorithm. Short test case with 4 values: 10000000007 10000000011 10000000013 10000000017 Naïve Var: -21845.3333333333 Welford Var: 17.3333314259847 VAR() two-pass: 17.3333333333333 Change-Id: I2f27ab91166551e96c0e467f41bd6e6d49b50295 Reviewed-on: https://gerrit.libreoffice.org/64993Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by: Jenkins (cherry picked from commit 3c964980) Reviewed-on: https://gerrit.libreoffice.org/64994
-
Caolán McNamara yazdı
seems CaptionComboBox has devolved to a ComboBox that doesn't allow typing space Change-Id: I6beffaa8157eb91f0fd9fbe7f0de92a54e97470c Reviewed-on: https://gerrit.libreoffice.org/65002 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I01ae503df29dbce12b10d661072a7a45e2336d2e Reviewed-on: https://gerrit.libreoffice.org/64988 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
since... commit 08da15ca Author: Jakub Trzebiatowski <ubap.dev@gmail.com> Date: Fri Mar 11 20:58:34 2016 +0100 tdf#90855 Improve the 'Insert Bookmark' dialog Change-Id: Iabe462ddcfc2ea1a0eaeafe0d126f87158db97fd Reviewed-on: https://gerrit.libreoffice.org/64987 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 11 Ara, 2018 14 kayıt (commit)
-
-
Eike Rathke yazdı
This was wrong since commit 298ee506 CommitDate: Sun Nov 20 00:14:28 2016 +0100 PivotMedian: Implement median as a new pivot table function and in fact in a debug build failed an assertion soffice.bin: include/o3tl/typed_flags_set.hxx:85: constexpr o3tl::is_typed_flags<E, M>::Wrap::Wrap(type name std::underlying_type<_Tp>::type) [with E = PivotFunc; typename std::underlying_type<_Tp>::type M = 4607; typename std::underlying_type<_Tp>::type = int]: Assertion `static_cast<typename std::underlying_type<E>::type>(~0) == M || (value & ~M) == 0' failed. when one of the functions (e.g. StdVar) not included in the mask was chosen as pivot table data function. Change-Id: I5b9efc7d2cbcf6fece3ef228db8f6e0ffa17b510 Reviewed-on: https://gerrit.libreoffice.org/64974Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by: Jenkins (cherry picked from commit 639a401f) Reviewed-on: https://gerrit.libreoffice.org/64984
-
Eike Rathke yazdı
These were never implemented. Likely because they aren't used internally by Calc, which for formula expressions in the interpreter and for DataPilot / pivot table uses a different approach, but they are needed for css::sheet::XSheetOperation::computeFunction() Change-Id: I1af038bf9db8d0c04d69598b992b827b083e2248 Reviewed-on: https://gerrit.libreoffice.org/64957Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by: Jenkins (cherry picked from commit fc1568d5) Reviewed-on: https://gerrit.libreoffice.org/64975
-
Jan-Marek Glogowski yazdı
Adds a configure test to check for the enabled ClassPathURLCheck. Should be reverted, if our jars pass it. Change-Id: I040b41f329ccae21b92118fd58270682e50e95c1 Reviewed-on: https://gerrit.libreoffice.org/64709 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 905c107c) Reviewed-on: https://gerrit.libreoffice.org/64968Reviewed-by:
Jan-Marek Glogowski <glogow@fbihome.de>
-
andreas kainz yazdı
now scriptorganizer icon is available in all icon themes Change-Id: Ia981647b5d2888012eafcb5f98deb51efb51a64e Reviewed-on: https://gerrit.libreoffice.org/64906 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com> (cherry picked from commit 0c2d0f31) Reviewed-on: https://gerrit.libreoffice.org/64919
-
Stephan Bergmann yazdı
Change-Id: I9980f60ebe4cef26348fc26af6b56245260abcca Reviewed-on: https://gerrit.libreoffice.org/64937 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 1b6a0624) Reviewed-on: https://gerrit.libreoffice.org/64958
-
andreas kainz yazdı
Change-Id: I5c16a662e52661aefc550fbed68635cc688664b1 Reviewed-on: https://gerrit.libreoffice.org/64953 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
Christian Lohmaier yazdı
Change-Id: I09e98f04b8ca2f2a3908f27276055fe9a308f5a8 (cherry picked from commit e12308fe)
-
Caolán McNamara yazdı
Change-Id: I5d77a3dddeb5524bfef13a4871ffc5bb6be6cae0 Reviewed-on: https://gerrit.libreoffice.org/64902 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Katarina Behrens yazdı
Crashes since commit 6481bda6 tdf#121612: update pivot caches during saving to XLSX without refresh, pivot cache export was skipped entirely Change-Id: Ic68d4974d5cb9278d61938a59aa8f1a01b920f1f Reviewed-on: https://gerrit.libreoffice.org/64903 Tested-by: Jenkins Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 837a65cd) Reviewed-on: https://gerrit.libreoffice.org/64945
-
andreas kainz yazdı
for writer, calc, impress and draw Change-Id: I7eadf5645788548357d5fb980b8cc938a6a47912 Reviewed-on: https://gerrit.libreoffice.org/64932Reviewed-by:
Szymon Kłos <szymon.klos@collabora.com> Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: Icd21e9fe0782d7b48e1167c6facaa1a1aa02cbc9 Reviewed-on: https://gerrit.libreoffice.org/64909 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com> (cherry picked from commit 11e6b783) Reviewed-on: https://gerrit.libreoffice.org/64921
-
andreas kainz yazdı
Change-Id: Ia01c7adcd5e484982cc1131d513f9b1bab9ea0c9 Reviewed-on: https://gerrit.libreoffice.org/64907 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com> (cherry picked from commit d11dcb1b) Reviewed-on: https://gerrit.libreoffice.org/64920
-
Balazs Varga yazdı
Respecting the axis direction in case of normal/stacked/percent stacked Bar chart and the legend names will be in the right order. Change-Id: If782393a33e48dae32f919d137e1d1148a85b0b0 Reviewed-on: https://gerrit.libreoffice.org/64632 Tested-by: Jenkins Reviewed-by:
Bartosz Kosiorek <gang65@poczta.onet.pl> (cherry picked from commit 40144617) Reviewed-on: https://gerrit.libreoffice.org/64835Reviewed-by:
Balazs Varga <balazs.varga991@gmail.com>
-
andreas kainz yazdı
Change-Id: I35f2beffb564f1e20731ca1e972b69130276cdea Reviewed-on: https://gerrit.libreoffice.org/64905 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com> (cherry picked from commit 34d5e910) Reviewed-on: https://gerrit.libreoffice.org/64908
-
- 10 Ara, 2018 10 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ia0491eebe8fa7ea2c2377ca96c758c681da5470a Reviewed-on: https://gerrit.libreoffice.org/64876 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Dennis Francis yazdı
and trim all ranges to match this actual data area. Don't do this optimization for COUNTIFS where there is no main-range. This optimization is also turned off if any of the parameter ranges are not double-refs. Benefits in cases like - =SUMIFS(A:A, B:B, ">=20", C:C, "<=10") and the is data only in say A1:A10000 and rest are empty. Range trimming in this case saves lot of execution time and memory (for vConditions and vRefArrayConditions). Change-Id: I6b4ad91e23f89dc48603b98000bcef4dbdb03112 Reviewed-on: https://gerrit.libreoffice.org/64657 Tested-by: Jenkins Reviewed-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit cb52b112) Reviewed-on: https://gerrit.libreoffice.org/64833Reviewed-by:
Dennis Francis <dennis.francis@collabora.com>
-
Caolán McNamara yazdı
Change-Id: I5bbde305bf06ac1f754f24eb93e89cb3d9cf6058 Reviewed-on: https://gerrit.libreoffice.org/64869 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I4622569eb9c757c6dcbdda32081ddc94e53db919 Reviewed-on: https://gerrit.libreoffice.org/64852 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ib92b5e63aa6457f5df8e51fe5404d2341aae5ffb Reviewed-on: https://gerrit.libreoffice.org/64767 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit bf379a10) Reviewed-on: https://gerrit.libreoffice.org/64848
-
Mike Kaganski yazdı
This properly reimplements the fix, only changing the display strings sent to native dialog, and never modifying the filter names as seen by LibreOffice code. Change-Id: Iee5f09acd6b12c0ba8b7568b16f8ab07821006ee Reviewed-on: https://gerrit.libreoffice.org/64656 Tested-by: Jenkins Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/64840
-
Mike Kaganski yazdı
This reverts commit 1b50fa88. Change-Id: Ide94c1be6a265cee2e70c319578d816efa1d2eb9 Reviewed-on: https://gerrit.libreoffice.org/64655Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com> Tested-by:
Mike Kaganski <mike.kaganski@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/64839 Tested-by: Jenkins Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Mike Kaganski yazdı
This reverts commit c444eb79. Change-Id: I19b969572afbd0a017b8086b390611cfc04c7386 Reviewed-on: https://gerrit.libreoffice.org/64654 Tested-by: Jenkins Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/64838Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Mike Kaganski yazdı
At least I think so. Thus now the code that queries the state of the toolbar controls only queries dataset if connection is active. Operating the navigation buttons (next/prev) will, naturally, activate connection if not yet active. This should also enable the other controls that may be initially disabled: create/save/print/email documents. Thus, the navigation controls also check if they have activated the connection, and invalidate said document creation controls state. Possibly there's a better place for the invalidation of the controls, but I was unable to find one. Regression after commit 5c2c5ff0 Change-Id: I76f895c871718c9c761339ba03963baf6837b592 Reviewed-on: https://gerrit.libreoffice.org/64738 Tested-by: Jenkins Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 60714a81) Reviewed-on: https://gerrit.libreoffice.org/64746Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
andreas kainz yazdı
Change-Id: I37b1397dc8406759ac138921aa9fa6c528f95bc7 Reviewed-on: https://gerrit.libreoffice.org/64827 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com> (cherry picked from commit aced039b) Reviewed-on: https://gerrit.libreoffice.org/64841
-
- 09 Ara, 2018 6 kayıt (commit)
-
-
Andras Timar yazdı
* Update translations from branch 'libreoffice-6-2' - Updated Slovenian translation Change-Id: Ib5dd32fb46d01eeed7c0d1c7a012acbb3afe1a2c
-
Xisco Fauli yazdı
Similar to 6d9a2557 Reviewed-on: https://gerrit.libreoffice.org/64645Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by: Jenkins Reviewed-by:
Xisco Faulí <xiscofauli@libreoffice.org> (cherry picked from commit cc797cd3) Change-Id: Ifecc3f86a3da8fdd4b0535cb67c6315e0d418f5a Reviewed-on: https://gerrit.libreoffice.org/64705 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Mike Kaganski yazdı
Since commit 18828273, an attempt to install UCRT will be performed regardless there is an evidence that it's present on the system, to workaround some cases where the existing UCRT is broken (tdf#115405, tdf#119910). But that made other errors to emerge: on systems where users disable WU service using some exotic ways, installer is unable to enable the service, and fails. [1][2] Examples of such hard-disables are using `sc delete` [3] and associating WU service with a guest account. Many such cases are reported for Windows 10, where installation of the UCRT is not required. So the solution (imperfect, but possibly the best possible here) is to allow installer to continue in case of failure enabling the service. This will automatically eliminate all problems related to Win10; and also for cases where users are advanced enough (the majority of such hard-disable cases should be those), it might be enough to add a relevant FAQ entry. [1] https://ask.libreoffice.org/en/question/172227/cannot-install-631/ [2] https://ask.libreoffice.org/en/question/175571/installation-failed-unknown-error-win10x64/ [3] https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/sc-delete Change-Id: Ie85016eb6f0667f39412a3089fe1b1855cb1fc73 Reviewed-on: https://gerrit.libreoffice.org/64825Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com> Tested-by:
Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 53058090) Reviewed-on: https://gerrit.libreoffice.org/64828 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Noel Grandin yazdı
found by loplugin:unusedfields Change-Id: Iefd64e879b32f696456c51da595e462295e5c58e Reviewed-on: https://gerrit.libreoffice.org/64820 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk> (cherry picked from commit 145280ff) Reviewed-on: https://gerrit.libreoffice.org/64847Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Julien Nabet yazdı
weld writer page style dialog and SvxBorderBackgroundDlg writer, format page is complete a2304f62 + SwTemplateDlg is now unused 2fc2f235 Change-Id: I67c3ed5b2724ac7d8dacc42ad6eabf4ec68739a8 Reviewed-on: https://gerrit.libreoffice.org/64836 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> (cherry picked from commit 00c6b297) Reviewed-on: https://gerrit.libreoffice.org/64846Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Rene Engelhard yazdı
Change-Id: Ia25f388f81b827803683859c388317484a2b0cde Reviewed-on: https://gerrit.libreoffice.org/64845Reviewed-by:
Xisco Faulí <xiscofauli@libreoffice.org> Tested-by:
Rene Engelhard <rene@debian.org>
-
- 08 Ara, 2018 1 kayıt (commit)
-
-
Eike Rathke yazdı
... which is the to be used function parameter separator here. The current document's grammar (from which the separator is obtained in ScRangeList::Format() if not specified) may differ from the forced English grammar later when compiling the formula, and all formula expressions to be inserted use the language independent ';' semicolon function parameter separator. Change-Id: I7a3deb6d50fc57ed434ede1f00bbe8c5c1361e0f Reviewed-on: https://gerrit.libreoffice.org/64819Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by: Jenkins (cherry picked from commit 470a91cb) Reviewed-on: https://gerrit.libreoffice.org/64823
-