ooo-build r12960 - in trunk: . patches/dev300



Author: thorstenb
Date: Wed Jun 25 09:07:50 2008
New Revision: 12960
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12960&view=rev

Log:
	* patches/dev300/apply:
	* patches/dev300/sd-macro-nudges.diff: make shift-arrow move draw
	shapes 10x the normal amount



Added:
   trunk/patches/dev300/sd-macro-nudges.diff
Modified:
   trunk/ChangeLog
   trunk/patches/dev300/apply

Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply	(original)
+++ trunk/patches/dev300/apply	Wed Jun 25 09:07:50 2008
@@ -2240,6 +2240,7 @@
 slideshow-media-control.diff, thorsten
 vcl-linking-randr.diff, i#89718, n#398244, thorsten
 vcl-png-import-fix.diff, n#397128, i#90913, thorsten
+sd-macro-nudges.diff, n#188199, thorsten
 
 [ LocalizeFixes ]
 # it is Y axis, not X one [in Spanish]

Added: trunk/patches/dev300/sd-macro-nudges.diff
==============================================================================
--- (empty file)
+++ trunk/patches/dev300/sd-macro-nudges.diff	Wed Jun 25 09:07:50 2008
@@ -0,0 +1,19 @@
+ sd/source/ui/func/fupoor.cxx |    5 +++++
+ 1 files changed, 5 insertions(+), 0 deletions(-)
+
+diff --git a/sd/source/ui/func/fupoor.cxx b/sd/source/ui/func/fupoor.cxx
+index 0b5619d..b9c0f6d 100644
+--- sd/source/ui/func/fupoor.cxx
++++ sd/source/ui/func/fupoor.cxx
+@@ -753,6 +753,11 @@ BOOL FuPoor::KeyInput(const KeyEvent& rKEvt)
+ 						nX *= aLogicSizeOnePixel.Width();
+ 						nY *= aLogicSizeOnePixel.Height();
+ 					}
++					else if(rKEvt.GetKeyCode().IsShift())
++					{
++						nX *= 1000;
++						nY *= 1000;
++					}
+ 					else
+ 					{
+ 						// old, fixed move distance



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]