1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
|
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: mmaddressblockpage.hxx,v $
* $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef _MAILMERGEADDRESSBLOCKPAGE_HXX
#define _MAILMERGEADDRESSBLOCKPAGE_HXX
#include <svtools/wizardmachine.hxx>
#ifndef _SV_BUTTON_HXX
#include <vcl/button.hxx>
#endif
#include <svtools/stdctrl.hxx>
#include <mailmergehelper.hxx>
#include <sfx2/basedlgs.hxx>
#include <vcl/edit.hxx>
#include <vcl/lstbox.hxx>
#include <svtools/svmedit.hxx>
#include <svtools/headbar.hxx>
#include <svtools/svtreebx.hxx>
#include <vcl/combobox.hxx>
#include <svl/lstner.hxx>
class SwMailMergeWizard;
class SwMailMergeConfigItem;
/*-- 13.04.2004 15:50:37---------------------------------------------------
-----------------------------------------------------------------------*/
class SwMailMergeAddressBlockPage : public svt::OWizardPage
{
SwBoldFixedInfo m_aHeaderFI;
FixedInfo m_aFirstFI;
FixedInfo m_aAddressListFI;
PushButton m_aAddressListPB;
FixedInfo m_aCurrentAddressFI;
FixedLine m_aFirstFL;
FixedInfo m_aSecondFI;
FixedInfo m_aSettingsFI;
CheckBox m_aAddressCB;
SwAddressPreview m_aSettingsWIN;
PushButton m_aSettingsPB;
CheckBox m_aHideEmptyParagraphsCB;
FixedLine m_aSecondFL;
FixedInfo m_aThirdFI;
FixedInfo m_aMatchFieldsFI;
PushButton m_aAssignPB;
FixedLine m_aThirdFL;
FixedInfo m_aFourthFI;
FixedInfo m_aPreviewFI;
SwAddressPreview m_aPreviewWIN;
FixedInfo m_aDocumentIndexFI;
ImageButton m_aPrevSetIB;
ImageButton m_aNextSetIB;
String m_sDocument;
String m_sCurrentAddress;
String m_sChangeAddress;
SwMailMergeWizard* m_pWizard;
DECL_LINK(AddressListHdl_Impl, PushButton*);
DECL_LINK(SettingsHdl_Impl, PushButton*);
DECL_LINK(AssignHdl_Impl, PushButton*);
DECL_LINK(AddressBlockHdl_Impl, CheckBox*);
DECL_LINK(InsertDataHdl_Impl, ImageButton*);
DECL_LINK(AddressBlockSelectHdl_Impl, SwAddressPreview*);
DECL_LINK(HideParagraphsHdl_Impl, CheckBox*);
void EnableAddressBlock(sal_Bool bAll, sal_Bool bSelective);
virtual void ActivatePage();
virtual sal_Bool commitPage( CommitPageReason _eReason );
virtual bool canAdvance() const;
public:
SwMailMergeAddressBlockPage( SwMailMergeWizard* _pParent);
~SwMailMergeAddressBlockPage();
SwMailMergeWizard* GetWizard() { return m_pWizard;}
};
/*-- 13.04.2004 15:45:31---------------------------------------------------
-----------------------------------------------------------------------*/
class SwSelectAddressBlockDialog : public SfxModalDialog
{
FixedText m_aSelectFT;
SwAddressPreview m_aPreview;
PushButton m_aNewPB;
PushButton m_aCustomizePB;
PushButton m_aDeletePB;
FixedInfo m_aSettingsFI;
RadioButton m_aNeverRB;
RadioButton m_aAlwaysRB;
RadioButton m_aDependentRB;
Edit m_aCountryED;
FixedLine m_aSeparatorFL;
OKButton m_aOK;
CancelButton m_aCancel;
HelpButton m_aHelp;
com::sun::star::uno::Sequence< ::rtl::OUString> m_aAddressBlocks;
SwMailMergeConfigItem& m_rConfig;
DECL_LINK(NewCustomizeHdl_Impl, PushButton*);
DECL_LINK(DeleteHdl_Impl, PushButton*);
DECL_LINK(IncludeHdl_Impl, RadioButton*);
using Window::SetSettings;
public:
SwSelectAddressBlockDialog(Window* pParent, SwMailMergeConfigItem& rConfig);
~SwSelectAddressBlockDialog();
void SetAddressBlocks(const com::sun::star::uno::Sequence< ::rtl::OUString>& rBlocks,
sal_uInt16 nSelected);
const com::sun::star::uno::Sequence< ::rtl::OUString>& GetAddressBlocks();
void SetSettings(sal_Bool bIsCountry, ::rtl::OUString sCountry);
sal_Bool IsIncludeCountry() const {return !m_aNeverRB.IsChecked();}
::rtl::OUString GetCountry() const;
};
/*-- 26.05.2004 11:16:25---------------------------------------------------
-----------------------------------------------------------------------*/
class SwCustomizeAddressBlockDialog;
class DDListBox : public SvTreeListBox
{
SwCustomizeAddressBlockDialog* m_pParentDialog;
public:
DDListBox(SwCustomizeAddressBlockDialog* pParent, const ResId rResId);
~DDListBox();
virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel );
};
/*-- 26.05.2004 11:16:25---------------------------------------------------
-----------------------------------------------------------------------*/
#define MOVE_ITEM_LEFT 1
#define MOVE_ITEM_RIGHT 2
#define MOVE_ITEM_UP 4
#define MOVE_ITEM_DOWN 8
class AddressMultiLineEdit : public MultiLineEdit, public SfxListener
{
Link m_aSelectionLink;
SwCustomizeAddressBlockDialog* m_pParentDialog;
using Window::Notify;
using MultiLineEdit::SetText;
protected:
long PreNotify( NotifyEvent& rNEvt );
public:
AddressMultiLineEdit(SwCustomizeAddressBlockDialog* pParent, const ResId& rResId);
~AddressMultiLineEdit();
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
void SetSelectionChangedHdl( const Link& rLink ) {m_aSelectionLink = rLink;}
void SetText( const String& rStr );
String GetAddress();
void InsertNewEntry( const String& rStr );
void InsertNewEntryAtPosition( const String& rStr, ULONG nPara, USHORT nIndex );
void RemoveCurrentEntry();
void MoveCurrentItem(sal_uInt16 nMove);
sal_uInt16 IsCurrentItemMoveable();
bool HasCurrentItem();
String GetCurrentItem();
void SelectCurrentItem();
};
/*-- 13.04.2004 15:45:31---------------------------------------------------
Dialog is used to create custom address blocks as well as
custom greeting lines
-----------------------------------------------------------------------*/
class SwRestrictedComboBox : public ComboBox
{
String sForbiddenChars;
protected:
virtual void KeyInput( const KeyEvent& );
virtual void Modify();
public:
SwRestrictedComboBox(Window* pParent, const ResId& rResId):
ComboBox( pParent, rResId ){}
~SwRestrictedComboBox();
void SetForbiddenChars(const String& rSet){sForbiddenChars = rSet;}
};
class SwCustomizeAddressBlockDialog : public SfxModalDialog
{
friend class DDListBox;
friend class AddressMultiLineEdit;
public:
enum DialogType
{
ADDRESSBLOCK_NEW,
ADDRESSBLOCK_EDIT,
GREETING_FEMALE,
GREETING_MALE
};
private:
FixedText m_aAddressElementsFT;
DDListBox m_aAddressElementsLB;
ImageButton m_aInsertFieldIB;
ImageButton m_aRemoveFieldIB;
FixedText m_aDragFT;
AddressMultiLineEdit m_aDragED;
ImageButton m_aUpIB;
ImageButton m_aLeftIB;
ImageButton m_aRightIB;
ImageButton m_aDownIB;
FixedText m_aFieldFT;
SwRestrictedComboBox m_aFieldCB;
FixedInfo m_aPreviewFI;
SwAddressPreview m_aPreviewWIN;
FixedLine m_aSeparatorFL;
OKButton m_aOK;
CancelButton m_aCancel;
HelpButton m_aHelp;
::std::vector<String> m_aSalutations;
::std::vector<String> m_aPunctuations;
String m_sCurrentSalutation;
String m_sCurrentPunctuation;
String m_sCurrentText;
SwMailMergeConfigItem& m_rConfigItem;
DialogType m_eType;
DECL_LINK(OKHdl_Impl, OKButton*);
DECL_LINK(ListBoxSelectHdl_Impl, DDListBox*);
DECL_LINK(EditModifyHdl_Impl, AddressMultiLineEdit*);
DECL_LINK(ImageButtonHdl_Impl, ImageButton*);
DECL_LINK(SelectionChangedHdl_Impl, AddressMultiLineEdit*);
DECL_LINK(FieldChangeHdl_Impl, ComboBox*);
bool HasItem_Impl(sal_Int32 nUserData);
sal_Int32 GetSelectedItem_Impl();
void UpdateImageButtons_Impl();
void MoveFocus( Window* pMember, bool bNext );
public:
SwCustomizeAddressBlockDialog(Window* pParent, SwMailMergeConfigItem& rConfig, DialogType);
~SwCustomizeAddressBlockDialog();
void SetAddress(const ::rtl::OUString& rAddress);
::rtl::OUString GetAddress();
};
/*-- 13.04.2004 17:41:11---------------------------------------------------
-----------------------------------------------------------------------*/
class SwAssignFieldsControl;
class SwAssignFieldsDialog : public SfxModalDialog
{
FixedInfo m_aMatchingFI;
SwAssignFieldsControl* m_pFieldsControl;
FixedInfo m_aPreviewFI;
SwAddressPreview m_aPreviewWIN;
FixedLine m_aSeparatorFL;
OKButton m_aOK;
CancelButton m_aCancel;
HelpButton m_aHelp;
String m_sNone;
::rtl::OUString m_rPreviewString;
SwMailMergeConfigItem& m_rConfigItem;
::com::sun::star::uno::Sequence< ::rtl::OUString > CreateAssignments();
DECL_LINK(OkHdl_Impl, PushButton*);
DECL_LINK(AssignmentModifyHdl_Impl, void*);
public:
SwAssignFieldsDialog(Window* pParent,
SwMailMergeConfigItem& rConfigItem,
const ::rtl::OUString& rPreview,
bool bIsAddressBlock);
~SwAssignFieldsDialog();
};
#endif
|