Commit Graph

9 Commits

Author SHA1 Message Date
Caolán McNamara
67c3e2abf3 impress: right click to insert image
Change-Id: I521f074bbd500b81d74be7e0e771bd49efc29c9c
2015-05-25 15:03:44 +01:00
Ravindra_Vidhate
d2ef03ce0b tdf#84153: "Edit Comment" in context menu when a cell has a comment
Problem Description :
1. When a cell doesn't has comment, the contextual menu shows menu
item "Insert Comment".

2. Also when the cell has the comment, the contextual menu shows
following menu items
"Insert Comment"
"Delete Comment"
"Show Comment"

In the second case mentioned above, the contextual menu should show
the menu item "Edit Comment" instead of "Insert Comment"

XML difference: None
After RT : None

Solution :
In this patch, a new menu item "Edit Comment" have been added. So at the
time of the display it checks whether cell has comment associated with it.
If comments are present for cell, it will display "Edit Comment" in the
contextual menu otherwise "Insert Comment" will be displayed.

TODO: Writing a UT seems to be tricky for this change.
Need to analyze and will raise the UT in separate CL.

Change-Id: Ie0499d02157c4fd18894c5f203c363f64659f3b3
Reviewed-on: https://gerrit.libreoffice.org/15713
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-12 10:12:06 +00:00
Noel Grandin
45ec1d9b56 brute-force find-and-remove of unused #define constants.
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
2015-01-08 10:39:36 +02:00
Jan Holesovsky
5929a87b81 line spacing: Change the implementation so that it can be used in toolbars.
Before it was only sidebar-specific, duplicating most the sfx2 framework, and
making it impossible to be used from the toolbars.

Change-Id: Ibb382633395157602dd806052824e5275503c3e0
2014-11-04 20:26:19 +01:00
Samuel Mehrbrodt
1175b25bf2 fdo#84213 Add show/hide ruler to sd context menu
Change-Id: Iee42ab31a82ed4459f956706cef513afcf70ef94
2014-10-13 21:21:25 +02:00
Tor Lillqvist
088b22cdf4 Remove some unused macros
Change-Id: Ic8395cc31845e510b6ef5fb2a1d5f66534295012
2014-08-26 23:21:06 +03:00
Thomas Arnhold
027ac56363 fixincludeguards.sh: include/svx
Change-Id: I2c280be12f36c1538e922286745aabc62482423d
2013-10-23 23:22:28 +02:00
Ariel Constenla-Haile
b9ebdadf5a Resolves: fdo#66027 #i122116# Remove GalleryExplorer member functions
(cherry picked from commit e94681fb47e3c5bdba486cd8feca92705d44840d)

Conflicts:
	sc/source/ui/app/typemap.cxx
	sc/source/ui/view/galwrap.cxx
	sc/source/ui/view/makefile.mk
	sc/source/ui/view/tabvwsh9.cxx
	sd/source/ui/view/drviews9.cxx
	svx/Package_inc.mk
	svx/inc/GalleryControl.hxx
	svx/inc/galbrws2.hxx
	svx/inc/svx/galbrws.hxx
	svx/inc/svx/gallery.hxx
	svx/source/gallery2/GalleryControl.cxx
	svx/source/gallery2/galbrws.cxx
	svx/source/gallery2/galbrws2.cxx
	svx/source/gallery2/galexpl.cxx
	sw/source/ui/shells/basesh.cxx

Change-Id: I49c2b99ca551f058b852c0e5e28cc2fe8c205031
2013-07-01 16:47:03 +01:00
Bjoern Michaelsen
b9337e22ce execute move of global headers
see https://gerrit.libreoffice.org/#/c/3367/
and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details

Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-23 22:20:31 +02:00