diff options
author | Noel Power <noel.power@novell.com> | 2012-04-23 13:33:15 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-04-23 13:35:31 +0100 |
commit | 17c8f6745f9f98013c1b08de8ec03be66546c7fc (patch) | |
tree | 3a9ace52acac3c6b41471a4d0bd8deecbfd18559 /oovbaapi | |
parent | 3120273ab10e9e8b765e2d13a90b62102a45c56f (diff) |
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
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XWorksheets.idl | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); }; }; }; }; |