1 /*
2  ************************************************************************
3  *
4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5  *
6  * Copyright 2000, 2010 Oracle and/or its affiliates.
7  *
8  * OpenOffice.org - a multi-platform office productivity suite
9  *
10  * This file is part of OpenOffice.org.
11  *
12  * OpenOffice.org is free software: you can redistribute it and/or modify
13  * it under the terms of the GNU Lesser General Public License version 3
14  * only, as published by the Free Software Foundation.
15  *
16  * OpenOffice.org is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU Lesser General Public License version 3 for more details
20  * (a copy is included in the LICENSE file that accompanied this code).
21  *
22  * You should have received a copy of the GNU Lesser General Public License
23  * version 3 along with OpenOffice.org.  If not, see
24  * <http://www.openoffice.org/license.html>
25  * for a copy of the LGPLv3 License.
26  *
27  ************************************************************************/
28 package com.sun.star.wizards.letter;
29 
30 public interface LetterWizardDialogEvents
31 {
32 
33     public static final String OPTBUSINESSLETTER_ITEM_CHANGED = null;
34     public static final String OPTPRIVOFFICIALLETTER_ITEM_CHANGED = null;
35     public static final String OPTPRIVATELETTER_ITEM_CHANGED = null;
36     public static final String LSTBUSINESSSTYLE_ACTION_PERFORMED = null;
37     public static final String LSTBUSINESSSTYLE_ITEM_CHANGED = null;
38     public static final String LSTPRIVOFFICIALSTYLE_ACTION_PERFORMED = null;
39     public static final String LSTPRIVOFFICIALSTYLE_ITEM_CHANGED = null;
40     public static final String CHKBUSINESSPAPER_ITEM_CHANGED = null;
41     public static final String LSTPRIVATESTYLE_ACTION_PERFORMED = null;
42     public static final String LSTPRIVATESTYLE_ITEM_CHANGED = null;
43     public static final String CHKPAPERCOMPANYLOGO_ITEM_CHANGED = null;
44     public static final String NUMLOGOHEIGHT_TEXT_CHANGED = null;
45     public static final String NUMLOGOX_TEXT_CHANGED = null;
46     public static final String NUMLOGOWIDTH_TEXT_CHANGED = null;
47     public static final String NUMLOGOY_TEXT_CHANGED = null;
48     public static final String CHKCOMPANYRECEIVER_ITEM_CHANGED = null;
49     public static final String CHKPAPERFOOTER_ITEM_CHANGED = null;
50     public static final String NUMFOOTERHEIGHT_TEXT_CHANGED = null;
51     public static final String CHKPAPERCOMPANYADDRESS_ITEM_CHANGED = null;
52     public static final String NUMADDRESSHEIGHT_TEXT_CHANGED = null;
53     public static final String NUMADDRESSX_TEXT_CHANGED = null;
54     public static final String NUMADDRESSWIDTH_TEXT_CHANGED = null;
55     public static final String NUMADDRESSY_TEXT_CHANGED = null;
56     public static final String LSTLETTERNORM_ACTION_PERFORMED = null;
57     public static final String LSTLETTERNORM_ITEM_CHANGED = null;
58     public static final String CHKUSELOGO_ITEM_CHANGED = null;
59     public static final String CHKUSEADDRESSRECEIVER_ITEM_CHANGED = null;
60     public static final String CHKUSESIGNS_ITEM_CHANGED = null;
61     public static final String CHKUSESUBJECT_ITEM_CHANGED = null;
62     public static final String CHKUSEBENDMARKS_ITEM_CHANGED = null;
63     public static final String CHKUSEFOOTER_ITEM_CHANGED = null;
64     public static final String CHKUSESALUTATION_ITEM_CHANGED = null;
65     public static final String CHKUSEGREETING_ITEM_CHANGED = null;
66     public static final String LSTSALUTATION_ACTION_PERFORMED = null;
67     public static final String LSTSALUTATION_ITEM_CHANGED = null;
68     public static final String LSTGREETING_ACTION_PERFORMED = null;
69     public static final String LSTGREETING_ITEM_CHANGED = null;
70     public static final String OPTSENDERFIXED_ITEM_CHANGED = null;
71     public static final String OPTSENDERPLACEHOLDER_ITEM_CHANGED = null;
72     public static final String OPTSENDERDEFINE_ITEM_CHANGED = null;
73     public static final String OPTRECEIVERPLACEHOLDER_ITEM_CHANGED = null;
74     public static final String OPTRECEIVERDATABASE_ITEM_CHANGED = null;
75     public static final String TXTSENDERNAME_TEXT_CHANGED = null;
76     public static final String TXTSENDERSTREET_TEXT_CHANGED = null;
77     public static final String TXTSENDERCITY_TEXT_CHANGED = null;
78     public static final String TXTSENDERPOSTCODE_TEXT_CHANGED = null;
79     public static final String TXTFOOTER_TEXT_CHANGED = null;
80     public static final String CHKFOOTERNEXTPAGES_ITEM_CHANGED = null;
81     public static final String CHKFOOTERPAGENUMBERS_ITEM_CHANGED = null;
82     public static final String TXTTEMPLATENAME_TEXT_CHANGED = null;
83     public static final String OPTCREATELETTER_ITEM_CHANGED = null;
84     public static final String OPTMAKECHANGES_ITEM_CHANGED = null;
85     public static final String FILETEMPLATEPATH_TEXT_CHANGED = null;
86     public static final String imageURLImageControl1 = "images/ImageControl1";
87     public static final String imageURLImageControl2 = "images/ImageControl2";
88     public static final String imageURLImageControl3 = "images/ImageControl3";
89 }
90