Age | Commit message (Collapse) | Author |
|
This command removes formatting for content controls such as rich text, checkbox, dropdown, picture, and date controls. It deletes only the content control formatting, not the actual content of the section.
Here are some todos:
- Add test case for delete
- undo/redo for this uno command
Change-Id: Ib1b3b62ff7d62fd971472eff49a58c5afd786dc8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175927
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
(cherry picked from commit 5d4ae3db293b0f9c46cbc09d0391806e1ed7b362)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176067
Tested-by: Jenkins
Reviewed-by: vivek javiya <vivek.javiya@collabora.com>
|
|
Adds the option to convert a reply comment into a new top comment
while preserving the parent-child realtions of the other comments
in the thread.
Change-Id: I3cd5e5466fadc2226651d7c244b5139ec2d1f949
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173051
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173870
Reviewed-by: Jaume Pujantell <jaume.pujantell@collabora.com>
Tested-by: Jenkins
|
|
The right-click popup shown when right-clicking a footnote, index
entry, or other similar fields was missing the options related to
those fields. This patch brings them back, in a section near the
bottom of the list.
Change-Id: I8cb98660d8348791dafc4826e55b4ed292225b02
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168645
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
Change-Id: Ib55491cb4d209088cfed344452700eab41da67d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158763
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
|
|
Impress already has both options in the menu
Also re-enable test disable with fa569930a0968cdeba4441e19a68e7d78aa25cb4
"Revert "Resolves tdf#139141 - Make variable date/time field the
default""
Change-Id: I1cec89b5901073555ffa31d2be24e1e62fbbdcb3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158391
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
|
|
in contexts where only closing the preview is useful.
Doing this will allow us to get rid of the PopupLabel on PrintPreview
Change-Id: Iebd02af2dee12726e601d79e94252d3bfacb2dd1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153730
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
|
|
Getting to the properties of a content control is buried pretty
deep in the menu. Make it quickly available via a right-click,
just like what is possible for fields.
Change-Id: I6f094590dcfcad81dc623754bf9daf036e41aa3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152837
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
|
|
Text Attributes includes margins for spacing the borders (lines)
away from the text.
I personally would like to see the order be Area, then lines,
then textAttributes, but I suppose one could look at it as
area margins instead of border margins.
In any case, margins are a pretty critical piece of either
lines or margins, and so should be a menu choice whenever
either of these is available.
Change-Id: Ifec5bbcd20dba6f42aba586bd0cd791bb9f3acae
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150131
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
|
|
* Command added to context menu
* Label modified for more user-centered clarity
Change-Id: I3da5805d881e05452c79d4f44c25d69fb4c804c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122752
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
* Support hyperlinks on Shapes in Writer
* Add menu items
* Add context menu items
* ODF import/export + test
* OOXML import/export + test
Change-Id: I7269064c4cabd16fdb8259a48429c508184d3ccf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119164
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
|
|
Change-Id: I22b6a179c1575171315d9eb40cd4895c35d77b6f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114986
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
for both text and table in Writer, Writer/Web, and forms
Change-Id: I696dbcf3e027a2595e2eed7e9fb9585c352da184
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111176
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
|
|
layout mode to allow to show the original text inline,
i.e. only deletions, while insertions are showed in margin
(opposite of the Show Deletions in Margin mode).
Add a menu to the Show Changes icon on the
Changes toolbar with menu items for the 3 layout modes
"All Changes Inline", "Deletions in Margin" and
"Insertions in Margin" with the following behavior:
– Selecting a menu item turns on also the Show Changes mode
to show the result immediately;
– Disabling Show Changes mode always show the final text, i.e.
only insertions. Enabling Show Changes mode again shows the
changes according to the last Show Changes mode selected in
the menu.
– The new "Insertions in Margin" mode is intended to be only a
run-time option, i.e. it's not possible to set it as a default
Show Changes mode in Options, unlike "Deletions in Margin".
Change-Id: Ie4dc9fe3b4b201fa9976ef04877af649e242ab46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109649
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
|
|
Change-Id: I16d46787a6972afb0c3ab2e56482888082af1d27
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102894
Tested-by: Jenkins
Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
|
|
Change-Id: I8a4e5f63ee6ea5e560fae8a5d3602178f2b58b36
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102827
Tested-by: Jenkins
Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
|
|
Change-Id: I79230d50083a1ddb1543f4cee54f1c489aa246bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89893
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
|
|
Change-Id: I22403299d034a638724077744070b3add64cacf2
Co-authored-by: Jim MacArthur <jim.macarthur@codethink.co.uk>
Reviewed-on: https://gerrit.libreoffice.org/75861
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: Iba2346ca635c2e4168d56d8c01e43a8495c4ed98
Reviewed-on: https://gerrit.libreoffice.org/77027
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
this patch is a fix to commit 02d16928bcd1eb2b6dfd7524ea9af591c0f5f2e0
Change-Id: Iba8e508ddae49f04f62bfb4d598af2f3ce6581ad
Reviewed-on: https://gerrit.libreoffice.org/76957
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: Icd326ab025ffb74f36dba880261ed3638bcdfd5c
Reviewed-on: https://gerrit.libreoffice.org/68191
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
|
|
Change-Id: I54d8aa665e290b735e90212f4d7dc47576415bca
Reviewed-on: https://gerrit.libreoffice.org/67940
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
|
|
Change-Id: I19809e68542d5795310dcfccbaec70fa931c5147
Reviewed-on: https://gerrit.libreoffice.org/66651
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
|
|
Change-Id: Ia82e6e5c4d6c3e78ba5fbc320d299acf3800a72e
Reviewed-on: https://gerrit.libreoffice.org/64766
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Tested-by: andreas_kainz <kainz.a@gmail.com>
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
|
|
Change-Id: I8c6204e389105e2572cd2edd4fb5f23c87896c66
Reviewed-on: https://gerrit.libreoffice.org/63449
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Tested-by: andreas_kainz <kainz.a@gmail.com>
|
|
Change-Id: Ic88248078cb34a590396a84dd733818108d9dce4
Reviewed-on: https://gerrit.libreoffice.org/63124
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
|
|
Change-Id: Ia59ecb8f7912157aee23a6f2b5ea4aa178dd20fa
Reviewed-on: https://gerrit.libreoffice.org/63051
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
|
|
A follow-up to 6acde4a63176e99c287c8d8ab9498c003e138025
("Context Menu: Remove Comment section in sw modules").
I doubt we want the table context menu to be so
different from the regular text context menu. And the
reason of the whole change is apparently a comment by
Mike Kaganski in https://gerrit.libreoffice.org/62242/,
which applies here too.
Change-Id: I2849e7c6b835a4d0d464a9a199b054dfb2b57606
Reviewed-on: https://gerrit.libreoffice.org/63050
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
|
|
Change-Id: Id82af299502f92fe9024ab552505f086dffe9c71
Reviewed-on: https://gerrit.libreoffice.org/62762
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
|
|
Change-Id: Iacbda858faa758a17245482acc594fcedb6d2366
Reviewed-on: https://gerrit.libreoffice.org/62481
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
|
|
Change-Id: I4fd53ea430e04f89e14efa20d98faa5dfbc8cda9
Reviewed-on: https://gerrit.libreoffice.org/62447
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
|
|
Change-Id: I7648db3fd775eab2067c89932c6f111c45fac554
Reviewed-on: https://gerrit.libreoffice.org/62239
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
|
|
tiny change in text context menu for writer
Change-Id: I1c18f505b13a210c6e8544d9e0f20556fac97bdb
Reviewed-on: https://gerrit.libreoffice.org/62242
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
|
|
use ObjectAlign as a Frame is an Object
Change-Id: I3afd1aa08e713ae919dde8b57811a5e8cbaa4b24
Reviewed-on: https://gerrit.libreoffice.org/62198
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
|
|
and all other sw modules
Change-Id: Ifd7161f58170f32555134250b91e537eeada3c99
Reviewed-on: https://gerrit.libreoffice.org/61988
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
|
|
and all the other sw modules
Change-Id: Ie407f858bf1d17f3af4c2948fcd4cb40bc9e8c92
Reviewed-on: https://gerrit.libreoffice.org/61963
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
|
|
similar layout to graphic
Change-Id: Id97460cdeb1db62326b7cb2e7655a39af2c1ae99
Reviewed-on: https://gerrit.libreoffice.org/61962
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
|
|
A followup commit will modify the optimize functions,
which currently function as a minimize, so lets make
sure that the ability to minimize is still available.
Minimize column width: Adjusts the width of the
selected columns to fit the selected content.
The table can shrink if necessary, but will not grow.
(This is how Optimize column width worked in LO <= 6.1.)
Minimize row height: Adjusts the height of the
selected rows to fit the content, causing the table to shrink.
(This is how Optimize row height worked in LO <= 6.1.)
Change-Id: I2c0b8c7b7a05c31328f2feef464ef0e131318ff8
Reviewed-on: https://gerrit.libreoffice.org/60902
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
writer changed to objectalign and arrangement is like in graphic
all sw context menues oleobject.xml are 100% the same
draw layout is similar to writer character and paragraph was removed
cause text features are needed in drawtext not in ole
impress layout is the same than draw with interaction instead of name
Change-Id: I388e9f531f99ef739799a99c011b6aa3f57f08df
Reviewed-on: https://gerrit.libreoffice.org/60128
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
|
|
checked all different apps and options. this it what will work now
maybe in the future additional options will be available but now
it's fine with this patch
Change-Id: I27671e80c9ec3d1304605405ff79cb19c3f4c88c
Reviewed-on: https://gerrit.libreoffice.org/60062
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
|
|
all sw context menubars graphic.xml are 100% the same
calc layout is similar to writer with edit hyperlink and assign macro
draw layout is similar too with name cause you may want to rename items for navigator
impress has interaction instead of rename the other items are 100% like draw
Change-Id: I573af9de4b1dc9572048f7d39160bce6ca1b66dd
Reviewed-on: https://gerrit.libreoffice.org/60097
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
|
|
Change-Id: If273abd9b65dc3b4bab143de02567bd3cb157e7b
Reviewed-on: https://gerrit.libreoffice.org/59957
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
|
|
This was removed in 4d0b11411d11050b13b821e847bab86f1247bcea
however, the Insert Caption entry is available for images, charts and frames,
thus, reintroducing in to keep it consistent across context menus
Change-Id: I7dbe15ba82b8997a53eb32f8207c7ea35246b6df
Reviewed-on: https://gerrit.libreoffice.org/57861
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
|
|
Change-Id: I359986b0c135065cd471b2ba549fbae1131b650d
Reviewed-on: https://gerrit.libreoffice.org/44466
Reviewed-by: Henry Castro <hcastro@collabora.com>
Tested-by: Henry Castro <hcastro@collabora.com>
|
|
Change-Id: I04d747343e24cb498a621c965d034d0791411d83
Reviewed-on: https://gerrit.libreoffice.org/44311
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Henry Castro <hcastro@collabora.com>
|
|
To allow free rotation of Graphic FlyFrames in Writer,
several adaptions are necessary. This change takes care
of all needed changes to internally support a freely
definable rotation angle for that case. Save/Load round
trip is working, the graphic does no longer get modified
and added in 90-degree-changed state to the object, the
original will be preserved. Support for needed slot in
core/ui is implemented. Rotation can be applied from
Menus/Toolbars in the known 90/180 degree steps. Added
a slot/Button/command to reset rotation in these cases.
Added support in Sidebar to rotate using the rotation
wheel and/or numeric field. These fields and support added
to Image TabPage, too, fully functional.
Missing now is a solution for displaying the rotated
Graphic. For now, it just gets rotated, but this will not
be the final state of this change.
Change-Id: I6f3b85ebb5be2b4ad3311c536d54f27a37a494e7
RotGrfFlyFrame: Linux build adaptions
Change-Id: I365287ecd6525b1972e8436d61332f7121d88649
|
|
The UI for placing a frame in the background is confusing because:
-in menus, the icon looks like a checkbox, but functions as a radio button
-it isn't obvious that "in background" is the opposite of "wrap through"
-it doesn't act like the checkboxes below it like "First paragraph"
-in dialog boxes, it is actually implemented as a checkbox toggle.
So it looks like a checkbox, and you can enable the checkbox, but
once enabled it can never be disabled. (The currently designed way is to
select wrap off/page/optimal/through in order to disable in background.)
This patch creates FN_FRAME_WRAPTHRU_TOGGLE to replace
most uses of the previous function.
Change-Id: Ia46ddbd47899e8ca569bf3adb2b1c4ad7cfa1920
Reviewed-on: https://gerrit.libreoffice.org/39673
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
|
|
added command to rotate an image 180 degrees in Writer
Change-Id: I4a1e40f4c3475aceb24edd44691a74372f61b49a
Reviewed-on: https://gerrit.libreoffice.org/30074
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
|
|
Objectives:
- Reduce copy-paste, by defining the list of commands
only once, and reusing everywhere (menubar, context
menu, toolbar button).
- Kill SwTbxAnchor. Once we have separate popupmenu,
we can just load it with the generic controller.
Change-Id: I5a8b47892471e293ee2331915361f8ce256dc76c
|
|
Change-Id: Ic37bfb9e25eba9b03b2c896c904823aec478355e
|
|
Change-Id: I1bc72c3dfdb20fd538e297a70f5ccbd355d1dbcd
|