Age | Commit message (Collapse) | Author |
|
Change-Id: I154bd2c101819669d43ab475144ae400454df4d0
|
|
Change-Id: I8015c8030c1c7f53ae1de053fe268a33464834ad
|
|
Change-Id: Ib932ee36e41afcb53d15a6362b998cc673d474f2
|
|
|
|
We need this to notify the user for which search phrase no results were
found
Change-Id: I8cc7ab235b9129dfdcb022145456180ff7e4ca92
|
|
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
Change-Id: Iaccb93b276f8a6870dd41cc5132dbb85d2bbf71b
|
|
Change-Id: I210da07802bae1f2f2948976bc0faf90e93152b4
|
|
Change-Id: I0d1b641654e0de65169e19bb5843ea11b43a90a3
|
|
Resetting tiles only is not enough. We need to empty stale
selection rectangles, handle bars, cursor positions etc., so that
they do not interfere with next view to be opened using same
widget instance.
We are not destroying the document here, so the widget would
still point to the same document unless it is made to point to
another document by subsequent lok_doc_view_open_document calls.
Change-Id: I3c7cc789c8c7393b3793b4edf6aa96d54bc0b1a3
Reviewed-on: https://gerrit.libreoffice.org/18866
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: I60eb53d4bf9943fd52e0a9d8e3574a7d1cc027e0
|
|
... wherever possible. There are few things we can't move to
header file, for example, the comments corresponding to GObject
properties, and signals.
Change-Id: If74d61b17ccee11f8a056f3a93040d2cff2dd98d
Reviewed-on: https://gerrit.libreoffice.org/18863
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: Ia71e80c521cdc6a8e4df52e51e063a44a0dd53df
|
|
Change-Id: Ic48adaf038e8fbcc86a94b5e351d2f963fcfcd16
|
|
getTextSelection() is still to be done, but has to be moved to the
widget first.
Change-Id: I780a31f1dbce38b2b7398bfdacbbc1c40881229d
|
|
Change-Id: Iafb08cb44a96dbc03d12367d21b4120063bd0222
|
|
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
|
|
Change-Id: Ibbbaaa1c148cfd4578ad37e0f99b62ab885a1a83
|
|
With this finally the number of GTK+ windows always match the number
returned by SfxLokHelper::getViews().
Change-Id: Ia45bef7dea86b80cfac00e2ad7c1a16d7f5b507b
|
|
GTK+ calls should be made from the main thread.
Change-Id: Idcfa46d427d6e35fc544246a691bafc72f75a74c
|
|
Change-Id: I9dcb5871c231a49bcd65a1187df6c3c81f92bd55
|
|
Change-Id: Iac803f03267859c11f0f9090346b09b90c115b76
|
|
Change-Id: Ib7ccd2192247805205b65e5e8da67bcc826f4d31
|
|
Change-Id: I2ff57c4be11cd3908bc951ebf572a2c02e2c4585
|
|
With this, all previously global data is now stored per-window in the
g_aWindows map.
Change-Id: I45b4449ee7d516106ea0b039d1af97db49edf759
|
|
Change-Id: Ib31fca3d8b4119704fb1a5c3cee885e7c239c247
|
|
Change-Id: I11a6cda7b9b8949c48c201c4bd467b49f2f43ca5
|
|
Change-Id: I6c19a9bdd34163d12047929170e5cfa7bb9a5820
|
|
Change-Id: I84c4102937deee662814c41607ee8de380a067f2
|
|
Change-Id: I4e8a08d71a94445e8fd30563867a2741cad862e5
|
|
Change-Id: Ife0a4bb1102f6135e297dc69ba5b52b89a5dd9dd
|
|
Change-Id: Ifad67adf80761118bbbfb110cbadd493214fee93
|
|
Change-Id: Ic871ec41992b611b10958799b2dc12375a91efe4
|
|
Change-Id: Ifde84627578283bd057d7393eb7e5578ef5c029a
|
|
Change-Id: I679ddfdadbf4746d3fba64d3d5157ec070b4f6dd
|
|
Change-Id: Ia76ef111170700ef507550222ca917986d4fe00e
|
|
We needed a better way to test LOK methods that are not app specific,
but are defined in /desktop/source/lib/init.cxx. So the decalaration
needs to be visible.
I also moved the `getStyles` test in the new test file
Change-Id: I98d97dc17a66e72732ca7bd848c131610790f48e
|
|
This reverts commit 9640dcea46dd3201aa4c27f6a3918f7419288a2a.
|
|
This method returns a JSON mapping of the posible values for the given
command (e.g. .uno:StyleApply, etc).
returns:
{commandName: "cmdName", commandValues: {json_of_cmd_values}}
Change-Id: Ic8f970d077af6be9bc226f72f725b6cdf2d4c160
|
|
Change-Id: I2665a12251921523045f4071df88ca69ecd5a5c0
|
|
This method returns a JSON mapping of style families to a list of styles
from the corresponding family.
Will be used to know and apply styles in tiledrendering.
Change-Id: I0aa395c40b9573920ade44255f97c077475ae5f1
|
|
Change-Id: If50ac0bd21e59b0e0639aa353513451e88ae2a9f
|
|
Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba
Reviewed-on: https://gerrit.libreoffice.org/17506
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: Ia208e3309bb64baf71ceb97cdf1b3b57b6120353
|
|
Change-Id: I4e933b458ca26b2a92d4953ca6cd6220dd730cf9
|
|
In Writer, the meaning of 'parts' is a bit different than in Calc or Impress.
In Writer, the parts mean pages, and the document does not give a completely
different view, the cursor just jumps to the given page.
It is up to the client to follow the cursor appropriately to have the desired
effect.
Change-Id: I56b3264e0340cd639bdabfa92b74b52bd1f391a5
|
|
Change-Id: I177ea091fb1061d9fa71f7fb1a84629128afd6a0
|
|
Change-Id: Ibc22d03d9eee9fd151ecf5773e36c2519141a5eb
|
|
Change-Id: Ib7a6bf63ee6f300c6c5d50d02a3465d0a075a5be
|
|
Change-Id: I9d1a08db2a91a596d3039a2388c22e6ea76dc2b1
|
|
... and set each member variable manually.
Additionally, improves documentation of the struct LOEvent.
Change-Id: I2e8e1dc70298dc85943769e2f01c6127eedb8207
|