1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: highred.hxx,v $
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>
37 #ifndef _COMBOBOX_HXX //autogen
38 #include <vcl/combobox.hxx>
40 #ifndef _GROUP_HXX //autogen
41 #include <vcl/group.hxx>
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>
53 #include <vcl/lstbox.hxx>
55 #ifndef _SVX_ACREDLIN_HXX
56 #include <svx/ctredlin.hxx>
58 #include <svx/simptabl.hxx>
59 #include "chgtrack.hxx"
60 #include "chgviset.hxx"
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
74 //==================================================================
76 class ScHighlightChgDlg
: public ScAnyRefDlg
80 CheckBox aHighlightBox
;
82 SvxTPFilter aFilterCtr
;
87 CancelButton aCancelButton
;
88 HelpButton aHelpButton
;
90 formula::RefEdit aEdAssign
;
91 formula::RefButton aRbAssign
;
93 ScViewData
* pViewData
;
95 ScRangeName aLocalRangeName
;
98 ScRangeList aRangeList
;
99 ScChangeViewSettings aChangeViewSet
;
103 DECL_LINK( RefHandle
, SvxTPFilter
* );
104 DECL_LINK(HighLightHandle
, CheckBox
*);
105 DECL_LINK(OKBtnHdl
, PushButton
*);
110 virtual void RefInputDone( BOOL bForced
= FALSE
);
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