summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/sanedlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/scanner/sanedlg.hxx')
-rw-r--r--extensions/source/scanner/sanedlg.hxx124
1 files changed, 62 insertions, 62 deletions
diff --git a/extensions/source/scanner/sanedlg.hxx b/extensions/source/scanner/sanedlg.hxx
index 8019f5b38d5c..cacd411afdb5 100644
--- a/extensions/source/scanner/sanedlg.hxx
+++ b/extensions/source/scanner/sanedlg.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -46,66 +46,66 @@ private:
enum DragDirection { TopLeft, Top, TopRight, Right, BottomRight, Bottom,
BottomLeft, Left };
- Sane& mrSane;
- Bitmap maPreviewBitmap;
- Rectangle maPreviewRect;
- Point maTopLeft, maBottomRight;
- Point maMinTopLeft, maMaxBottomRight;
- BOOL mbDragEnable;
- BOOL mbIsDragging;
- int mnDragMode;
- BOOL mbDragDrawn;
- DragDirection meDragDirection;
-
- MapMode maMapMode;
-
- Link maOldLink;
-
- OKButton maOKButton;
- CancelButton maCancelButton;
- PushButton maDeviceInfoButton;
- PushButton maPreviewButton;
- PushButton maButtonOption;
-
- FixedText maOptionsTxt;
- FixedText maOptionTitle;
- FixedText maOptionDescTxt;
- FixedText maVectorTxt;
-
- FixedText maScanLeftTxt;
- MetricField maLeftField;
- FixedText maScanTopTxt;
- MetricField maTopField;
- FixedText maRightTxt;
- MetricField maRightField;
- FixedText maBottomTxt;
- MetricField maBottomField;
-
- FixedText maDeviceBoxTxt;
- ListBox maDeviceBox;
- FixedText maReslTxt;
- NumericBox maReslBox;
- FixedText maAdvancedTxt;
- CheckBox maAdvancedBox;
-
- NumericField maVectorBox;
- ListBox maQuantumRangeBox;
- ListBox maStringRangeBox;
-
- FixedLine maPreviewBox;
- FixedLine maAreaBox;
-
- CheckBox maBoolCheckBox;
-
- Edit maStringEdit;
- Edit maNumericEdit;
-
- SvTreeListBox maOptionBox;
-
- int mnCurrentOption;
- int mnCurrentElement;
- double* mpRange;
- double mfMin, mfMax;
+ Sane& mrSane;
+ Bitmap maPreviewBitmap;
+ Rectangle maPreviewRect;
+ Point maTopLeft, maBottomRight;
+ Point maMinTopLeft, maMaxBottomRight;
+ BOOL mbDragEnable;
+ BOOL mbIsDragging;
+ int mnDragMode;
+ BOOL mbDragDrawn;
+ DragDirection meDragDirection;
+
+ MapMode maMapMode;
+
+ Link maOldLink;
+
+ OKButton maOKButton;
+ CancelButton maCancelButton;
+ PushButton maDeviceInfoButton;
+ PushButton maPreviewButton;
+ PushButton maButtonOption;
+
+ FixedText maOptionsTxt;
+ FixedText maOptionTitle;
+ FixedText maOptionDescTxt;
+ FixedText maVectorTxt;
+
+ FixedText maScanLeftTxt;
+ MetricField maLeftField;
+ FixedText maScanTopTxt;
+ MetricField maTopField;
+ FixedText maRightTxt;
+ MetricField maRightField;
+ FixedText maBottomTxt;
+ MetricField maBottomField;
+
+ FixedText maDeviceBoxTxt;
+ ListBox maDeviceBox;
+ FixedText maReslTxt;
+ NumericBox maReslBox;
+ FixedText maAdvancedTxt;
+ CheckBox maAdvancedBox;
+
+ NumericField maVectorBox;
+ ListBox maQuantumRangeBox;
+ ListBox maStringRangeBox;
+
+ FixedLine maPreviewBox;
+ FixedLine maAreaBox;
+
+ CheckBox maBoolCheckBox;
+
+ Edit maStringEdit;
+ Edit maNumericEdit;
+
+ SvTreeListBox maOptionBox;
+
+ int mnCurrentOption;
+ int mnCurrentElement;
+ double* mpRange;
+ double mfMin, mfMax;
DECL_LINK( ClickBtnHdl, Button* );
DECL_LINK( SelectHdl, ListBox* );
@@ -135,7 +135,7 @@ private:
// helper
BOOL SetAdjustedNumericalValue( const char* pOption, double fValue, int nElement = 0 );
-
+
virtual void Paint( const Rectangle& );
virtual void MouseMove( const MouseEvent& rMEvt );
virtual void MouseButtonDown( const MouseEvent& rMEvt );