1*a1b4a26bSAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3*a1b4a26bSAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*a1b4a26bSAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*a1b4a26bSAndrew Rist  * distributed with this work for additional information
6*a1b4a26bSAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*a1b4a26bSAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*a1b4a26bSAndrew Rist  * "License"); you may not use this file except in compliance
9*a1b4a26bSAndrew Rist  * with the License.  You may obtain a copy of the License at
10*a1b4a26bSAndrew Rist  *
11*a1b4a26bSAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*a1b4a26bSAndrew Rist  *
13*a1b4a26bSAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*a1b4a26bSAndrew Rist  * software distributed under the License is distributed on an
15*a1b4a26bSAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*a1b4a26bSAndrew Rist  * KIND, either express or implied.  See the License for the
17*a1b4a26bSAndrew Rist  * specific language governing permissions and limitations
18*a1b4a26bSAndrew Rist  * under the License.
19*a1b4a26bSAndrew Rist  *
20*a1b4a26bSAndrew Rist  *************************************************************/
21*a1b4a26bSAndrew Rist 
22*a1b4a26bSAndrew Rist 
23cdf0e10cSrcweir package com.sun.star.wizards.letter;
24cdf0e10cSrcweir 
25cdf0e10cSrcweir public interface LetterWizardDialogConst
26cdf0e10cSrcweir {
27cdf0e10cSrcweir 
28cdf0e10cSrcweir     public static final String OPTBUSINESSLETTER_ITEM_CHANGED = "optBusinessLetterItemChanged";
29cdf0e10cSrcweir     public static final String OPTPRIVOFFICIALLETTER_ITEM_CHANGED = "optPrivOfficialLetterItemChanged";
30cdf0e10cSrcweir     public static final String OPTPRIVATELETTER_ITEM_CHANGED = "optPrivateLetterItemChanged";
31cdf0e10cSrcweir     public static final String LSTBUSINESSSTYLE_ACTION_PERFORMED = null;
32cdf0e10cSrcweir     public static final String LSTBUSINESSSTYLE_ITEM_CHANGED = "lstBusinessStyleItemChanged";
33cdf0e10cSrcweir     public static final String LSTPRIVOFFICIALSTYLE_ACTION_PERFORMED = null;
34cdf0e10cSrcweir     public static final String LSTPRIVOFFICIALSTYLE_ITEM_CHANGED = "lstPrivOfficialStyleItemChanged";
35cdf0e10cSrcweir     public static final String CHKBUSINESSPAPER_ITEM_CHANGED = "chkBusinessPaperItemChanged";
36cdf0e10cSrcweir     public static final String LSTPRIVATESTYLE_ACTION_PERFORMED = null;
37cdf0e10cSrcweir     public static final String LSTPRIVATESTYLE_ITEM_CHANGED = "lstPrivateStyleItemChanged";
38cdf0e10cSrcweir     public static final String CHKPAPERCOMPANYLOGO_ITEM_CHANGED = "chkPaperCompanyLogoItemChanged";
39cdf0e10cSrcweir     public static final String NUMLOGOHEIGHT_TEXT_CHANGED = "numLogoHeightTextChanged";
40cdf0e10cSrcweir     public static final String NUMLOGOX_TEXT_CHANGED = "numLogoXTextChanged";
41cdf0e10cSrcweir     public static final String NUMLOGOWIDTH_TEXT_CHANGED = "numLogoWidthTextChanged";
42cdf0e10cSrcweir     public static final String NUMLOGOY_TEXT_CHANGED = "numLogoYTextChanged";
43cdf0e10cSrcweir     public static final String CHKCOMPANYRECEIVER_ITEM_CHANGED = "chkCompanyReceiverItemChanged";
44cdf0e10cSrcweir     public static final String CHKPAPERFOOTER_ITEM_CHANGED = "chkPaperFooterItemChanged";
45cdf0e10cSrcweir     public static final String NUMFOOTERHEIGHT_TEXT_CHANGED = "numFooterHeightTextChanged";
46cdf0e10cSrcweir     public static final String CHKPAPERCOMPANYADDRESS_ITEM_CHANGED = "chkPaperCompanyAddressItemChanged";
47cdf0e10cSrcweir     public static final String NUMADDRESSHEIGHT_TEXT_CHANGED = "numAddressHeightTextChanged";
48cdf0e10cSrcweir     public static final String NUMADDRESSX_TEXT_CHANGED = "numAddressXTextChanged";
49cdf0e10cSrcweir     public static final String NUMADDRESSWIDTH_TEXT_CHANGED = "numAddressWidthTextChanged";
50cdf0e10cSrcweir     public static final String NUMADDRESSY_TEXT_CHANGED = "numAddressYTextChanged";
51cdf0e10cSrcweir     public static final String LSTLETTERNORM_ACTION_PERFORMED = null;
52cdf0e10cSrcweir     public static final String LSTLETTERNORM_ITEM_CHANGED = "lstLetterNormItemChanged";
53cdf0e10cSrcweir     public static final String CHKUSELOGO_ITEM_CHANGED = "chkUseLogoItemChanged";
54cdf0e10cSrcweir     public static final String CHKUSEADDRESSRECEIVER_ITEM_CHANGED = "chkUseAddressReceiverItemChanged";
55cdf0e10cSrcweir     public static final String CHKUSESIGNS_ITEM_CHANGED = "chkUseSignsItemChanged";
56cdf0e10cSrcweir     public static final String CHKUSESUBJECT_ITEM_CHANGED = "chkUseSubjectItemChanged";
57cdf0e10cSrcweir     public static final String CHKUSEBENDMARKS_ITEM_CHANGED = "chkUseBendMarksItemChanged";
58cdf0e10cSrcweir     public static final String CHKUSEFOOTER_ITEM_CHANGED = "chkUseFooterItemChanged";
59cdf0e10cSrcweir     public static final String CHKUSESALUTATION_ITEM_CHANGED = "chkUseSalutationItemChanged";
60cdf0e10cSrcweir     public static final String CHKUSEGREETING_ITEM_CHANGED = "chkUseGreetingItemChanged";
61cdf0e10cSrcweir     public static final String LSTSALUTATION_ACTION_PERFORMED = null;
62cdf0e10cSrcweir     public static final String LSTSALUTATION_ITEM_CHANGED = "lstSalutationItemChanged";
63cdf0e10cSrcweir     public static final String LSTSALUTATION_TEXT_CHANGED = "lstSalutationTextChanged";
64cdf0e10cSrcweir     public static final String LSTGREETING_ACTION_PERFORMED = null;
65cdf0e10cSrcweir     public static final String LSTGREETING_ITEM_CHANGED = "lstGreetingItemChanged";
66cdf0e10cSrcweir     public static final String LSTGREETING_TEXT_CHANGED = "lstGreetingTextChanged";
67cdf0e10cSrcweir     public static final String OPTSENDERPLACEHOLDER_ITEM_CHANGED = "optSenderPlaceholderItemChanged";
68cdf0e10cSrcweir     public static final String OPTSENDERDEFINE_ITEM_CHANGED = "optSenderDefineItemChanged";
69cdf0e10cSrcweir     public static final String OPTRECEIVERPLACEHOLDER_ITEM_CHANGED = "optReceiverPlaceholderItemChanged";
70cdf0e10cSrcweir     public static final String OPTRECEIVERDATABASE_ITEM_CHANGED = "optReceiverDatabaseItemChanged";
71cdf0e10cSrcweir     public static final String TXTSENDERNAME_TEXT_CHANGED = "txtSenderNameTextChanged";
72cdf0e10cSrcweir     public static final String TXTSENDERSTREET_TEXT_CHANGED = "txtSenderStreetTextChanged";
73cdf0e10cSrcweir     public static final String TXTSENDERCITY_TEXT_CHANGED = "txtSenderCityTextChanged";
74cdf0e10cSrcweir     public static final String TXTSENDERPOSTCODE_TEXT_CHANGED = "txtSenderPostCodeTextChanged";
75cdf0e10cSrcweir     public static final String TXTSENDERSTATE_TEXT_CHANGED = "txtSenderStateTextChanged";
76cdf0e10cSrcweir     public static final String TXTFOOTER_TEXT_CHANGED = "txtFooterTextChanged";
77cdf0e10cSrcweir     public static final String CHKFOOTERNEXTPAGES_ITEM_CHANGED = "chkFooterNextPagesItemChanged";
78cdf0e10cSrcweir     public static final String CHKFOOTERPAGENUMBERS_ITEM_CHANGED = "chkFooterPageNumbersItemChanged";
79cdf0e10cSrcweir     public static final String TXTTEMPLATENAME_TEXT_CHANGED = "txtTemplateNameTextChanged";
80cdf0e10cSrcweir     public static final String OPTCREATELETTER_ITEM_CHANGED = "optCreateLetterItemChanged";
81cdf0e10cSrcweir     public static final String OPTMAKECHANGES_ITEM_CHANGED = "optMakeChangesItemChanged";
82cdf0e10cSrcweir     public static final String FILETEMPLATEPATH_TEXT_CHANGED = null;
83cdf0e10cSrcweir     public static final String imageURLImageControl1 = null;
84cdf0e10cSrcweir     public static final String imageURLImageControl2 = null;
85cdf0e10cSrcweir     public static final String imageURLImageControl3 = null;
86cdf0e10cSrcweir     public static final int HID = 40768;
87cdf0e10cSrcweir     public static final int HIDMAIN = 40820;
88cdf0e10cSrcweir }