Age | Commit message (Collapse) | Author |
|
so presumably can't paste them from clipboard either
Change-Id: I1d544cbf6e19cf7def510383659bc0f6a26905b7
|
|
Change-Id: Ibf0c73ac17ec19ed672f66907db47057920babca
|
|
since their usage is intertwined.
Also introduce new o3tl utilities enumrange and enumarray to make
working with scoped enums a little simpler.
Change-Id: I2e1cc65dd7c638e59f17d96dfae504747cad6533
|
|
Change-Id: I9518da89384c60a1b153a3146cbfb8dc48638b10
|
|
Change-Id: I51407c4b7ebbe3782539e1cb6f3c8294ae29566e
Reviewed-on: https://gerrit.libreoffice.org/13763
Reviewed-by: Katarina Behrens <bubli@bubli.org>
Tested-by: Katarina Behrens <bubli@bubli.org>
|
|
Problems were with those table styles which used
color themes to define cell fill color.
Change-Id: Ibde90df81ff253ba65618dde4038093d1caabfe8
Reviewed-on: https://gerrit.libreoffice.org/15089
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I0b1cbc96f85b6345b8abc843e5d609f9cc8a24b9
|
|
5ac575ee3e109 did not get it right, the vert attribute (i.e. the
rotation of text) is relevant, not the rotation of the shape. In
that case both text and shape rotation were 270 degrees. I checked
that the bugdoc of bnc#773048 looked good after this.
Change-Id: I6e0401cd138a82040df82d7da1a47311db7771e4
Reviewed-on: https://gerrit.libreoffice.org/15076
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
With this, it's possible to drag the start or end handle of an Impress
table selection and let it grow/shrink.
Change-Id: Icdee1207c1c3a6b1c4fb15d00008db6327d6e2de
|
|
With this, when editing is finished, no text edit is active, also both
editeng and sdr selections are reset.
Change-Id: If953e1d8683171c1f1ed8c7d97ae34a163d14765
|
|
With this, it's possible to resize an Impress shape.
Change-Id: I6d81aee71853092a02bfad414fb107b514556247
|
|
Change-Id: Ibab0aeb6b9b605d1cc964e7858404b1e0919fc10
|
|
With this, it's possible to adjust an Impress shape text selection,
using the selection handles already provided by editeng.
Change-Id: I16fe3222c9e1289a0a1b5bea9469c88513994e75
|
|
Change-Id: I5f85d7b995d933cb2839ee37a83770f4761b96f8
|
|
Change-Id: Iffcc1b4fff1293c34f8f8d4eb11465ecb0a873d7
|
|
Change-Id: I0cff8d60aea0d9d0f41209ea04380259142ed607
|
|
Change-Id: I57277cd1356a99ee7c806d84a9446936d13a87c0
|
|
Change-Id: I236caa9e2dc80455198b442e72e8d9df58f03adc
|
|
Change-Id: I6c91d94f7eec6001980fb221891157d1e436e1fb
|
|
so a long press shows the context menu to e.g. allow switching on/off
draw-on-slide mode
Change-Id: Icd6ea52d2172217794f4fc802246ccf13020e134
|
|
Change-Id: Iad769ac61d17f6e348681a38ae11c832f75f6353
|
|
Change-Id: I57ec4cb36aa0e3a921653d337bcf5029fc5d3fc8
Reviewed-on: https://gerrit.libreoffice.org/14979
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
keep it simple for now.
deliver to the same target window that gets the MouseWheel events, maybe worth combining
MouseWheel and Gestures into the same thing
and use it in slideshows so swipe toward the left to advance to the next slide,
to the right to return to the previous slide.
swipes are followed by mouse up events, impress already has a similar hack
to hide an mouse-up from the (incredibly complicated) interaction with
the slideshow so simply use that
Change-Id: Ib34f6fa0f15f3aa34eef887eb9d5642de9e5cdd1
|
|
Change-Id: I8d68394c29b7602b21f8d972552aa7226778d3ff
|
|
Change-Id: Id41ea91aaf618c7f3f323698c09caa7c8df2290a
|
|
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
|
|
This reverts commit 8707670cb39f5777cd54f8b180ec342416ef259f (plus follow-up
53e89ab25c0cd7df1b900a2e1048cfa402ea4353 "WaE: uninitialized nBulletColor") as
it broke CppunitTest_sd_export_tests.
Change-Id: Ib7433ba6e43b2f90767b0333dceb0f732d6659df
|
|
Change-Id: I0f57a60a44ddac63a73e0bb35df59b3b25857d43
|
|
Change-Id: Icb4a7d71e23d202078ad27bee255b6f812a74707
|
|
Change-Id: I2967cdbfd0303844892150bbff7aa5ce1a57054f
|
|
Change-Id: I0ffc0e222c978ce7c734228f712e88422d3a615f
|
|
there were a couple of lines in SC and SW where the code was using a
EV_CNTRL constant. I switched it to used the same-valued constant from
EE_CNTRL
Change-Id: I027183cc3b6e700bf365d48833e37eddc9b50f04
|
|
Added pptx export support for bullet color.
Change-Id: I69306c8b3ace359f8dc243b83f89cfb570b9b73b
Reviewed-on: https://gerrit.libreoffice.org/14966
Tested-by: David Tardon <dtardon@redhat.com>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: If06f33cc2a8a85f7595c5dbf1c6549eff00cec19
Reviewed-on: https://gerrit.libreoffice.org/14983
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I5dca39f7668be2c03c904c33b6181ba769b70990
|
|
Change-Id: I03813103d648c5745beab740403c7912cdff2756
|
|
Change-Id: Iead354b95b832edd72eb8e881855f228fd85be70
|
|
Change-Id: I7308e848d3f9ac391dc656a145139dabbc792df3
|
|
Change-Id: I4466af8d40e7860b20a26c5ccf2265ee40c5a9ab
|
|
Change-Id: I9013bc6dace79421b0a9ad0401a4fb59365d4dcf
|
|
Change-Id: I1bdc2ec3cf9c94b0d48be99a4409b39dc6d77389
Reviewed-on: https://gerrit.libreoffice.org/14961
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
This brings sd in sync with sw, that does the same for some time
already. With this, we no longer do a complete repaint 6 times after
every postMouseEvent().
Change-Id: I38754f4bdbb977abbdbb0f32e1460ab2f6290f87
|
|
At the end this gets exported in the LOK API as a rectangle anyway, so
better to convert the vcl::Regions into a Rectangle, and not the other
way around.
Change-Id: I81fede6e30af112d17bb74328801915d90474863
|
|
Writer is not affected, as there the map mode is disabled and everything
is in twips internally.
Change-Id: I3b5289f82e89be5943a0b14a5167b33132cf78d0
|
|
With this, at least a simple .odg document is now loaded again without
crashing.
Change-Id: I47200ffec680aefc0ee7769f9311a550c0329dc7
|
|
Change-Id: I4313ecd06a4a55685d55830aa5cc15321848652e
|
|
an impediment to understanding
Change-Id: Ic88f52a921a9f6f3e4244b73d4e1e8970c77677f
|
|
Change-Id: I3bc46ee3425cabfac342368ff302e16379227172
Reviewed-on: https://gerrit.libreoffice.org/14957
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I6d141fcaff4877cfee6400f104d3c41fd967d6f3
|
|
If we have first numeric bullet and then insert any symbol bullet on same level
then suffix of numeric bullet continues with symbol
bullet as well.
Solution : Reset suffix to none if it is symbol bullet.
Change-Id: I06dddec55c6f3d8cc1545d30f7228ca08cb81396
Reviewed-on: https://gerrit.libreoffice.org/14890
Tested-by: Jenkins <ci@libreoffice.org>
Tested-by: David Tardon <dtardon@redhat.com>
Reviewed-by: David Tardon <dtardon@redhat.com>
|