- 21 Tem, 2015 2 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I62ff278679638dda7e10c86c49b1966641418e8b Reviewed-on: https://gerrit.libreoffice.org/17223Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
László Németh yazdı
As a po file, Slovenian translation was in git in time, but not in the requested AutoCorrect XML. Change-Id: I6387ff6388963c1f020c7a82e721fd103153bbea
-
- 20 Tem, 2015 38 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: I427da08eed3fc5daed2bac4d588b66a3f03fd28c
-
Norbert Thiebaud yazdı
substitute as much as possible getting directly random data from the system rather than mixing our own pseudo-random numbers Fall back on the home-grown method if for some reason system random does not work. (on windows rand_s() is said to be able to return errors, beyond EINVAL, but they are just not listed.. so who knows) Change-Id: I71e88e097a9f3587086a710e9a785d61c560785e Reviewed-on: https://gerrit.libreoffice.org/15474Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Norbert Thiebaud yazdı
use /dev/urandom on unixes and rand_s() on windows Change-Id: Iccd6e01706f16d82f23cda0f0a410953c32fbc02 Reviewed-on: https://gerrit.libreoffice.org/15473Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Michael Stahl yazdı
Change-Id: I245b5d4fbf9d51144142c5fd896c62c2bad943d8
-
Andrea Gelmini yazdı
No evindence of intn.hxx in all git history Change-Id: I435f3082e0bb13b1e3129b49c7eaea80d75ea452 Reviewed-on: https://gerrit.libreoffice.org/17186Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Ravindra_Vidhate yazdı
Problem Description : In the bugzill attached file, a image is anchored to the cell, it is shown as stretched image after opening in the LO. The image anchor attribute <xdr:from> and <xdr:to> are having the same value. It means <xdr:col>, <xdr:colOff>, <xdr:row>, <xdr:rowOff> tag values of from and to are the same. So this image will have width and height as 1. Although, this is very rare case, where from and to has the same attribute values. Eventhough, we tried to create such kind of EXCEL file but failed to do so. Solution : When twocellAnchor attributes of from and to has the same value, then hide the shape. If we avoid to add the shape, then the original image file will be shown as stretched. If we don't add it into the shape, the original image will not be preserved. Change-Id: I48ea1cffcdfb013cec115ef8df5401e532fd2efd
-
Michael Stahl yazdı
It was checked if the flag says it's not dirty. Thanks to Varun Dhall for pointing to this problem. Change-Id: I4aa1fef8b2251f0f3e579930b39d6d5a256c1895
-
Michael Stahl yazdı
Change-Id: I895c950c11499afb278b989565f3eae33aaf4a76
-
Michael Stahl yazdı
... parameters to make it clear that they take ownership. Change-Id: I572c5fa6268438a86d0a4fa1d2aef15382cb5607
-
Michael Stahl yazdı
Change-Id: I37cf472e7558ffd7714659436b78851caa187945
-
Varun yazdı
Change-Id: I2bcc6283ccdc527b968b9da0255922ef3d46953e Reviewed-on: https://gerrit.libreoffice.org/17242Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Vasily Melenchuk yazdı
It was an crash before, if we have stored CMIS url with repository that does not exist. Session was created, but with empty repo. Now this nuance is checked and slightly improved error reporting for cmis. Change-Id: I447ec767fd735829f8a507733552b26e05cba441 Reviewed-on: https://gerrit.libreoffice.org/17224Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Olivier Hallot yazdı
Place help button on the leftmost part of the dialog and add help button in dialog that does not have one. Change-Id: Ib87f0f9a9b0e6a36d29f4ebd7cef97f8483e2821 Reviewed-on: https://gerrit.libreoffice.org/17156Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Eike Rathke yazdı
Unicode collation ignores control characters and other specific characters, see http://www.unicode.org/charts/collation/chart_Ignored.html and thus is not suitable to be used for Equal/NotEqual operators. Change-Id: Ib84713e1da59d92e07bc974d93b6def8217bb067
-
Caolán McNamara yazdı
Change-Id: Idbe9f52b0c4b6eeb2fb7b5d934727bd74e96e6d3
-
Caolán McNamara yazdı
regression from commit bf586deb Author: Matteo Casalin <matteo.casalin@yahoo.com> Date: Sat Feb 21 12:38:54 2015 +0100 Simplify Change-Id: I09f83b2bab053fcd48fe1a1a4184cc11a4f9d663
-
Caolán McNamara yazdı
Change-Id: I45f2d96c7bd558405d0b5dfea3beb97ad720a82b
-
Michael Stahl yazdı
Change-Id: Ia6bea0834ebca3ed51c19c0165a3be1373c46d26
-
Katarina Behrens yazdı
it worked only accidentally for CONV_XL_A1 and CONV_XL_R1C1, as their enum value was the same as listbox item no. Change-Id: I57dc9f373de5a43fca8dcbe5bc6da25dfc54680f Reviewed-on: https://gerrit.libreoffice.org/17229Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Winfried Donkers yazdı
follow-up of commit 5d88cb48 where duplicate code for ScSum was unified. Change-Id: Ia65673261d7bcd95dd5bc97eaa34d7da48dbef96 Reviewed-on: https://gerrit.libreoffice.org/16916Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Michael Stahl yazdı
Change-Id: I9d7928298a6f769f840db51c89ffbe12b443a1dc
-
Noel Grandin yazdı
Change-Id: Ifa16acc6d90ebd4f56c5662959010f6228228cb5 Reviewed-on: https://gerrit.libreoffice.org/17209Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Stahl yazdı
Change-Id: I29923bc78100d4b196d285dd78f664f7bcf3df19
-
Michael Stahl yazdı
Change-Id: Ia6fce8eceb364d83cbbf5abcf734be262614e792
-
Michael Stahl yazdı
Change-Id: Id59fb4ee59872e60094bde85746416c83f058b00
-
Caolán McNamara yazdı
Change-Id: I4a8e78231befff498894ec92a1f38af206e13129
-
Caolán McNamara yazdı
Change-Id: I6f25d8cf14e3e12eecb29eb02e018ecfa73539dd
-
Katarina Behrens yazdı
Change-Id: Iec38867c2fa3750f052e4afc99c5f8d48808c373 Reviewed-on: https://gerrit.libreoffice.org/17017Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I7215cf8d8b1e4a4156c87507018de3c2b7ed08d8
-
David Tardon yazdı
Change-Id: Ia3682f2d002e10c2984e99264d0ec98bc3477f1c
-
Caolán McNamara yazdı
Change-Id: I999012d428fa84e21fe9e9f851a016eacc96a686
-
Eike Rathke yazdı
Apparently there may have been situations when the caption or its shape could not be obtained for whatever reason. Change-Id: Ie9b97d4b3999cb4645bb6b8b688b3666cfd71ccc
-
Michel Renon yazdı
The script gbuild-to-ide now handles correctly specific case where a module is not a direct subfolder of LibreOffice base folder. Currently, 3 modules : external/neon, external/clucene, external/ucpp. Change-Id: I9477519a530439d43919b4e1b51dc2c71ee05fe0 Reviewed-on: https://gerrit.libreoffice.org/17054Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Varun yazdı
Change-Id: I2779114e2655e9574003b929b1517560c21ae4b5 Reviewed-on: https://gerrit.libreoffice.org/17141Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Noel Grandin yazdı
Change-Id: I637fd7aedeb97b7dca22521474a54a1d4274f212 Reviewed-on: https://gerrit.libreoffice.org/17206Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I318385286fcc27ffb2d938237d83e793564d2525
-
Caolán McNamara yazdı
Change-Id: Ib9373a5a75eea998a86156ff742e7950369ddc88
-
Noel Grandin yazdı
the GTK3 version check for the GDK_IS_X11_DISPLAY macro does not appear to work well on all the machines Change-Id: I7020afdca1b270f89910753737c2c70b61453b34
-