[ooo-build-commit] Branch 'ooo/master' - filter/source

Jan Holesovsky kendy at kemper.freedesktop.org
Sat Jul 25 17:34:14 PDT 2009


 filter/source/pdf/impdialog.src |    2 +-
 filter/source/pdf/pdffilter.cxx |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f160d110d18df74064ea091a20e7142151206f6c
Author: Jens-Heiner Rechtien <hr at openoffice.org>
Date:   Fri Jul 24 15:45:35 2009 +0000

    CWS-TOOLING: integrate CWS vcl103
    2009-07-24 Jens-Heiner Rechtien #i10000#: merge with m53
    2009-07-10 Philipp Lohmann merge
    2009-07-10 hdu #i103417# ignore non-standard font styles
    2009-07-07 Philipp Lohmann #i98789# add: Invalidate on StateChanged( STATE_CHANGE_ENABLE )
    2009-07-07 Philipp Lohmann #i102501# ExportFormFields should be persistent
    2009-07-07 Philipp Lohmann merge
    2009-07-07 Philipp Lohmann #i103319# there is no platform currently where we should beep on disabled controls
    2009-07-02 Philipp Lohmann merge
    2009-07-01 Philipp Lohmann #i93100# handle ListBox with no border a little more graceful on MacOSX
    2009-07-01 Philipp Lohmann #i101307# don't crash due to unfortunate timing
    2009-07-03 thb #i103145# Swapped HINT_DOCK for HINT_TOOLBAR for the presentation fullscreen window; anecdotal evidence suggests it works much better then for wide-spread window managers
    2009-06-30 Philipp Lohmann #i103102# evaluate Cmd-Option key combinations
    2009-06-29 Philipp Lohmann #i103148# catch exception from missing UCB (thanks thb)
    2009-06-29 hdu #i102378# fix PDF-export on PPC (thanks cloph!)
    2009-06-25 Philipp Lohmann fix another link problem
    2009-06-24 Philipp Lohmann use correct method signature
    2009-06-24 Philipp Lohmann fix a warning
    2009-06-24 Philipp Lohmann fix a warning
    2009-06-24 Philipp Lohmann #i100357# add: GDIMetaFile::GetBoundRect
    2009-06-24 Philipp Lohmann merge
    2009-06-24 hdu #i100357# extend GetTextBoundRect() to measure justified text too
    2009-06-23 Philipp Lohmann #i101108# protect writer from itself, no one could ever use paper of size (0,0)
    2009-06-22 Philipp Lohmann merge
    2009-06-22 Philipp Lohmann #i92356# treat windows running a popup menu as modal
    2009-06-22 hdu #i100000# remove sft.h again (CWS dba32b accidentially reintroduced it)
    2009-06-17 Philipp Lohmann merge
    2009-06-17 Philipp Lohmann remove warnings (thanks ericb)
    2009-06-17 Philipp Lohmann merge
    2009-06-17 Philipp Lohmann #i102133# free cursors (thanks cmc)
    2009-06-17 Philipp Lohmann #i97293# catch exception
    2009-06-17 Philipp Lohmann #i91240# fix images in menus, again
    2009-06-15 Philipp Lohmann #i100586# fix a pure virtual method (thanks cmc)
    2009-06-15 Philipp Lohmann fix an array delete issue
    2009-06-15 Philipp Lohmann #i102228# fix a cleanup issue
    2009-06-15 Philipp Lohmann #i97218# solve duplicate accelerator
    2009-06-12 hdu #i102219# avoid void*->oslGenericFunction cast for MingW (thanks tono!)

diff --git a/filter/source/pdf/impdialog.src b/filter/source/pdf/impdialog.src
index 2248bf5..0769e14 100644
--- a/filter/source/pdf/impdialog.src
+++ b/filter/source/pdf/impdialog.src
@@ -216,7 +216,7 @@ TabPage  RID_PDF_TAB_GENER
         Size = MAP_APPFONT ( 158 , 16 ) ;
         TabStop = TRUE ;
         WordBreak = TRUE ;
-        Text[ en-US ] = "E~xport automatically inserted blank pages";
+        Text[ en-US ] = "Exp~ort automatically inserted blank pages";
     };
     CheckBox CB_ADDSTREAM
     {
diff --git a/filter/source/pdf/pdffilter.cxx b/filter/source/pdf/pdffilter.cxx
index 93258b3..c672545 100644
--- a/filter/source/pdf/pdffilter.cxx
+++ b/filter/source/pdf/pdffilter.cxx
@@ -88,6 +88,7 @@ sal_Bool PDFFilter::implExport( const Sequence< PropertyValue >& rDescriptor )
         aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "ExportNotes" ) ), sal_True );
         aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "UseTransitionEffects" ) ), sal_True );
         aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "IsSkipEmptyPages" ) ), sal_False );
+        aCfgItem.ReadBool( String( RTL_CONSTASCII_USTRINGPARAM( "ExportFormFields" ) ), sal_True );
         aCfgItem.ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "FormsType" ) ), 0 );
         aCfgItem.ReadBool(  String( RTL_CONSTASCII_USTRINGPARAM( "HideViewerToolbar" ) ), sal_False );
         aCfgItem.ReadBool(  String( RTL_CONSTASCII_USTRINGPARAM( "HideViewerMenubar" ) ), sal_False );


More information about the ooo-build-commit mailing list