- 06 Eki, 2015 33 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: Iad0b2ee419327daf478f3ddda2378effe0184067 (cherry picked from commit 17042210)
-
Miklos Vajna yazdı
This is similar to the existing LOK callback, the difference is that the existing one assumes there is only one SfxViewShell instance at the same time. This newer callback is precisely per-view, so model notifications can invoke all view callbacks, while view notifications can invoke only the callback of the relevant view. This is just the framework, all actual client code has to be still ported over (and then the existing callback can be removed). (cherry picked from commit c74ccac7) Conflicts: sfx2/source/view/viewimp.hxx Change-Id: I3d8f27740c69fcf6ffbbdce12db2ea088321493d
-
Miklos Vajna yazdı
Change-Id: I9cf3a4887774657e0e205114688b088fc11c6822 (cherry picked from commit 714257af)
-
Miklos Vajna yazdı
getTextSelection() is still to be done, but has to be moved to the widget first. (cherry picked from commit d3446bc8) Conflicts: libreofficekit/source/gtk/lokdocview.cxx Change-Id: I780a31f1dbce38b2b7398bfdacbbc1c40881229d
-
Miklos Vajna yazdı
Change-Id: I5dd5f0cfb8b34621b18a35be682249e042d9b173 (cherry picked from commit 42844c2a)
-
Miklos Vajna yazdı
(cherry picked from commit c9ebc92a) Conflicts: libreofficekit/source/gtk/lokdocview.cxx Change-Id: Iafb08cb44a96dbc03d12367d21b4120063bd0222
-
Miklos Vajna yazdı
Just to be consistent, as all other view-related member functions are there, too. No real impact, as only the unit test uses this so far, and it always works with a single document. Change-Id: I46f1ed8265ab95017986ab45c1b510e961192241 (cherry picked from commit a04b31c9)
-
Miklos Vajna yazdı
Also in SfxLokHelper::setView() set the current view shell directly, GetFocus() in VCL may be a NOP for hidden windows. With this, the Writer layout dump shows that two Gtk windows can have different cursor positions correctly. (cherry picked from commit f2e55ea1) Conflicts: libreofficekit/source/gtk/lokdocview.cxx Change-Id: I81890c1d8ad7972f1194db3d5f2e9d8a39fc2f87
-
Miklos Vajna yazdı
Allows getting rid of vcl::ITiledRenderable::getCurrentViewShell(), which would do the same, just not implemented outside Writer. Change-Id: Id26ceca560fb9002dc2d5c740c411b9c4a149523 (cherry picked from commit 8cb60944)
-
Miklos Vajna yazdı
Change-Id: Ic3bce8f01d7e048e853c063c4bce1255845c60d0 (cherry picked from commit 46588c42)
-
Miklos Vajna yazdı
(cherry picked from commit 855e1bac) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: Ibbbaaa1c148cfd4578ad37e0f99b62ab885a1a83
-
Miklos Vajna yazdı
With this finally the number of GTK+ windows always match the number returned by SfxLokHelper::getViews(). (cherry picked from commit b3498e9f) Conflicts: libreofficekit/source/gtk/lokdocview.cxx Change-Id: Ia45bef7dea86b80cfac00e2ad7c1a16d7f5b507b
-
Miklos Vajna yazdı
GTK+ calls should be made from the main thread. (cherry picked from commit e6e5c248) Conflicts: libreofficekit/source/gtk/lokdocview.cxx Change-Id: Idcfa46d427d6e35fc544246a691bafc72f75a74c
-
Miklos Vajna yazdı
(cherry picked from commit c1d72145) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: I9dcb5871c231a49bcd65a1187df6c3c81f92bd55
-
Miklos Vajna yazdı
(cherry picked from commit 8d8a8e1a) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: Iac803f03267859c11f0f9090346b09b90c115b76
-
Miklos Vajna yazdı
(cherry picked from commit 2b69ce33) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: Ib7ccd2192247805205b65e5e8da67bcc826f4d31
-
Miklos Vajna yazdı
(cherry picked from commit 4fd59356) Conflicts: include/LibreOfficeKit/LibreOfficeKitGtk.h libreofficekit/source/gtk/lokdocview.cxx Change-Id: I2ff57c4be11cd3908bc951ebf572a2c02e2c4585
-
Miklos Vajna yazdı
With this, all previously global data is now stored per-window in the g_aWindows map. (cherry picked from commit d51e3f78) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: I45b4449ee7d516106ea0b039d1af97db49edf759
-
Miklos Vajna yazdı
(cherry picked from commit d8bf31e1) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: Ib31fca3d8b4119704fb1a5c3cee885e7c239c247
-
Miklos Vajna yazdı
(cherry picked from commit bec8a1b7) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: I11a6cda7b9b8949c48c201c4bd467b49f2f43ca5
-
Miklos Vajna yazdı
(cherry picked from commit 91d67ec9) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: I6c19a9bdd34163d12047929170e5cfa7bb9a5820
-
Miklos Vajna yazdı
(cherry picked from commit 36fa8d44) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: I84c4102937deee662814c41607ee8de380a067f2
-
Miklos Vajna yazdı
(cherry picked from commit f6ef6af2) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: I4e8a08d71a94445e8fd30563867a2741cad862e5
-
Miklos Vajna yazdı
(cherry picked from commit 20df29e6) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: Ife0a4bb1102f6135e297dc69ba5b52b89a5dd9dd
-
Miklos Vajna yazdı
Change-Id: Ide261670be475f5d54d9d12c701ad82470396aeb (cherry picked from commit d990a876)
-
Miklos Vajna yazdı
Change-Id: Id9e92593217541b4123e95279019cec3c958056c (cherry picked from commit 10a0cad9)
-
Miklos Vajna yazdı
Change-Id: Iaa9effdcf6d6c6b2292e3fc7b666afdb3678694d (cherry picked from commit 4f62c147)
-
Miklos Vajna yazdı
Change-Id: Iabfb0f2a19106dc4a6bdae45f9e85d76c68a973e (cherry picked from commit 2e523afe)
-
Miklos Vajna yazdı
(cherry picked from commit 179a0d0e) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: Ifad67adf80761118bbbfb110cbadd493214fee93
-
Miklos Vajna yazdı
(cherry picked from commit 655c7877) Conflicts: libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx Change-Id: Ic871ec41992b611b10958799b2dc12375a91efe4
-
Miklos Vajna yazdı
This is meant to be a class that is visible outside sfx2 (so e.g. desktop can use it later), but has access to various sfx2 internals. Change-Id: I83204963492b11c1c4a621e86528a64fba27acf3 (cherry picked from commit 58b5c13b)
-
Miklos Vajna yazdı
Change-Id: Ic936746f3d473e15f5a1589cba35173778b442c6 (cherry picked from commit 7b0de91f)
-
Miklos Vajna yazdı
Change-Id: I89d0f3c66f3939fc6795892d727d782c3f8bbda3 (cherry picked from commit e13510cf)
-
- 18 Eyl, 2015 7 kayıt (commit)
-
-
Andras Timar yazdı
Change-Id: I5c6253b9bc99ca49198f83c45c24801abb6ce1cc
-
Andras Timar yazdı
Change-Id: I666665c801367ff760b14b9f474952e9894b4791
-
Caolán McNamara yazdı
Change-Id: I95c191ed865d6920845b146c3ef4baf30280a734 (cherry picked from commit e5539b0b) Reviewed-on: https://gerrit.libreoffice.org/18672Reviewed-by:
Maxim Monastirsky <momonasmon@gmail.com> Tested-by:
Maxim Monastirsky <momonasmon@gmail.com>
-
Christian Lohmaier yazdı
Change-Id: I0de134ec25add0fa963fa73e5583c721a69e17b7 (cherry picked from commit 3834c12c)
-
Eike Rathke yazdı
Problem Description: - Matrix multiplication cell formula range is not exported after roundtrip. XML Difference: Original : <f t="array" ref="G5:G6">MMULT(A1:C2,E1:E3)</f> Roundtrip : <f aca="false">MMULT(A1:C2,E1:E3)</f> Solution : Added formula cell range support for matrix multiplication. Reviewed-on: https://gerrit.libreoffice.org/16033Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com> (cherry picked from commit beb8e283) Conflicts: sc/qa/unit/subsequent_export-test.cxx fix 176 unbalanced XML_f xlsx export failuires regression from commit beb8e283 Author: yogesh.bharate001 <yogesh.bharate@synerzip.com> Date: Tue Jun 2 16:39:09 2015 +0530 tdf#61908:XLSX formula cell range is not exported for MMULT. (cherry picked from commit 103b6194) array formulas do not consist only of multiple rows, tdf#61908 follow-up For example, {={1,2}*3} is a two columns one row vector, or even a single cell could hold an array formula. (cherry picked from commit 92df7db8) a54ce5ce437e592378fe930b779c518de9670995 14a44ac8356fdffc98b7097f48319755f5f2f317 do not write MM_REFERENCE formulas to OOXML, tdf#61908 follow-up The array range is covered by MM_FORMULA. Excel even complained when loading such a document. (cherry picked from commit f501fe4d) Change-Id: Ic871f064a98a324bc16a4253b633c97417c3f900 10e1b19fbfb8ea849ffe3d46504fdf3389633c5f Reviewed-on: https://gerrit.libreoffice.org/18592Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
...for one, this avoids sending seek requests down the GIO/GVFS stack, which can silently fail with corrupt data read from certain broken servers for current versions of the GIO/GVFS stack; for another, it should considerably speed up loading documents via the GIO UCP, as LO's document type detection is notorious for issuing lots of seek and (small-chunk and/or re-) read operations on a file. (This issue has become more relevant after 51e0d789 "rhbz#1134285: Access dav, davs URLs via GVFS," where the old route via the WebDAV UCP was apparently not affected by those broken servers, so happened to start affecting opening certain remote files in LO via Nautilus.) Change-Id: I91f91128b2d1a16f976eafeacf216a91747f4df1 (cherry picked from commit 93a0696e) Reviewed-on: https://gerrit.libreoffice.org/18612Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Eike Rathke yazdı
EndListeningContext holds BroadcasterStoreType iterators in its ColumnBlockPositionSet and collects broadcasters to purge them at the end. Removing broadcasters from ScColumn::maBroadcasters in between invalidates the iterators. Hence calling the "normal" EndListening() that removes a broadcaster when all listeners are gone while an EndListeningContext is in use is bad. Change-Id: Ibdd88469e91e6173ceff1f391c23ef7cb7c6f596 (cherry picked from commit e4a8ae0b) Reviewed-on: https://gerrit.libreoffice.org/18615Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-