From 17c8f6745f9f98013c1b08de8ec03be66546c7fc Mon Sep 17 00:00:00 2001 From: Noel Power Date: Mon, 23 Apr 2012 13:33:15 +0100 Subject: support Sheets.PrintPreview bnc#757844 there is still a little wrinkle, the preview shell always shows what sheets are selected, it's currently not possible to specify the sheets to preview --- oovbaapi/ooo/vba/excel/XWorksheets.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'oovbaapi') diff --git a/oovbaapi/ooo/vba/excel/XWorksheets.idl b/oovbaapi/ooo/vba/excel/XWorksheets.idl index 17c80ce4547a..cca74f908779 100644 --- a/oovbaapi/ooo/vba/excel/XWorksheets.idl +++ b/oovbaapi/ooo/vba/excel/XWorksheets.idl @@ -45,6 +45,7 @@ interface XWorksheets void PrintOut( [in] any From, [in] any To, [in] any Copies, [in] any Preview, [in] any ActivePrinter, [in] any PrintToFile, [in] any Collate, [in] any PrToFileName ); void Select( [in] any Replace ); void Copy( [in] any Before, [in] any After); + void PrintPreview( [in] any EnableChanges ); }; }; }; }; -- cgit