ooo-build r13045 - in trunk: . patches/dev300 patches/vba



Author: pflin
Date: Thu Jul  3 11:39:13 2008
New Revision: 13045
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13045&view=rev

Log:
Add to support HPageBreaks


Modified:
   trunk/ChangeLog
   trunk/patches/dev300/apply
   trunk/patches/vba/vba-pagesetup-object.diff

Modified: trunk/patches/dev300/apply
==============================================================================
--- trunk/patches/dev300/apply	(original)
+++ trunk/patches/dev300/apply	Thu Jul  3 11:39:13 2008
@@ -1519,6 +1519,8 @@
 vba-scroll-bar-idl-switch.diff, Jianhua
 # fix userform activate event re-compute
 vba-userform-activate-fix.diff, Jianhua
+# Add HPageBreaks object
+vba-pagebreak-object.diff, n#405312, Fong
 [ VBAUntested ]
 SectionOwner => noelpwer
 vba-basic-null.diff i#85349, jjiao

Modified: trunk/patches/vba/vba-pagesetup-object.diff
==============================================================================
--- trunk/patches/vba/vba-pagesetup-object.diff	(original)
+++ trunk/patches/vba/vba-pagesetup-object.diff	Thu Jul  3 11:39:13 2008
@@ -139,6 +139,14 @@
  
 --- sc/source/ui/vba/vbaworksheet.cxx.orig	2008-07-03 10:02:26.000000000 +0800
 +++ sc/source/ui/vba/vbaworksheet.cxx	2008-07-03 10:08:27.000000000 +0800
+@@ -85,6 +85,7 @@
+ #include "vbaoleobject.hxx"
+ #include "vbaoleobjects.hxx"
+ #include "vbashapes.hxx"
++#include "vbapagesetup.hxx"
+ 
+ #define STANDARDWIDTH 2267
+ #define STANDARDHEIGHT 427
 @@ -267,6 +267,12 @@ ScVbaWorksheet::Outline( ) throw (uno::R
  	return new ScVbaOutline( this, mxContext, xOutline);
  }



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