Age | Commit message (Collapse) | Author |
|
Change-Id: I3c1163f9757a4592692bb8a920d1dc679bf53699
|
|
Change-Id: I5bd6965bde1a5dcbe26abc197a67e09c06a2bb21
|
|
Change-Id: I91478cf0a9b128f96dab5be67d018af46d75bd4f
|
|
Change-Id: I80af505d0dd9a71eda5d640dd336a034288a574d
|
|
word has a limit of MAXTABLECELLS cells in a row, we were clipping
the rowspan container to that max, but not the cell container
Change-Id: I5274dc7febd47e6c8c8e5337f638972b65239922
|
|
Change-Id: Ib2e969ca54da16b29ec20338148ee51810cb3c47
|
|
Change-Id: Ie60c09d7b7c626a0a7624e4c833d72eb5d0d5965
|
|
Change-Id: Ica21cefb705f4140b9f298e09be04b4950407b78
|
|
Change-Id: I61f7eaaad92b2a7b543fbb8f16f5b695700e8073
|
|
Change-Id: If36ec5ed78a3e0b7a9037eaa1903772f1d228bce
|
|
Change-Id: Ifdf3ef84cd886b338536629fb36ebba694916d6a
|
|
Change-Id: I228c0bca3133e94b28db2540dbd41e8b4fd1eee9
|
|
Setting bInSelection in MouseButtonUp() feels wrong, and against of its other
handling elsewhere. Also it breaks the selection handling in the tiled
rendering case - on further redraw, selections may disappear.
But it has been so since the initial check-in of the OOo code, so I have no
idea what corner case I might break by deleting this, so let's guard the
behavior by isTiledReneding() for now.
Change-Id: I7f7b237f9f0f427e317266e05481bac439c3c8ad
|
|
Normally, the text overflowing from other cells is completely ignored by Calc,
and the user always works with the underlying cells.
On Android / mobile, it is though more natural to be able to select the text
directly; so implement a compromise:
* tap places the text cursor, so that the user can write into the
cells hidden by the text too
* long-tap selects the word in the text, even if the text 'just' overflows
from another cell
Change-Id: Ibe8666301ff1df0414c0206c1f3336842485433b
|
|
Calc has no real understanding whether there is a text overflowing to the
other cells or not, it is sorted out when drawing in DrawStrings().
Re-purpose it so that it has a mode where the caller can ask for actual region
of text that covers the given cell.
Change-Id: Id0caa3972727bafdaeb148f8bbabb412f771a67d
|
|
Change-Id: Ifed4f53d1b831a0cf9f05fb148e6752d19f717f6
|
|
Without this, the strikethrough event is not sent to LOK clients, i.e.
the strikethrough button in gtktiledviewer did not change to the toggled
state when the cursor entered an area marked as strikethrough.
Change-Id: I0b2d3acc50cdfff88675ceb14cf653b6622797e7
|
|
Change-Id: I457deb8d544b97874701dec37d8baee237ce4ebb
|
|
Change-Id: If2553d96472e6ced9b2fad4c202d0793a1fce3bc
|
|
Change-Id: If23cb2f799df99cab92c13e09628fc139cdedb00
|
|
Change-Id: I239849056dd88f785dce239c4d53d6c905177b64
|
|
Change-Id: I0af8eb24dab7bb9f5831bec68f9a22ba88c2be19
|
|
Change-Id: I0f863f2463c8ba1b387d5834c6ff42fb467ce796
|
|
Change-Id: I30f8180dd9cf9c94eedca61926ab706f241142df
|
|
Change-Id: I2e020061516602171cf1f0732f138afa91b97f47
|
|
Change-Id: I4ffc8cdcb67ecb4c4afa641c9219dd465fe13d29
|
|
Change-Id: I2534601941c6bf838855a378c540771335daf5f9
|
|
Change-Id: I7b0f7120e425b5dc7d345e52cf7f994fd1a97f5b
|
|
Project: dictionaries cbf6d67ea480b68c40697e56efda4cd07e2a4e18
Updated Spanish dictionary pack to 0.8
Versión 0.8:
- Muchos términos nuevos correspondientes al bug 682 en Forja.rediris.es.
- Migrado el proyecto a GitHub (https://github.com/sbosio/rla-es).
Change-Id: I1ba78af2a28a18a9c2531ae40b24c49c7911ed30
Reviewed-on: https://gerrit.libreoffice.org/15285
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: Iee2fbf71375631a349992a90c67c1c4c34e6ba3b
|
|
Change-Id: I1ea86dca37cbce416564c5e198779dd132125b02
|
|
+ exchange arguments of swap to use the same pattern as the other swap locations
Thank you Mike Kaganski!
Change-Id: Ie575d503349b3218c7a0211e1f81d791e995297e
|
|
...so that LO shares the credentials with Nautilus once the connection has been
set up in Nautilus.
The reason the (non-standard) dav, davs URLs used by GNOME's old GnomeVFS and
successor GVFS/GIO were handled via LO's webdav UCP rather than the GNOME-
specific gnomevfs resp. gio UCP since b07a5fcc600ad564315d36fbd18495184fdf69cf
"INTEGRATION: CWS tkr10: i84676 neon and gnome-vfs2" is discussed at
<https://bz.apache.org/ooo/show_bug.cgi?id=84676> "mixing neon and the hidden
embedded contents old [sic] another neon inside libhttp.so of gnome-vfs2 is
unreliable" and only pertains to the legacy gnomevfs UCP, not the new gio one.
So keep handling dav, davs URLs via LO's internal webdav UCP under legacy
--enable-gnome-vfs, but handle them via the GNOME-specific gio UCP under the
default --enable-gio.
Change-Id: Ib132168701a7ae0a7dcabdead6a299eda0cd4594
|
|
Another UniString to OUString conversion fallout.
Change-Id: I5e62b049da3e7f8b5a892ea6aae7110a33564a46
|
|
Change-Id: I0346c98ec1e075009ac6b563119ee44178e9c773
|
|
Change-Id: I4272be68041a269dce3bbd9de2bc7997cbcf9ab8
|
|
Change-Id: I846ac849461d986d331b0366c36af46558fe9a14
|
|
Change-Id: I7670f8164d8a44414277f285e3aa19de1764a86e
|
|
Change-Id: Ib3e115b7b96d0536db6917e84cfac7816176b296
|
|
Change-Id: I11ac9c87ac1d17b2ebc847e268d935c23f129ce1
|
|
Change-Id: Iff3997af302a6ddbfd21fb25cd7f0b94a9a107fe
|
|
Change-Id: Icf477e355feee338c063aee3c76ed7c5fee63591
|
|
Change-Id: I7021e975a75ca49ea6efbfcbaea3aeb94d693fac
|
|
Change-Id: I18670621a218f77b7996c3b7418fde4c4a230059
|
|
Change-Id: I98e9ee171bf2b207696be7db90ff3e3ce83b06ed
|
|
Change-Id: Ia5b8b01ecabbf8c7afe4e75c7245e734c23545ce
|
|
Change-Id: I7a4214e63cf2fbf34cf5235d1e8b1c50431ecdb1
|
|
Change-Id: I1de47afface7d221f7df43ae4e0bfa7d1cb4f4ce
|
|
Change-Id: Icd65860188686b153e3c5b367f305155d9762ff9
|
|
Change-Id: I4305e644e65d82d775e3d36b4fa3ad9ca6bc82ae
|