Commit Graph

97 Commits

Author SHA1 Message Date
Andras Timar
b37a07f2da typo: allways -> always
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
2013-02-20 17:25:30 +01:00
Michael Meeks
837e2808f7 re-base on ALv2 code. Includes:
Patches contributed by Armin Le-Grand
    #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles...
    http://svn.apache.org/viewvc?view=revision&revision=1293316
    #118485# - Styles for OLEs are not saved.
    http://svn.apache.org/viewvc?view=revision&revision=1182166

    Patches contributed by Andre Fischer
    http://svn.apache.org/viewvc?view=revision&revision=1172128
    http://svn.apache.org/viewvc?view=revision&revision=1172133

    Patch contributed by Ariel Constenla-Haile
    i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress
    contextmenu  - CWS contextmenu1
    http://svn.apache.org/viewvc?view=revision&revision=1182915

    Patch contributed by Zhang Jian Fang
    #118876#, Add check if the OutlinerParaObject is created successfully
    http://svn.apache.org/viewvc?view=revision&revision=1243381

restore a re-based rdbedit.
2012-11-28 12:48:36 +00:00
Andre Fische
cbb599f657 impress211: #i88880# Fixed dragging of slides from navigator to slide sorter.
Conflicts:
	sd/source/ui/app/sdxfer.cxx
	sd/source/ui/dlg/sdtreelb.cxx
	sd/source/ui/slidesorter/controller/SlsClipboard.cxx
	sd/source/ui/slidesorter/controller/makefile.mk
	sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx
2012-11-28 12:48:32 +00:00
Tor Lillqvist
192a0eb2be fdo51023: Revert e4450c54ae for Mac OS X
See bug for discussion. Basically, the root cause to the problem is
that on the Mac, all the drag-and-drop action happens during the call
to pSlideSorterViewShell->StartDrag() in the Initialize method. Thus
no wonder that mpDragAndDropContext is null in the ProcessDragEvent()
as it has not been initialized yet, and is in fact initialised
pointlessly only after the drag-and-drop already has finished.

Reverted just for Mac OS X and ifdefified in a straightforward even if
ugly fashion.

Change-Id: Icfb62fb24a5c72fda39c8bcea125267c99ecf624
2012-11-07 15:54:26 +02:00
Jan Holesovsky
504d3ed897 Impress: Kill the so much hated ButtonBar in slide sorter.
Change-Id: I9eb570e04fc43f2be2ceecd14cb3a41535e49b9b
2012-09-24 14:06:58 -04:00
Caolán McNamara
c29af1572a Resolves: rhbz#842292 crash in calling callback whose instance was deleted
Change-Id: I4cc04d59f48b42cc105703daa9983dd7c9f7af62
2012-08-22 14:20:52 +01:00
Mathieu Vonlanthen
0bdf6fc7c7 Bug 48549 - System::Beep() removal
Change-Id: I011048912af051a762a78af8646513a1fc624073
2012-07-30 05:20:02 +02:00
Thomas Arnhold
69419bcab3 Remove empty or non-called methods
empty:

ClearTip
implOnShapeInserted
ImpCopyMarkedPoints
ImpMakeDragAttr
ImpCopyMarkedPoints
ImpMakeDragAttr
ImpDelDragAttr
ImpMakeCreateAttr
Is1stLessThan2nd
LinkToListTemplate
NewCoreSelection
ScrollStart
ScrollEnd
SetNoOutlineNum

non-called:

NewCoreSelection

