- 10 Eki, 2015 14 kayıt (commit)
-
-
tagezi yazdı
Project: help 0b6f8089829c49f01e35ce7bb11d5e0e0dfc70f2 Added description COUNTIFS function func_countifs.xhp is new In func_averageifs.xhp and func_averageifs.xhp: added the link to COUNTIFS corrected some typos Change-Id: I2f9980d331bac807b1e1e03af24b5660c0081118 Reviewed-on: https://gerrit.libreoffice.org/19288Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Caolán McNamara yazdı
just zero the un-overwritten new entries Change-Id: Ifea1560a1c46ac5b10c04e6499c02e29a957191a
-
Slávek Banko yazdı
Change-Id: I00297726c1fc5ee8fd88f12f96befe2b2a4cf954 Reviewed-on: https://gerrit.libreoffice.org/19295Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
melikeyurtoglu yazdı
Reviewed on: https://gerrit.libreoffice.org/19290 Change-Id: I48b0488edc9462ec1c15188d0b5c893db529c0e7
-
Szymon Kłos yazdı
Change-Id: I74ebde5402ac385fe24cb5b4eb9a3ed9dcef2fe6
-
Szymon Kłos yazdı
Change-Id: I62e89700b158ace1edcf26384f4294ba0661444a
-
Rene Engelhard yazdı
Change-Id: I20aa0e6cea6626efb5f507a6dbbfb7e6149029ce
-
Markus Mohrhard yazdı
Change-Id: Ie280fa01dbe25287d01b7f36d152ee55ce5dbe07
-
Markus Mohrhard yazdı
Change-Id: I7ab991e94005665809ec52b8d4310209eb6ef75b
-
Markus Mohrhard yazdı
Change-Id: I6347a1466038afd625cf59ae2ee87cb4e2014aa0
-
Markus Mohrhard yazdı
Change-Id: I0cb9cdec33924e560b24744cc78d632025a189fc
-
Caolán McNamara yazdı
so close all open frames, not just the active one and send events to the first discovered visible window and not the focus window Change-Id: I7339bc6743cd3106ceddea049136796121819eb3
-
Caolán McNamara yazdı
uninitialized memory warnings on --convert-to pdf of ooo115771-3.doc Change-Id: I2dac6fe29d23d6e25c2f1d1511886d8b585e498c
-
Adolfo Jayme Barrientos yazdı
Project: help a52136a62f56c0ed327eeaa547098134a4f2fca8 “Selects to” → “Select to” I think those awkward “selects to [do something]” were actually intended to be “elects to [do something]”. But I changed those occurrences to read “[You] Select [in order] to [effect a change in something]” instead. Change-Id: I4aa6bca614023f0b9a5413208bcdbe113babef4e
-
- 09 Eki, 2015 26 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: I65e4d4df9b75304096ec51e07f5985023ad3071c
-
Douglas Mencken yazdı
This fixes build errors like "macro (...) passed 2 arguments, but takes just 1" The reason is a conflict between tolower() etc. as a set of functions from <ios> and a hacky fix in Python's include pyport.h which tries to undefine tolower() and then redefine it Change-Id: I82e5ac19b70912d09d5e3a34c93eddc08cec9260 Reviewed-on: https://gerrit.libreoffice.org/19082Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Albert Thuswaldner yazdı
Change-Id: Ie40fdafe89d2feed45306b50a358a02b077ceb52 Reviewed-on: https://gerrit.libreoffice.org/19287Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Rene Engelhard yazdı
Change-Id: Ida7a5f5db5bba8d03bf31de760a908cee9a514e4
-
Markus Mohrhard yazdı
Change-Id: I28f4895814d9fc419274de5681efa535e815f822
-
Markus Mohrhard yazdı
This is a much better approach than my old one that tried to use the correct XModel with the chart sidebar. Now everytime we leave the chart edit mdoe we destroy the chart sidebar panels and recreate them when we go back to chart edit mode. As a result we no longer need to have worry that much about using the correct ChartModel and about the lifecycle of the ChartModel. Change-Id: Ie85ad82968e20a81f059d4bd930a83a70da35fc9
-
Markus Mohrhard yazdı
Change-Id: I6fc8a928374de48910395685b500ba95e8621d39
-
Markus Mohrhard yazdı
Change-Id: I6390f16a6c2346c4c903a34d702277b931bc0079
-
Markus Mohrhard yazdı
Change-Id: I02541a12c893038f090a8e2847b6882669a967df
-
Albert Thuswaldner yazdı
Change-Id: Ib6ad2fff04dbbcdb3d5f527d0a23c771409dc6e3 Reviewed-on: https://gerrit.libreoffice.org/19285Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Rosemary yazdı
- Use the existing createHexStringFromDigit() to export hex digits as strings - The parameters offset and stream name are not required Change-Id: If9aab7816efb81655c40a11743e8951ab0b26e1d
-
Rosemary yazdı
Change-Id: I891a2a0b3e2194892bd4629c22b823902d18adc2
-
Rosemary yazdı
Change-Id: I5ccdfc62a8fd3521b6c4ee0029e70b41aaf4542e
-
Eike Rathke yazdı
This reverts commit 934e4795. Calculating with NaN cries for even more problems..
-
Caolán McNamara yazdı
integralPhi is called with nan(0xfffff000001f6) which recurses through rtl_math_erfc->rtl_math_erf->rtl_math_erfc until we run out of stack Change-Id: Iab8a22fb23686d22d151f2508dbeb44ab47a76b7
-
Caolán McNamara yazdı
Change-Id: Ibd7f88734492c4336e8a92ebbf9c70afdb7b3b5c
-
Michael Stahl yazdı
ODF 1.2 part 3, 18.3.1 angle, says "An angle, as defined in §4.1 of [SVG]" and "If no unit identifier is specified, the value is assumed to be in degrees." Unfortunately OOo could only read and write 10th of degree here. See also https://issues.oasis-open.org/browse/OFFICE-3774 As the first step towards fixing that, implement the import for draw:angle values with an angle unit identifier, but leave the import as-is if the angle identifier is missing. Change-Id: Ib88d417c03998ebcfc569b01492f0e1f851bbc85
-
Michael Stahl yazdı
That literal %s was irritating. Change-Id: I2925b26b1f3d1c101106ca616d18b24b41210c72
-
Caolán McNamara yazdı
so it happily passes the pre-cast string bounds check and blows up in the post-cast string access Change-Id: Ifd4d087b37e8a84d886e2f7833dfc773b8bf1343
-
Caolán McNamara yazdı
Change-Id: Ic7c496259258bf36cd885ed68912b43117f348f0
-
Michael Meeks yazdı
Change-Id: Id9dc4c7e083da2a8d44c7295a8b605de81bca1ef Reviewed-on: https://gerrit.libreoffice.org/19272Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Michael Meeks yazdı
Change-Id: I7dd21f30daa27e5de2848eb16aee9a610dd629d5 Reviewed-on: https://gerrit.libreoffice.org/19271Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Maxim Monastirsky yazdı
Regression of: commit 89d39bc1 Author: Oliver Specht <oliver.specht@cib.de> Date: Wed Sep 30 16:10:07 2015 +0200 tdf#94559: 4th step to remove rtti.hxx Change-Id: I94408dafde0f2dbea6c3a112963468c593adfc2d Reviewed-on: https://gerrit.libreoffice.org/19276Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Justin Luth yazdı
Push/Pop-ing the cursor led to selection loss. SelectHiddenRange() immediately returns false if the current cursor hasMark(), so avoid all of the bugs and expensive push/pop routines when there is a mark already. Change-Id: I4624a3e0b2267942812d0429d527ad97962ec7fc Reviewed-on: https://gerrit.libreoffice.org/19108Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Takeshi Abe yazdı
Change-Id: I2658b8fc9d36fe92dd91e0f5adc27612ce1dc438 Reviewed-on: https://gerrit.libreoffice.org/19268Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I5ecf90a927b2ec4aeb2c0586a5da2f814c9062dd Reviewed-on: https://gerrit.libreoffice.org/19275Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-