summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/WebWizardConst.py
blob: 7af2518441f0452531595a035cc4f91112ce8615 (plain)
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
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
LSTLOADSETTINGS_ITEM_CHANGED = "sessionSelected" # "lstLoadSettingsItemChanged"
LSTLOADSETTINGS_ITEM_CHANGED = "sessionSelected" # "lstLoadSettingsItemChanged"
BTNLOADSESSION_ACTION_PERFORMED = "loadSession" # "btnLoadSessionActionPerformed"
BTNDELSESSION_ACTION_PERFORMED = "delSession" # "btnDelSessionActionPerformed"
BTNADDDOC_ACTION_PERFORMED = "addDocument" # "btnAddDocActionPerformed"
BTNREMOVEDOC_ACTION_PERFORMED = "removeDocument" # "btnRemoveDocActionPerformed"
BTNDOCUP_ACTION_PERFORMED = "docUp" # "btnDocUpActionPerformed"
BTNDOCDOWN_ACTION_PERFORMED = "docDown" # "btnDocDownActionPerformed"
LSTSTYLES_ITEM_CHANGED = "refreshStylePreview" # "lstStylesItemChanged"
BTNBACKGROUNDS_ACTION_PERFORMED = "chooseBackground" # "btnBackgroundsActionPerformed"
BTNICONSETS_ACTION_PERFORMED = "chooseIconset" # "btnIconSetsActionPerformed"
BTNFAVICON_ACTION_PERFORMED = "chooseFavIcon" # "btnFavIconActionPerformed"
BTNPREVIEW_ACTION_PERFORMED = "documentPreview" # "btnPreviewActionPerformed"
BTNFTP_ACTION_PERFORMED = "setFTPPublish" # "btnFTPActionPerformed"
CHKLOCALDIR_ITEM_CHANGED = "checkPublish" # "chkLocalDirItemChanged"
CHKSAVESETTINGS_ITEM_CHANGED = "checkPublish" # "chkSaveSettingsItemChanged"
TXTSAVESETTINGS_TEXT_CHANGED = "checkPublish" # "txtSaveSettingsTextChanged"
BTNLOCALDIR_ACTION_PERFORMED = "setPublishLocalDir" # "btnLocalDirActionPerformed"
BTNZIP_ACTION_PERFORMED = "setZipFilename" # "btnZipActionPerformed"
CONFIG_PATH = "/org.openoffice.Office.WebWizard/WebWizard"
CONFIG_READ_PARAM = "cp_"
TASK = "WWIZ"
TASK_PREPARE = "t-prep"
LOCAL_PUBLISHER = "local"
FTP_PUBLISHER = "ftp"
ZIP_PUBLISHER = "zip"
TASK_EXPORT = "t_exp"
TASK_EXPORT_PREPARE = "t_exp_prep"
TASK_EXPORT_DOCUMENTS = "t_exp_docs"
TASK_GENERATE_PREPARE = "t_gen_prep"
TASK_GENERATE_XSL = "t_gen_x"
TASK_GENERATE_COPY = "t_gen_cp"
TASK_PUBLISH_PREPARE = "t_pub_prep"
TASK_FINISH = "t_fin"

'''
when the user adds more than this number
of documents to the list, a status dialog opens.
'''
MIN_ADD_FILES_FOR_DIALOG = 2