- 15 Eki, 2015 1 kayıt (commit)
-
-
Miklos Vajna yazdı
When copying the alpha channel, the offset was incorrect when canvas width/height did not equal. Change-Id: If0ab3ec7a4ad4dd958419b566fd473732965cfda (cherry picked from commit d30f5bc3)
-
- 14 Eki, 2015 10 kayıt (commit)
-
-
Miklos Vajna yazdı
Without that, the result in Calc/Impress is ambiguous. Change-Id: I8dfd8dafc996102ed583688fddd721c7600dc48c (cherry picked from commit ad280b67)
-
Miklos Vajna yazdı
Change-Id: I88865db539779bc401550d7b4a3729b89d7e18b1 (cherry picked from commit dd1fc224)
-
Miklos Vajna yazdı
Change-Id: Icee3a07103fad1bf70637fbf23299f50b7ad838d (cherry picked from commit 32d573cd)
-
Miklos Vajna yazdı
Change-Id: I8a2fcaad5806ef204cdac0f6eaac615d50d6d9e8 (cherry picked from commit 28a5d4b5)
-
Miklos Vajna yazdı
Given that sd doesn't support find-all yet, this works for normal find only at the moment (so it may report multiple rectangles, but always a single match). Change-Id: I47bd0d0161b9d1dc843bb503f5521f311fc158c4 (cherry picked from commit 395cfab0)
-
Miklos Vajna yazdı
This gives sd access to the selection rectangles as well (as opposed only to the document model positions of selections). Change-Id: Icb903e91f9e868573403b360bbe839705ddf2916 (cherry picked from commit f7764214)
-
Miklos Vajna yazdı
It turns out a full invalidation is still needed to trigger the loading of graphics on the new page, so instead of not invalidating just don't emit the notification about it during page switch. Change-Id: Ic99a3d4e268b3db61cf09c78ed0f310c9d365867 (cherry picked from commit 1631fa9a)
-
Miklos Vajna yazdı
In case of tiled rendering clients already get LOK_CALLBACK_SET_PART when switching slides, so it's pointless to additionally invalidate windows for help lines. Change-Id: Ibc15c9862ae85bd72328161fa5f7e72d82fd2a97 (cherry picked from commit ca343672)
-
Miklos Vajna yazdı
Search works by using sd::outliner::OutlinerContainer to iterate over all text objects of the document. We used to switch to each and every object, and only then search in it. In large presentations this means the number of invalidations during search was dependent on the number of slides between the current slide and the first match. Fix this by not calling sd::Outliner::SetObject() (which would call sd::Outliner::SetPage()) right after finding a text object, only later when we know it has matching content. The result is that the number of invalidations is not O(n) but O(1) till we find the first match. Change-Id: I29a11c8737a7e1db6a247eb98617d12495c8bb41 (cherry picked from commit aa5f4bb2)
-
Miklos Vajna yazdı
Not needed anymore since the dialog is gone. Change-Id: Icd3747683d2656a9404b405fc29aae6183dcfe15 (cherry picked from commit 8d1d2807)
-
- 13 Eki, 2015 4 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Ibecfa73dd1b865edba77caf51f5003d1b18692be (cherry picked from commit a0e10b1e)
-
Andrea Gelmini yazdı
Change-Id: I6dfb5fb468c1305a8f248bf5788c5760135fd835 Reviewed-on: https://gerrit.libreoffice.org/18955Reviewed-by:
Oliver Specht <oliver.specht@cib.de> Tested-by:
Oliver Specht <oliver.specht@cib.de> (cherry picked from commit d344d2b1)
-
Pranav Kant yazdı
Change-Id: I41bf3a21b5da9fc8155bbe6eb0f86078f90f6647 (cherry picked from commit 107d3116)
-
Miklos Vajna yazdı
Change-Id: I8cbb5b7a134fb84bd2c363b06f06f7f40964521f (cherry picked from commit 39321c5f)
-
- 09 Eki, 2015 1 kayıt (commit)
-
-
Miklos Vajna yazdı
1) The size of the searchResultSelection array in LOK_CALLBACK_SEARCH_RESULT_SELECTION provides the same information. 2) None of the clients except lokdocview used it. 3) Only sw provided this callback, not sc/sd. (cherry picked from commit f0e3fe84) Conflicts: libreofficekit/source/gtk/lokdocview.cxx Change-Id: I9da639b6693f24634f298f9bc4773f705e944359
-
- 06 Eki, 2015 2 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I50cebc3fb4f8f620f2d25b41d0eb0d56fb32ffd8
-
Andras Timar yazdı
Change-Id: Ie3e2214a0e9992c84ff15d18cce991bb1b6e5e61
-
- 08 Eki, 2015 8 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: Iaca2c1807a6e92cf7a87b0843000d65aea45fe7b (cherry picked from commit a42f582e)
-
Miklos Vajna yazdı
Fails without commit a31f95b1 (sc tiled rendering: fix showing all search results, 2015-10-07). Change-Id: Ibc01d468168367f789b3f5046808104fa3f5ef18 (cherry picked from commit 97c41475)
-
Miklos Vajna yazdı
Normally lok_init() sets the component context, but not e.g. during unit testing. Change-Id: If3760f31af2e4b870f65e5aa7557607e8b6a1114 (cherry picked from commit de1f156c)
-
Miklos Vajna yazdı
And it just causes problems during unit testing. Change-Id: Ie8524b726ae2709bab707df9b2984f07357e3059 (cherry picked from commit dd7d9758)
-
Miklos Vajna yazdı
Change-Id: I9b0a32271a965bc4089720ccb61b26b67ceab7b2 (cherry picked from commit 1cb13d87)
-
Miklos Vajna yazdı
If there is a need for it, this could be extended later to work with uno sequences and/or OUStrings as well. Change-Id: Id0af8b1755c8e4b668720563d10a052337e1b2c9 (cherry picked from commit fce720b3)
-
Miklos Vajna yazdı
Calc can have multiple cells selected, but there is only one cell which has the black border around the cell. Code in ScViewFunc::SearchAndReplace() assumed that the two are always the same, and that's how find-all always highlighted the first match only. Fix this by avoiding emitting LOK_CALLBACK_TEXT_SELECTION two times, at least in the find-all case. Change-Id: Ifce789c7f5f11e94fb2445846279823096ecb2dd (cherry picked from commit a31f95b1)
-
Jan Holesovsky yazdı
Don't call it ~20 times on startup, instead call it once when the user actually opens the styles dropdown. Change-Id: I7bb28d0739bf917d23041f384f60a39a7ed5cbea
-
- 07 Eki, 2015 14 kayıt (commit)
-
-
Miklos Vajna yazdı
We used to emit these for find-all only, for no good reason. Change-Id: Id07dc7649f9a8528b9d4ec16d5f7c651fd607111 (cherry picked from commit 58c38e7e)
-
Miklos Vajna yazdı
Change-Id: I9c6b7540bcae85d6529e5cc195a7e86f58ee5713 (cherry picked from commit ca8016c3)
-
Miklos Vajna yazdı
It's not useful when viewing, and for editing probably a dedicated overlay would be better (like the one we have for cursor/selections already). Disable for sw/sd explicitly, sc had it disabled implicitly already. Change-Id: I7134f5d1a1546787c22019e6b1abdc0dd887f888 (cherry picked from commit c92ebc85)
-
Miklos Vajna yazdı
Change-Id: Ic81b039e9a1b592ca52ab684ddb45ee44c7714df (cherry picked from commit 0cf63ba2)
-
Miklos Vajna yazdı
Change-Id: I66a8d73581641c71f2dce2d1992070f3ccce08c2 (cherry picked from commit a7b86140)
-
Miklos Vajna yazdı
(cherry picked from commit 94752d59) Conflicts: sw/source/uibase/uiview/viewsrch.cxx Change-Id: I4c2a5418101976e1cb38c0fa71dbd66fc883f905
-
Mihai Varga yazdı
Change-Id: Iab1dca8736eb208e652b5d5dfc0c87c8029679da Reviewed-on: https://gerrit.libreoffice.org/19159Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 944bb51d)
-
Mihai Varga yazdı
We need this to notify the user for which search phrase no results were found (cherry picked from commit c30defcf) Conflicts: libreofficekit/source/gtk/lokdocview.cxx Change-Id: I8cc7ab235b9129dfdcb022145456180ff7e4ca92
-
Miklos Vajna yazdı
Change-Id: I9f517bc2f3dfca9a2dc17a229f54c47b7790a355 (cherry picked from commit b4e75e8f)
-
Miklos Vajna yazdı
We can't easily have editeng & sw selection at the same time, so just exlucde shapes in the find-all case for now: better than a hang. (cherry picked from commit dce533e0) Conflicts: sw/source/core/crsr/findtxt.cxx Change-Id: I1090595e8c4bc11eb38ffa486885ad5fab67ab86
-
Miklos Vajna yazdı
Change-Id: If5b148e890cd7d165f9d2b533c04b2047ac6caea (cherry picked from commit c3a8adb2)
-
Mihai Varga yazdı
To get a better functionality we need to know the button type (left, right, middle). We also need the key modifier (ctrl, alt, shift) for actions such as ctrl+click (to open a link) or shift+click to select (cherry picked from commit c90c08a6) Conflicts: libreofficekit/Library_libreofficekitgtk.mk libreofficekit/source/gtk/lokdocview.cxx libreofficekit/source/gtk/tilebuffer.hxx Change-Id: Iaccb93b276f8a6870dd41cc5132dbb85d2bbf71b
-
Miklos Vajna yazdı
Change-Id: I616b3f6d2881aaa479f6498d3121540980256c15 (cherry picked from commit 6c040ad1)
-
Miklos Vajna yazdı
Change-Id: Ic0059404b7ccbc922703705e7818404d4904f324 (cherry picked from commit 44838c66)
-