- 10 Mar, 2015 40 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I9ea963d09c2975b8e40856e3ba2d3896be9a1876
-
Eike Rathke yazdı
Change-Id: I4a43ea664e9db2bb44e0e7f089a71abf6f572b1e
-
Eike Rathke yazdı
Commit 8e2293e0 changed STREAM_SEEK_TO_END logic, ensure that in a dbgutil build we catch unnoticed corner cases with assert() instead of just another fly-by warning. Change-Id: If6c4fb4d2467f7dc7b8177caf7353d0b0e56ed0d
-
Stephan Bergmann yazdı
Remove the unnecessary ones, but make sure that e.g. the sofficeapp library is built (which was not covered by depending on services.rdb). Change-Id: I1adfa4aaaf60787c944d71cc289cdafba8351c1b
-
Christian Lohmaier yazdı
Change-Id: I543a561fc7fa1213c8e319f227b761f6328a6eaa
-
Caolán McNamara yazdı
Change-Id: I1cff71d15f4d1b5ee47cc734b3fc2168d7f99201
-
Christian Lohmaier yazdı
only used for upstream packages/when epm is used (any auto-dependency creation is disabled for those). Add two that might be missing in barebone installations Change-Id: I97c3af8cc8622c63ac831701e509097711822098
-
Stephan Bergmann yazdı
Change-Id: I47b1d8e7b119e50406b50f580ee06f9f1b5f8401
-
Takeshi Abe yazdı
This also drops an unnecessary lock. Change-Id: Ia5eb459adf3cb585aa2484866670949120315780 Reviewed-on: https://gerrit.libreoffice.org/14765Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Tor Lillqvist yazdı
We didn't actually check this correctly at all, but gladly overwrote the allocated part of the output PDF, thus obviously rendering it invalid. The parameter passed to PORT_NewArea is a default chunk size, not a maximum anything, so it was misleading, even if not wrong as such, to pass MAX_SIGNATURE_CONTENT_LENGTH to it. Use 10000 instead. No need to do the overflow check twice in the Win32 case. Change-Id: Ifa796dbb74b32e857f7184c1e8ada97ba124b020
-
Tobias Madl yazdı
This task waits for user io. Change-Id: Id5b3725b316f1bbd73e94d5368bc0d5c7d057189
-
Caolán McNamara yazdı
Change-Id: I4eb896813d6cec49bf5f1c8ac2ee8fafc06fbf52
-
Caolán McNamara yazdı
this solves the bug of icons in the standard toolbar under gtk3 of getting rendered with a black background on first render Change-Id: I73bae4cd0b9f38c9e9caef8019d773d42b5e8f10
-
Stephan Bergmann yazdı
all three addressed places hit frequently now during "make check", likely related to recent changes to timer/idle code? Change-Id: I75963c707807c29db7865b11f9ed532b779765d8
-
Takeshi Abe yazdı
Change-Id: Id657299322ddefb095a2f192df818a873498e411 Reviewed-on: https://gerrit.libreoffice.org/14825Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: I5d9734f302ff58637f69c1574bc39ca85ff992e7
-
Miklos Vajna yazdı
Regression from b1534edf (tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>, 2015-03-07). Additionally, avoid makeAny() on the Any, the original code didn't do that. Thanks to lgodard/sberg for noticing these. Change-Id: Icb3a6039885c582ba9f789c5c4768b865b593aee
-
Caolán McNamara yazdı
Change-Id: I85993df91bd14966f9175c356966fbd8eb1a927d
-
Stephan Bergmann yazdı
since 44337a1f "Unit tests for PDF import" Change-Id: I6c7746814af669dd0eb45b1013577cacc109a014
-
Swachhand Lokhande yazdı
Change-Id: Idef9dd55eb1719eaf592bc4a86440cbd5aa4fb32 Reviewed-on: https://gerrit.libreoffice.org/14781Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Tor Lillqvist yazdı
Change-Id: I2b21a488a7f597603b65fac0ff3c6b05c3660994
-
Tor Lillqvist yazdı
"... OpenCL on CPU" I can't reproduce the problem any more. It was likely fixed by fa4ce83f. This reverts commit 219f2dc8. Change-Id: Ib6d3a42137bcf21b0edec2173cf483ade6104b0b
-
Caolán McNamara yazdı
Change-Id: I2d56b0ddf0b7e076ea570879b0ab33390306f3b2
-
Caolán McNamara yazdı
Change-Id: If7351b2fb37b68ea2838cf442ca440a01587d66a
-
Miklos Vajna yazdı
Change-Id: I4d8d0ee853e93c8620295e0598de358e66b4f730
-
Noel Grandin yazdı
after commit 924b2923 "V801: Decreased performance" Change-Id: I32af1195f6e7e1fc4b94487bfbfab669bcad3951
-
Tobias Madl yazdı
Change-Id: I9e8d5863c31187b373ff93d5a6e992a1281220b4
-
Stephan Bergmann yazdı
Change-Id: Ic45e42d5ce7e0509cd2afc8be018f78cd6083aae
-
Tor Lillqvist yazdı
The TokenPool::operator[] is used to initialise and take into use an object from the pool. Which is a fascinating thing as such and probably not entirely in good style. Anyway, the objects in the pool are of type ScTokenArray, a class derived from FormulaTokenArray. The operator[] called the FormulaTokenArray::Clear() function to initialise the object. This left the fields added in ScTokenArray uninitialised, having whatever value the previous use of the object had set. Which of course is bad. In practice, this showed up in the handling of formulas in the .xls input filter. If an earlier (or the first?) formula had happened to be one for which we don't want to use OpenCL, the meVectorState of its ScTokenArray object in the pool had been set to FormulaVectorDisabled. When the same pool object was later re-used for another formula, it kept that same meVectorState, even if there was no reason to. Thus formula groups that should have been OpenCL accelerated weren't. This can have a significant impact on performance of document loading and recalculation for large documents. I added a function to ScTokenArray to clear (initialise) such an object, both the FormulaTokenArray part and the ScTokenArray-specific part, and call that instead. This fixes the issue. I named the added function ClearScTokenArray() to make it clear that it is a separate function. Sure, possibly Clear() should be made into a virtual of FormulaTokenArry and overridden in ScTokenArray, and the overriding Clear() would first call the base class's Clear(). But I can't be sure that there aren't other calls of FormulaTokenArray::Clear() that *must* mean the base class one. Better safe than sorry. And of course, I did *not* want to name the function in ScTokenArray also "Clear()", like in the base class, without it being virtual. That is horrible style in my opinion, even if there certainly is precedence for such even in the very same classes, i.e. the Clone() function... Change-Id: I0e0e13e5ca705603005a1e0a46866f095cd2ac4d
-
Tor Lillqvist yazdı
Change-Id: I07400d6dead66ec437436b5ea8b49491f8048335
-
Tomaž Vajngerl yazdı
Change-Id: I1e141632172f53ddbd2f5f434206646c9a1e9cf0
-
Noel Grandin yazdı
introduced in commit d22519f6 "V801: Decreased performance" Change-Id: Ie8e1e00db91b0d1874abc6a3e6399ff30484f993
-
Tomaž Vajngerl yazdı
Change-Id: I84d997997100af4e21eafc5b458ff98d99c7dbbd
-
Tomaž Vajngerl yazdı
Change-Id: I6a888b58668ccb64c5a9c3270d06c3b9bcf8ce64
-
Tomaž Vajngerl yazdı
Change-Id: Ia076670e7356c378c6e8feb5970033638d2ba0b7
-
Tomaž Vajngerl yazdı
Change-Id: Iaf203682e6d3b18d8b25c6ee2755710615fe5f08
-
Tomaž Vajngerl yazdı
Change-Id: I006b17efd78334c71c0dddbeb6f906cb955a3f39
-
Tomaž Vajngerl yazdı
Change-Id: Ia050a9a0fe5219964ba4d1460260e07fc4ab4fbb
-
Tomaž Vajngerl yazdı
There are use cases when it is useful to disable animations (using LO in remote display when the bandwidth is limited). This adds an option that will allow to disable all animations. Currently only animation when copying cells in Calc (dashed border overlay) uses this option. Change-Id: Ia8cd3783140428e921c3151c2f462d3862440edd
-
Tomaž Vajngerl yazdı
Change-Id: Iee31413c1ded4fbda8227e88d09a1f917f18ca5d
-