- 15 Eyl, 2015 40 kayıt (commit)
-
-
Jan Holesovsky yazdı
Many places were already adapted for the tiled rendering, and the conditions checking for the VisArea() were changed so that the checks are ignored when tiled rendering is active. Unfortunately there are still some places left, and they are causing that various areas are invalidated only partially. Let's sort it out for good, and report the entire document as the VisArea() when the tiled rendering is active, and if there are performance problems, let's profile that & act accordingly. Change-Id: I53f18915ed0aec898704dd1350a9534cfc3f001b
-
Eike Rathke yazdı
... and if there was one not handled let the compiler complain. Change-Id: Ibe3a2a913edfbfbba30a83a8d985d5509853ff6d
-
Eike Rathke yazdı
Change-Id: Iee70d0d027197c431926ab1194e0daa5eb429caf
-
Laurent Godard yazdı
+ prefixe with Sd, Sw, Sc if only one application context, no prefix otherwise + uniformize implicit convention nodeName = Id + unit test + check nodeName/Id + panels are bound to existing deck Change-Id: I4ccc39008ebf5b5820d09472abfd45d2813e8c96 Reviewed-on: https://gerrit.libreoffice.org/18570Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Tor Lillqvist yazdı
Change-Id: I08c31a7e097464da5df4fcda6637f442d147230f
-
Winfried Donkers yazdı
follow up of tdf#94079 Change-Id: I53c2b27ef713d60d3ae978e2f4d99072a339761a Reviewed-on: https://gerrit.libreoffice.org/18587Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Tor Lillqvist yazdı
Will make it less demanding on low-end hardware, where the device driver is unresponsive for too long when an OpenCL kernel handling lots of data is executing. This makes Windows restart the driver which is problematic. I tried several approaches of splitting, both at higher levels in sc and at the lowest level just before creating and executing the OpenCL kernel(s). This seems to be the most minimal and local approach. Doing it at the lower level would have required too much poking into our obscure OpenCL code, like passing an offset parameter to every kernel. Use a simple heuristic to find out whether to split. On the problematic low-end devices, CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT is 4, while for more performant devices it is 1 or 8.
-
Winfried Donkers yazdı
in Calc functions NETWORKDAYS and WORKDAY.INTL Change-Id: I2d42ab956e4ab9f2187a0c6bc3c64c9306ca892a Reviewed-on: https://gerrit.libreoffice.org/18559Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Marco Cecchetti yazdı
Change-Id: I21c844b47282f6b3eec443933a86421a074e24df Reviewed-on: https://gerrit.libreoffice.org/18555Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Jan Holesovsky yazdı
In that case we get a NULL pSlot. Change-Id: I38783ed198b1ab9860398f59ef872a295cbae6f8
-
Björgvin Ragnarsson yazdı
Project: dictionaries 6eb65b46c58dd0b2a83a6c767cfd60f7f29968f7 Add Icelandic hyphenation rules Rules come with a CC BY 4.0 license and are downloadable at http://malfong.is/index.php?lang=en&pg=hyphen Change-Id: I994ab86cf0a3bb31b0f8b7e9df7ab6611beafe91 Reviewed-on: https://gerrit.libreoffice.org/18554Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Eike Rathke yazdı
The array range is covered by MM_FORMULA. Excel even complained when loading such a document. Change-Id: I10e1b19fbfb8ea849ffe3d46504fdf3389633c5f
-
Michael Stahl yazdı
The difference is VclInputFlags::APPEVENT, which is a Mac OSX specific mystery that presumably indicates user input. Change-Id: Icd0e3aa273e1a16e9bf0fb678e9e51dd37e159b7
-
Michael Stahl yazdı
5 ms timers cause SwTextFrm::CollectAutoCmplWrds() to return early, and unlike the auto-spelling stuff there is nothing to store the already-checked range of the paragraph, so on the next iteration it will start from the beginning and time-out again. Prevent that by excluding TIMER events here, as is already done for the ONLINE_SPELLING case. Change-Id: Iac781f10ce0aef902fa921030e61b4cff65d0cb3
-
Michael Stahl yazdı
So the auto-spell-checking is hyper-optimized to add the words to the auto-complete list as well, and call SetAutoCompleteWordDirty(). But if you disable the auto-spell-checking, then a separate function SwTextFrm::CollectAutoCmplWrds() will be called, which is buggy because it only resets the dirty flag if at least one word of sufficient length was found in the paragraph, which is never the case for an empty paragraph. Change-Id: Idec64fc3c379301426a44e06a1114c474de36014
-
Stephan Bergmann yazdı
(the original ones would never have been picked due to how template argument deduction works) Change-Id: I5a08c763d721d8e11b5a10af2344a6a24bb0b9b2 Reviewed-on: https://gerrit.libreoffice.org/18583Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> Tested-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Id4305098e3139bb21711fefb350fa2574e3638cd
-
Stephan Bergmann yazdı
Change-Id: I7ee144881abd032262563d123778905e9c2d7857
-
Tomáš Chvátal yazdı
Otherwise this would needlessly fail on some compilers. Change-Id: I4e46e9e452de0703b6556cd55e4606b02be5c41c Reviewed-on: https://gerrit.libreoffice.org/18585Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
For example, {={1,2}*3} is a two columns one row vector, or even a single cell could hold an array formula. Change-Id: I14a44ac8356fdffc98b7097f48319755f5f2f317
-
Jan Holesovsky yazdı
A better solution is needed, outlined in tdf#94233. Change-Id: Ie2a58c9c5f5c46566da105ef84d736d7290f4634
-
Samuel Mehrbrodt yazdı
Need to update the tooltip also on state change. This partially reverts the fix for tdf#83558, 1fb8724f Verified that the fix for tdf#83558 still works. Change-Id: I023a5e4b101dc91522f19b0d3ed2ed0c4a47e64b
-
Caolán McNamara yazdı
Change-Id: If00a2de2c23271baaee126230c6bf9e657666ff4
-
Caolán McNamara yazdı
get the right font so stuff fits in the shapes like its supposed to Change-Id: Ic9777166395fcbf64572494034f06ef182073e19
-
Stephan Bergmann yazdı
Change-Id: I8c40f4ea79941e7ca5438ff9756f62988719cebc
-
Stephan Bergmann yazdı
Change-Id: I52e225a71726629abd788e1a9e720e4b589aeeb5
-
Noel Grandin yazdı
Change-Id: I5c4021c9cb3fdeace7f7d99d580dc7fe2f7c354a
-
Noel Grandin yazdı
Change-Id: I416734c7c42709438e3bdcdb8922ce4ec576c95a
-
Noel Grandin yazdı
Change-Id: Id8ea19a0fe04061c6ec35229f41c164b4ebd408c
-
Noel Grandin yazdı
Change-Id: I6564e4e7042c34741fd7c9ed03627c83ef818486
-
Noel Grandin yazdı
Change-Id: Ia7a63d72048f6abde92b414e58b464cdd611017b
-
Noel Grandin yazdı
Change-Id: I8cd997f55f4c7206358cba9edd3d41dbedd4363f
-
Noel Grandin yazdı
Change-Id: I057969beed6402b2125f4dc719570d324c1df4fc
-
Noel Grandin yazdı
Change-Id: I8f3e401afa27778678788b4ac90ea927a2fed1d7
-
Noel Grandin yazdı
Change-Id: I99ae0ff43a25dbaf8f6f5f03ec0f8751f0893ccb
-
Noel Grandin yazdı
Change-Id: I7749d0d7d7dc27395373ed4a81e8235b9317d284
-
Henry Castro yazdı
In the tiled rendering case, the desktop is headless, so the toolbar is not created. The toolbar usually initializes all UNO url commands for each tool item attached. This causes that SfxControllerItem that monitor a state, it is not intercepted by InterceptLOKStateChangeEvent so no callback status changes. Change-Id: I5937cda66ef24d31dd92a1edd8c1440081c4b1a4
-
Tor Lillqvist yazdı
Fix warning: in call of rtl::OUString::operator+=, replace OUString constructed from an ASCII char constant with a string literal. Change-Id: I56ccf89b6b6b8c8b9a0d54ba688adc5c45ec28e1
-
Miklos Vajna yazdı
It's a class, not a macro anymore. Change-Id: Ia8414d430b2889c834457d8bfd2aa338f2ed994a
-
Justin Luth yazdı
Alt-X (Unicode notation toggling) was added to Writer and Draw/Impress in earlier. This adds it to Calc as well. Change-Id: Ieb5188b9ff35cb35941c36d22292069723df80b6 Reviewed-on: https://gerrit.libreoffice.org/18558Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-