- 08 Tem, 2013 17 kayıt (commit)
-
-
Csikós Tamás yazdı
Change-Id: Ia84541a8ba2e09ca89962e1ed477b90819cc3f48 Reviewed-on: https://gerrit.libreoffice.org/4755Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ia38a982b37568c9225c03197a085db3164602f85
-
Caolán McNamara yazdı
Change-Id: I037036e410a6f9d7da7bc34721c105e81470d5d9
-
Caolán McNamara yazdı
Change-Id: Idf2a9a879daf48202f28068d2aa108ca97213bd8
-
Armin Le Grand yazdı
(cherry picked from commit d8dfdae3) Conflicts: drawinglayer/inc/drawinglayer/primitive2d/svggradientprimitive2d.hxx drawinglayer/source/primitive2d/svggradientprimitive2d.cxx Change-Id: Ifcc795a3474efad1c1bca77088adfef36258ee95
-
Caolán McNamara yazdı
and set default alignment of builder-created buttons to the default gtk left alignment, instead of the default vcl top alignment Change-Id: Ie6069ed7b0359c6d76e00fe1bcd3618625923cc1
-
Caolán McNamara yazdı
Change-Id: I7c186ea77bbadd20ac881dcb0aa2cf7db525dc1e
-
Mark Wielaard yazdı
Initialize nType and nItemSize variables in case stream is faulty. Change-Id: I59602f2b04e3816d8de7cc1a5e7e526c8e822477 Reviewed-on: https://gerrit.libreoffice.org/4762Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Mark Wielaard yazdı
Initialize nTag to zero before reading from the stream. In case the stream is faulty. That will make nRecord equal to END so we drop out of the do while loop and don't use unitialized variables. Change-Id: Iad135e8d7f53c41cf8a764e5c7ab0f0cc5ffc6f0 Reviewed-on: https://gerrit.libreoffice.org/4759Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I5c5128686e96a97570b8cdf109dd75976a071ca8
-
Eike Rathke yazdı
Change-Id: I8ae4302f5391bf3d11490cd8b46a20f94bfb6ce7
-
Armin Le Grand yazdı
(cherry picked from commit 7f983cd3) Change-Id: I61214c07803487804d09f6f2df11ddb42ef0d7d2
-
Caolán McNamara yazdı
Project: help 841203a83dd42ead9e34ec55b1b30c1745143876
-
Michael Stahl yazdı
... which was obsoleted by commit c007292e and apparently causes breakage for builds with gb_GCOV=YES. Change-Id: I27def9a8b4d003bf82c84e55d36ace37dd8532b0
-
Ariel Constenla-Haile yazdı
(cherry picked from commit be9ff083) Change-Id: I89a7b4ba8680606d97c26b9fde604f63ca814319
-
Caolán McNamara yazdı
Change-Id: I94d86f9807e67bd4f352321fde1c83913b5a4fed
-
Andras Timar yazdı
Project: help 489cb91bc7d12ce8fd4b2f7b3f6397c7d02a81cf
-
- 07 Tem, 2013 10 kayıt (commit)
-
-
siqi yazdı
Change-Id: Iace2f120b70df02ddb004b9f67cb8b548b9277d8
-
siqi yazdı
Change-Id: Iada6a992adead516c92cef9162b883679ba016f8
-
siqi yazdı
Change-Id: I0eb15009fbc48977a58f06501ef519cc0198b26b
-
siqi yazdı
Change-Id: I814971373827763a4ea9ede02ad245fb86369acb
-
siqi yazdı
Change-Id: I2799d0756276ab43b2567e5b21e511a038a7462d
-
Norbert Thiebaud yazdı
Change-Id: I0643a642681bf25fe57de5607e9d7ddbf98af831
-
Norbert Thiebaud yazdı
Change-Id: I36eb559fa58dbe75384b7119c788af0048813aed Reviewed-on: https://gerrit.libreoffice.org/4733Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Nourah.AlShoeibi yazdı
Change-Id: I0a7d606f359a6cc99a8ecf0fd3fcc5c0b216c94f Reviewed-on: https://gerrit.libreoffice.org/4754Reviewed-by:
abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa> Tested-by:
abdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>
-
Michael Stahl yazdı
Change-Id: I6b64d25c3bddc73ba168ed0c7b6a0f12d0042fad
-
Michael Stahl yazdı
The main problem is calling SetHyphPos with a stack pointer. Converting STRING_LEN <-> -1 can't hurt though. (regression from a2f6402b) Change-Id: I59a4e3b16b418082de468c7d7f7f38a9b0bccd01
-
- 06 Tem, 2013 6 kayıt (commit)
-
-
Fridrich Štrba yazdı
The previous "fix" was resulting in exceptions in some vdx files. Change-Id: I961560b66bc29660daca54e39f14f612bbb50e34
-
siqi yazdı
Change-Id: I4bda3506f3c37be12795c9ed5787df1e7ced9014
-
siqi yazdı
Change-Id: I495b0e2823fee787379bf13ea238b19ef1c54fe7
-
siqi yazdı
Change-Id: Ie82e10fcdfc495ac19a34be85249480540e88d1d
-
siqi yazdı
Change-Id: Ie82e10fcdfc495ac19a34be85249480540e88d1d
-
Tor Lillqvist yazdı
Which definitely is not what we want here. Use clock_get_time() on a CALENDAR_CLOCK instead, that gives time since the Unix epoch. So our osl_getSystemTime() had been completely broken on OS X since May 19 (d8d55787) and no unit test had noticed... Fairly coincidentally, an assert() introduced yesterday in 4d220882 caught it. Change-Id: Iad76a7aadc39159fdc80c99087bb527d6aa49c66
-
- 05 Tem, 2013 7 kayıt (commit)
-
-
Philipp Weissenbacher yazdı
Change-Id: I5dcf6a911275e9fcb07d21b810591237a0f1ab9f Reviewed-on: https://gerrit.libreoffice.org/4747Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
Christian Lohmaier yazdı
Change-Id: Ibd8cff5ca7d2e2807ef195601c996457e70d6d49 Reviewed-on: https://gerrit.libreoffice.org/4740Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
Marcos Paulo de Souza yazdı
The old MathML XML style could begin just with <math. So this commit fixes that. This commits also fixes some documents that have the BOM marker at begin of file. Thanks a lot to Bjoern, Caolan and Eike! Change-Id: Ia2c3b51556e615c1e68e5e8aab4f883124c6adca Reviewed-on: https://gerrit.libreoffice.org/4742Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Michael Stahl yazdı
... instead (which will hopefully fix the Windows build). Change-Id: I56448e61dffb7529e3b80a52ebc06a923b5fa044
-
Gabriele Bulfon yazdı
Change-Id: I85296600195dd5d74d2a112ce6cfef7f276535ab
-
Michael Stahl yazdı
The pPam that is passed to SwHTMLParser would be reinitialized by SwReader::Read anyway. Can be reproduced with bugdoc from fdo#65935. Change-Id: I3b7dcc9c83d9d2eac05ee6ec38909dea7350d245
-
Michael Meeks yazdı
Change-Id: I2a69edfda5e98645fe55ac2367875786a8140ea4
-