update dev300-m58
[ooovba.git] / sc / source / ui / inc / highred.hxx
blob19f117d28130ee044aa88c7f8e95677738ba9984
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: highred.hxx,v $
10 * $Revision: 1.6 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef SC_HIGHRED_HXX
32 #define SC_HIGHRED_HXX
34 #ifndef _MOREBTN_HXX //autogen
35 #include <vcl/morebtn.hxx>
36 #endif
37 #ifndef _COMBOBOX_HXX //autogen
38 #include <vcl/combobox.hxx>
39 #endif
40 #ifndef _GROUP_HXX //autogen
41 #include <vcl/group.hxx>
42 #endif
43 #include <svtools/headbar.hxx>
44 #include <svtools/svtabbx.hxx>
47 #include "rangenam.hxx"
48 #include "anyrefdg.hxx"
50 #ifndef _MOREBTN_HXX //autogen
51 #include <vcl/morebtn.hxx>
52 #endif
53 #include <vcl/lstbox.hxx>
55 #ifndef _SVX_ACREDLIN_HXX
56 #include <svx/ctredlin.hxx>
57 #endif
58 #include <svx/simptabl.hxx>
59 #include "chgtrack.hxx"
60 #include "chgviset.hxx"
62 class ScViewData;
63 class ScDocument;
65 #ifndef FLT_DATE_BEFORE
66 #define FLT_DATE_BEFORE 0
67 #define FLT_DATE_SINCE 1
68 #define FLT_DATE_EQUAL 2
69 #define FLT_DATE_NOTEQUAL 3
70 #define FLT_DATE_BETWEEN 4
71 #define FLT_DATE_SAVE 5
72 #endif
74 //==================================================================
76 class ScHighlightChgDlg : public ScAnyRefDlg
78 private:
80 CheckBox aHighlightBox;
81 FixedLine aFlFilter;
82 SvxTPFilter aFilterCtr;
83 CheckBox aCbAccept;
84 CheckBox aCbReject;
86 OKButton aOkButton;
87 CancelButton aCancelButton;
88 HelpButton aHelpButton;
90 formula::RefEdit aEdAssign;
91 formula::RefButton aRbAssign;
93 ScViewData* pViewData;
94 ScDocument* pDoc;
95 ScRangeName aLocalRangeName;
96 Selection theCurSel;
97 Size MinSize;
98 ScRangeList aRangeList;
99 ScChangeViewSettings aChangeViewSet;
101 void Init();
103 DECL_LINK( RefHandle, SvxTPFilter* );
104 DECL_LINK(HighLightHandle, CheckBox*);
105 DECL_LINK(OKBtnHdl, PushButton*);
108 protected:
110 virtual void RefInputDone( BOOL bForced = FALSE );
112 public:
113 ScHighlightChgDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent,
114 ScViewData* ptrViewData);
116 ~ScHighlightChgDlg();
118 virtual void SetActive();
119 virtual void SetReference( const ScRange& rRef, ScDocument* pDoc );
120 virtual BOOL Close();
121 virtual BOOL IsRefInputMode() const;
126 #endif // SC_NAMEDLG_HXX