- 12 Nis, 2016 17 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I9cec61867b4e6e8abde7749047974c6de87b9669
-
Noel Grandin yazdı
Change-Id: I93a09bf8e475ec1aa2ebf7754c7048c81696922b
-
Noel Grandin yazdı
Change-Id: Id33dce9714737dd28ce48c22f966c9747c2db20b
-
Noel Grandin yazdı
Change-Id: I1f61be80ac1ebe42668580b09a261e7e3af1a403
-
Douglas Mencken yazdı
Change-Id: I387417bf8fdfa85379b6d8eaa32738d0ed7ab519 Reviewed-on: https://gerrit.libreoffice.org/23900Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Armin Le Grand yazdı
Currently the Windows-specific method ImplSalYieldMutexAcquireWithWait() uses a messaging mechanism to learn about the SolarMutex being free again. This is not reliable when the MessageQueue overflows (MS allows 10000 messages per queue). It is more safe to use MsgWaitForMultipleObjects. This also allows to not only wait for the SolarMutex to be freed, but also to detect when SendMessage() is used which needs to lead to a reschedule to not block current Window handling. Change-Id: Id317dda62aaa1fe7677d8d28929e6936e5a22705 Reviewed-on: https://gerrit.libreoffice.org/23921Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Armin Le Grand <Armin.Le.Grand@cib.de>
-
Miklos Vajna yazdı
In case an image had text, then ShapeExport::WriteGraphicObjectShapePart() wanted to write "only the text", but PowerPointShapeExport::WriteTextShape() had no idea how to write an image, so at the end nothing was exported. Change-Id: I6c1ad0b41d4c5dc260b952322fb8a59e7f175603
-
Noel Grandin yazdı
Change-Id: Ia2255e1e3f7a8834a4b5d2a6bbab2c6dd498d356
-
Stephan Bergmann yazdı
This reverts commit cf1ecad2. Library_mysqlc is external_code, so cannot use these LIBO_INTERNAL_ONLY features.
-
Miklos Vajna yazdı
The spec says in theory a % suffix could be also supported, but let's wait till that is seen in a real-world document. Change-Id: Ie026915e38dcb03c99085a1740075364b00e1c8d
-
Noel Grandin yazdı
m_nRT2 and m_nWinBits fields are not in use anymore, at least as far back as 2013, when the heading files were moved around Change-Id: Ie3299a5999976450803332aeab72d5c0e68227e2 Reviewed-on: https://gerrit.libreoffice.org/23960Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jochen Nitschke yazdı
Sequence.h(xx), Any.h(xx) and Type.h(xx) and remove unused using-declarations from these files. Add a few missing includes provided by them. Change-Id: I6b91b6d1fdf9d0496dd546c0aab9bdcc6831a5d4 Reviewed-on: https://gerrit.libreoffice.org/23805Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
slideon yazdı
Add tests for GridColor and FootnoteLineColor Change-Id: Ia1112cbff5fd77ae1fa83fac362e917eb35f530d Reviewed-on: https://gerrit.libreoffice.org/24001Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org>
-
Noel Grandin yazdı
Change-Id: I3e030743b640d5a5f6b3bf4a4e9ba50ccd001287
-
Noel Grandin yazdı
Change-Id: I8e6d8e66cdab2e50ee10882e139be29c14ce50f6
-
Noel Grandin yazdı
Change-Id: I403f148060891feec56d7d2ef173a9c4934baf9e Reviewed-on: https://gerrit.libreoffice.org/23995Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Pranav Kant yazdı
Change-Id: I4ba49ba94a3270a5d53754320e5fbd49e3f5c848
-
- 11 Nis, 2016 23 kayıt (commit)
-
-
Maxim Monastirsky yazdı
Change-Id: Ifad573ac687548a889165012e7b7bb2f4b82750c
-
Maxim Monastirsky yazdı
The sfx2 impl. of XStorable::isReadonly isn't really helpful for files w/o write permissions that were switched to edit mode, as it returns the state of the UI. So instead let's just rely on the state of the .uno:Save slot. Change-Id: I3b033be3c9424a4479e9224f02d186960b540d21
-
Rene Engelhard yazdı
Change-Id: I21a53381ad4018034de3833e8e244d0d7a7d28b8
-
Maxim Monastirsky yazdı
Save as/to remote don't work there. Still would be nice to have the modified state icon change there too, but that's for a future investigation. Change-Id: Id119a40c39f9c69738b1e61e23ffe3424276229e
-
Maxim Monastirsky yazdı
Change-Id: I8aa14bb76a26aa12771000b393bee37d26ba85e7
-
Stefan Weiberg yazdı
Change-Id: I58a00f721cbb37f97fdbc599d57c26b1e89f4c73 Reviewed-on: https://gerrit.libreoffice.org/23998Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Stephan Bergmann yazdı
What a mess. Ideally, Frame would use its own rBHelper.rMutex, not SolarMutex. But much of the framework code it calls into uses SolarMutex, too, making it difficult to change that without running into the risk of deadlock. And then, some member variables are cleared early in Frame::disposing, while others are only cleared en bloc at the end. Be conservative and keep it that way (as other Frame functions recursively called from within Frame::disposing could observe the difference and rely on the current behavior), even if that means creating lots of small, independent locked regions within Frame::disposing (which can be detrimental to both performance and correctness). Change-Id: I28f9a379ce03ed661e96c7deb8eb73cb58fb2cf7
-
Stephan Bergmann yazdı
Change-Id: I489859a53f98a1e70f8a79c3a974dd0d8954ccd1
-
Stephan Bergmann yazdı
Change-Id: Iabecc0d240c499ef81d8b85c8d0b37383813b06a
-
Stephan Bergmann yazdı
Change-Id: I43b65f48d75e293c3fe721e6d5a401f1e176df12
-
Stephan Bergmann yazdı
Change-Id: Id0da294261d9f42e4ba31864827e38e29bf44ea0
-
Stephan Bergmann yazdı
Change-Id: Ic021240bbc2069d6d47b51c0b8e0d81739a72151
-
Stephan Bergmann yazdı
Change-Id: I14d6461d442a8e0ff1efd719e7e2233ffbc523a5
-
Stephan Bergmann yazdı
Change-Id: Id626dc7c5c75b885b3665e06596b7a58d225cd4c
-
Noel Grandin yazdı
Change-Id: Ifbe78c4a43b9d77d6ecf481bb1a9aaac6bcd01a6
-
Noel Grandin yazdı
Change-Id: Ife11111b0265da5d5a8a98766a94f3b640b357f5
-
Noel Grandin yazdı
Change-Id: I595485e8804d6f2e4e0f9bc8a78c8cb132411f7d
-
Noel Grandin yazdı
Change-Id: I57b2fd191dfd937f3327f148b27767b364acf667
-
Noel Grandin yazdı
Change-Id: Ic08723ef15f2bc31031e3887b9916ecc7e2205da
-
Noel Grandin yazdı
Change-Id: I3e8cd7cedb3e7b7ef05760d21b10994ce615324b
-
Noel Grandin yazdı
Change-Id: I6360a780aac9a387fed3a1c9a086196dbba0b089
-
Noel Grandin yazdı
Change-Id: I46aad7b0a96210e5f3f278c3f6f3a945825b7cae
-
Arnaud Versini yazdı
Change-Id: If389aaabd22751908beba7dee9dbc79460692524 Reviewed-on: https://gerrit.libreoffice.org/23958Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-