[ooo-build-commit] 2 commits - patches/dev300 scratch/mso-dumper

Thorsten Behrens thorsten at kemper.freedesktop.org
Tue Jun 9 05:19:16 PDT 2009


 patches/dev300/vcl-un-warp.diff     |   19 -------------------
 scratch/mso-dumper/src/pptrecord.py |    4 ++--
 2 files changed, 2 insertions(+), 21 deletions(-)

New commits:
commit 18fd40e7caa6a60606e6d72aeccedc50eaa8a46a
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Tue Jun 9 14:17:42 2009 +0200

    Removed vcl-un-warp.diff again
    
    Feature of warping mouse ptr is configurable,
    and defaults to off. Removing patch again
    
    * patches/dev300/vcl-un-warp.diff: removed

diff --git a/patches/dev300/vcl-un-warp.diff b/patches/dev300/vcl-un-warp.diff
deleted file mode 100644
index f7bc001..0000000
--- a/patches/dev300/vcl-un-warp.diff
+++ /dev/null
@@ -1,19 +0,0 @@
---- vcl/source/window/dialog.cxx
-+++ vcl/source/window/dialog.cxx
-@@ -223,7 +223,7 @@
-     if ( nMouseOptions & MOUSE_OPTION_AUTOCENTERPOS )
-     {
-         Size aSize = pDialog->GetOutputSizePixel();
--        pDialog->SetPointerPosPixel( Point( aSize.Width()/2, aSize.Height()/2 ) );
-+//        pDialog->SetPointerPosPixel( Point( aSize.Width()/2, aSize.Height()/2 ) );
-     }
-     else if ( nMouseOptions & MOUSE_OPTION_AUTODEFBTNPOS )
-     {
-@@ -235,6 +235,6 @@
-         if ( !pWindow )
-             pWindow = pDialog;
-         Size aSize = pWindow->GetOutputSizePixel();
--        pWindow->SetPointerPosPixel( Point( aSize.Width()/2, aSize.Height()/2 ) );
-+//        pWindow->SetPointerPosPixel( Point( aSize.Width()/2, aSize.Height()/2 ) );
-     }
- }
commit bf8dc6272f866835096885168f1846cd92479acd
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Mon Jun 8 13:57:00 2009 +0200

    Changed long handlers to fixed point handlers
    
    Two obviously wrong property handlers corrected.
    
    * scratch/mso-dumper/src/pptrecord.py:

diff --git a/scratch/mso-dumper/src/pptrecord.py b/scratch/mso-dumper/src/pptrecord.py
index 8ce4971..3490b78 100644
--- a/scratch/mso-dumper/src/pptrecord.py
+++ b/scratch/mso-dumper/src/pptrecord.py
@@ -676,7 +676,7 @@ propData = {
  193:  ["DFF_Prop_gtextRTF",                     CharPropertyHandler,             "RTF text string"],
  194:  ["DFF_Prop_gtextAlign",                   LongPropertyHandler,              "alignment on curve"],
  195:  ["DFF_Prop_gtextSize",                    LongPropertyHandler,              "default point size"],
- 196:  ["DFF_Prop_gtextSpacing",                 LongPropertyHandler,              "fixed point 16.16"],
+ 196:  ["DFF_Prop_gtextSpacing",                 FixedPointHandler,              "fixed point 16.16"],
  197:  ["DFF_Prop_gtextFont",                    UniCharPropertyHandler,            "font family name"],
  198:  ["DFF_Prop_gtextCSSFont",                 UniCharPropertyHandler,            "css font family name, preserves css font selectors"],
  240:  ["DFF_Prop_gtextFReverseRows",            BoolPropertyHandler,              "Reverse row order"],
@@ -771,7 +771,7 @@ propData = {
  392:  ["DFF_Prop_fillBlipFlags",                LongPropertyHandler,              "Blip flags"],
  393:  ["DFF_Prop_fillWidth",                    LongPropertyHandler,              "How big (A units) to make a metafile texture."],
  394:  ["DFF_Prop_fillHeight",                   LongPropertyHandler, ""],
- 395:  ["DFF_Prop_fillAngle",                    LongPropertyHandler,              "Fade angle - degrees in 16.16"],
+ 395:  ["DFF_Prop_fillAngle",                    FixedPointHandler,              "Fade angle - degrees in 16.16"],
  396:  ["DFF_Prop_fillFocus",                    LongPropertyHandler,              "Linear shaded fill focus percent"],
  397:  ["DFF_Prop_fillToLeft",                   FixedPointHandler,        "Fraction 16.16"],
  398:  ["DFF_Prop_fillToTop",                    FixedPointHandler,        "Fraction 16.16"],


More information about the ooo-build-commit mailing list