Change-Id: Ief273b741aaf49ff66c0dac898686e4def4de0c1
2012-06-22 11:05:01 +02:00
Luboš Luňák
e4450c54ae avoid recursion that can mess up DND setup (fdo#41996)
The way too smart ctor for the DND handler started drag immediately,
causing a race condition that could recurse to setting a handler
again before the first one was actually set, thus immediately again
causing the DND to be stopped, and then possibly later again started,
depending on how the race condition turned out. Use delayed initialization
to avoid this.

Change-Id: I528eddbdc7c52a19675997e4c866506c662cff19
2012-05-11 20:39:01 +02:00
Caolán McNamara
18825a4d59 callcatcher: update unused code list 2012-04-17 09:27:47 +01:00
Santiago Martinez
5e26d135da Remove unused code in sd 2012-04-16 21:44:20 +01:00
Takeshi Abe
193581a7cc removed duplicate includes in sd 2012-03-25 07:15:03 +09:00
Norbert Thiebaud
2a71139535 remove include of pch header from sd 2011-11-27 13:20:56 -06:00
Felix Zhang
48e2a853b9 remove unused methods from sd::slidesorter 2011-10-21 16:56:52 +02:00
Bjoern Michaelsen
c61cd1a5a2 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 20:06:58 +01:00
Guillaume Poussel
cd4a86b717 Remove all bogus comments in impress. 2011-02-08 19:09:12 +01:00
Carsten Driesner
3d6bed44c8 removetooltypes01: #i112600# Remove tools types from sd 2011-01-17 11:41:00 +01:00
Sebastian Spaeth
80b0861510 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:57:43 +02:00
Petr Mladek
8e7505f5f5 remove include guards using fixguard.py 2010-10-05 18:20:54 +02:00
Andre Fischer<andre.f.fischer
41c42f2d98 renaissance1: #i107215# Make buttons appear after slide sorter context menu is closed. 2010-07-21 16:38:33 +02:00
Andre Fischer
df76bfb069 renaissance1: merge with DEV300_m84 2010-07-01 18:06:39 +02:00
Andre Fischer
d57de36d81 renaissance1: #i107215# Do not show buttons for Draw documents. 2010-06-17 14:55:31 +02:00
Andre Fischer
6efdc84459 renaissance1: #i107215# Fixed update of current slide in slide overview after ending the show. 2010-06-15 15:00:03 +02:00
Christian Lippka
defcfcf416 cws impress190: rebase m82 2010-06-14 18:49:32 +02:00
Andre Fischer
260dd6af0f renaissance1: #i107215# RETURN inserts new slide (int slide sorter pane). Turned of tracking of current slide when mouse wheel is used. 2010-06-09 11:25:44 +02:00
Andre Fischer
831ed5d601 renaissance1: #i107215# Ctrl-Arrow does not reset shift-selection anchor. 2010-06-08 11:58:51 +02:00
Andre Fischer
be7fd6fad4 renaissance1: #i107215# Some small fixes and improvements. 2010-05-31 17:48:57 +02:00
Andre Fischer
506928805f renaissance1: #i107215# Some minor fixes and improvements. 2010-05-28 13:26:19 +02:00
Andre Fischer
633a42924f renaissance1: #i107215# Fixed some bugs in connection to multi selection. 2010-05-20 13:41:11 +02:00
Andre Fischer
88efd39303 renaissance1: #i107215# Improved the debug dialog. 2010-05-07 11:48:19 +02:00
Andre Fischer
db3cf57848 renaissance1: #i107215# Added separate alpha value for button bar background. 2010-05-06 17:23:08 +02:00
Christian Lippka
58dd850178 #i89450# removed unused code 2010-05-05 17:39:48 +02:00
Andre Fischer<Andre.W.Fischer
11c6b31e2a renaissance1: #i107215# Fixed Mac-only problem with Drag-n-Drop loop. 2010-05-05 14:24:17 +02:00
Andre Fischer<Andre.W.Fischer
ecb6bc55ff renaissance1: resolved minor compilation problems. 2010-04-28 14:48:44 +02:00
Andre Fischer
8c9901906b renaissance1: #i107215# Reorganized the selection function. Introduced button bar. 2010-04-23 17:06:10 +02:00
Andre Fischer
8c6409990a renaissance1: #i107215# Many fixes around drag-and-drop and selection. 2010-04-08 14:47:08 +02:00
Andre Fischer
93a68953ef renaissance1: #i107215# Fixed destruction of DebugDialog. Improved button handling. 2010-03-24 18:28:31 +01:00
Andre Fischer
1b8c751edf renaissance1: #i107215# Improved button handling. 2010-03-24 15:49:18 +01:00
Andre Fischer<Andre.W.Fischer
9300afa21c renaissance1: merge with DEV300_m75 2010-03-23 15:37:20 +01:00
Andre Fischer
f38cf1fdb8 renaissance1: #i107215# Improved button handling. Added debug design dialog. 2010-03-23 12:50:14 +01:00
Andre Fischer
b390fae170 renaissance1: #i107215# Reorganized and improved layouting. 2010-03-19 15:06:39 +01:00
Andre Fischer
6426d891e7 renaissance1: #i107215# Added support for keys home/end. Fixed selection after inserting new slides. 2010-03-12 17:03:08 +01:00
Andre Fischer
ab3853cc3c renaissance1: #i107215# Duplicating several slides inserts them in single row after selection. 2010-03-11 18:35:45 +01:00
Andre Fischer
b21a5ef925 renaissance1: #i107215# Fixed drag-and-drop when used with auto-scrolling. Improved hide/show handling. 2010-03-11 16:21:09 +01:00
Andre Fischer
9c1e4f81d7 renaissance1: #i107215# Fixed drag-and-drop. 2010-03-08 18:29:19 +01:00
Andre Fischer
eb7f569c3a renaissance1: #i107215# Improved handling of transferables. 2010-03-08 13:19:28 +01:00
Andre Fischer
4b83a7fe57 renaissance1: #i107215# Improved handling of transferables. 2010-03-08 11:34:08 +01:00
Andre Fischer
efc8b0f870 renaissance1: #i107215# Modified display of substitution and insertion indicator. 2010-03-02 15:54:17 +01:00
Andre Fischer
f1a49de136 renaissance1: #i107215# Improved focus and selection handling. 2010-02-25 16:51:49 +01:00
Andre Fischer
1fbf7cba10 renaissance1: #i107215# Focus can be moved with Ctrl+Cursor Keys. 2010-02-23 18:31:24 +01:00