summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-07-16 08:50:32 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-07-16 08:50:32 +0000
commitc2a9d1f422dee43b2dac04bed45fc9a201c62893 (patch)
treefce77d13833626c81166628aefee4d6cce36a7f9 /vcl/inc
parent2564edcb1c9779e345c5a418d8db251d8ba20f9b (diff)
#i92516# support wheel for preview forward/backward
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/vcl/prndlg.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/inc/vcl/prndlg.hxx b/vcl/inc/vcl/prndlg.hxx
index e76d823b447a..b689ee66e058 100644
--- a/vcl/inc/vcl/prndlg.hxx
+++ b/vcl/inc/vcl/prndlg.hxx
@@ -73,6 +73,7 @@ namespace vcl
virtual ~PrintPreviewWindow();
virtual void Paint( const Rectangle& rRect );
+ virtual void Command( const CommandEvent& );
void setPreview( const GDIMetaFile& );
void setScale( double fScaleX, double fScaleY );
@@ -194,6 +195,7 @@ namespace vcl
virtual void Resize();
virtual void Paint( const Rectangle& );
+ virtual void Command( const CommandEvent& );
DECL_LINK( SelectHdl, ListBox* );
DECL_LINK( ClickHdl, Button* );
@@ -212,6 +214,9 @@ namespace vcl
bool isPrintToFile();
int getCopyCount();
bool isCollate();
+
+ void previewForward();
+ void previewBackward();
};
class PrintProgressDialog : public ModelessDialog