- 21 Eyl, 2015 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I787ff19fd41d5ecee56efa1aa7ee539f46650703 Reviewed-on: https://gerrit.libreoffice.org/18703Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Noel Grandin yazdı
after my Link<> changes Change-Id: I418101e2bf2a29b13b7e9eadaedfe57776cf45ee
-
Noel Grandin yazdı
Change-Id: If3e2b00092440ebd42ae5b73ae2b0e44c3702683
-
Miklos Vajna yazdı
DocxAttributeOutput::SectionBreaks() previously only handled the text-text and text-table node transitions; implement support for table-text to avoid loosing a page break on export for the bugdoc. (View this commit with whitespace ignored to filter out the noise about SectionBreaks() now accepting non-text nodes, too.) Change-Id: Ie8a1575374a207399351635bda8c0c076ce7268d
-
Miklos Vajna yazdı
Change-Id: I4e00679547997cfb3dafe603b908f055011a3b30
-
Miklos Vajna yazdı
Also: - let the unit test set the global LOK flag, as sw code now depends on that - in framework, don't return early after emitting the LOK status indicator callback, otherwise CppunitTest_sw_tiledrendering shows how sw LOK callbacks are missing Change-Id: I0c4ac12f2ef5118d29afd131676bcb27d5db7746
-
Miklos Vajna yazdı
Change-Id: Ia71e80c521cdc6a8e4df52e51e063a44a0dd53df
-
Miklos Vajna yazdı
Change-Id: Ic48adaf038e8fbcc86a94b5e351d2f963fcfcd16
-
Miklos Vajna yazdı
Change-Id: Ie33f8b2f8d2a65fbdb7f4f3caaeee8f0f046cba5
-
Miklos Vajna yazdı
Change-Id: Ib4c1caede94d3eac372a3605c430bbbd353755f3
-
Miklos Vajna yazdı
Change-Id: I9dd2934eaa7b479460c3a2dc7d2d51ce5c767a9f
-
Miklos Vajna yazdı
With this, a postKeyEvent() in one view properly results in one LOK_CALLBACK_INVALIDATE_TILES per view, at least in Writer. Change-Id: Ia0a9a00ea5a98c38f3d399208b9ef028f3036f79
-
Miklos Vajna yazdı
Change-Id: Id839dc076824e69fe07386c83bf21fc4c7ce2b8e
-
Miklos Vajna yazdı
Change-Id: Iad0b2ee419327daf478f3ddda2378effe0184067
-
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). Change-Id: I3d8f27740c69fcf6ffbbdce12db2ea088321493d
-
Miklos Vajna yazdı
Change-Id: I9cf3a4887774657e0e205114688b088fc11c6822
-
Miklos Vajna yazdı
getTextSelection() is still to be done, but has to be moved to the widget first. Change-Id: I780a31f1dbce38b2b7398bfdacbbc1c40881229d
-
Miklos Vajna yazdı
Change-Id: I5dd5f0cfb8b34621b18a35be682249e042d9b173
-
Miklos Vajna yazdı
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
-
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. 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
-
Miklos Vajna yazdı
Change-Id: Ic3bce8f01d7e048e853c063c4bce1255845c60d0
-
Miklos Vajna yazdı
Change-Id: Ibbbaaa1c148cfd4578ad37e0f99b62ab885a1a83
-
Miklos Vajna yazdı
With this finally the number of GTK+ windows always match the number returned by SfxLokHelper::getViews(). Change-Id: Ia45bef7dea86b80cfac00e2ad7c1a16d7f5b507b
-
Miklos Vajna yazdı
GTK+ calls should be made from the main thread. Change-Id: Idcfa46d427d6e35fc544246a691bafc72f75a74c
-
Miklos Vajna yazdı
Change-Id: I9dcb5871c231a49bcd65a1187df6c3c81f92bd55
-
Miklos Vajna yazdı
Change-Id: Iac803f03267859c11f0f9090346b09b90c115b76
-
Miklos Vajna yazdı
Change-Id: Ib7ccd2192247805205b65e5e8da67bcc826f4d31
-
Miklos Vajna yazdı
Change-Id: I2ff57c4be11cd3908bc951ebf572a2c02e2c4585
-
Miklos Vajna yazdı
With this, all previously global data is now stored per-window in the g_aWindows map. Change-Id: I45b4449ee7d516106ea0b039d1af97db49edf759
-
Miklos Vajna yazdı
Change-Id: Ib31fca3d8b4119704fb1a5c3cee885e7c239c247
-
Miklos Vajna yazdı
Change-Id: I11a6cda7b9b8949c48c201c4bd467b49f2f43ca5
-
Miklos Vajna yazdı
Change-Id: I6c19a9bdd34163d12047929170e5cfa7bb9a5820
-
Miklos Vajna yazdı
Change-Id: I84c4102937deee662814c41607ee8de380a067f2
-
Miklos Vajna yazdı
Change-Id: I4e8a08d71a94445e8fd30563867a2741cad862e5
-
Miklos Vajna yazdı
Change-Id: Ife0a4bb1102f6135e297dc69ba5b52b89a5dd9dd
-
Miklos Vajna yazdı
Change-Id: Ide261670be475f5d54d9d12c701ad82470396aeb
-
Miklos Vajna yazdı
Change-Id: Id9e92593217541b4123e95279019cec3c958056c
-
Miklos Vajna yazdı
Change-Id: Iaa9effdcf6d6c6b2292e3fc7b666afdb3678694d
-