summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-08 12:58:49 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-08 12:58:49 +0000
commited3d4b26004fee320296e4bdc92b4a89d81a377a (patch)
tree3725bb95764b85b304975282038b54d831e88b30 /wizards
parentae839206f8c9a1f1bfda3c2e1544db5b0ea49787 (diff)
INTEGRATION: CWS qwizards2 (1.1.2); FILE ADDED
2004/08/20 14:55:46 tv 1.1.2.4: checked in for ron 2004/08/13 10:13:47 rpiterman 1.1.2.3: documentation 2004/06/25 13:02:08 rpiterman 1.1.2.2: further developement 2004/06/02 15:28:25 rpiterman 1.1.2.1: New Agenda Wizard
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/agenda/AgendaWizardDialogConst.java140
1 files changed, 140 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogConst.java b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogConst.java
new file mode 100644
index 000000000000..950045b11d56
--- /dev/null
+++ b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogConst.java
@@ -0,0 +1,140 @@
+/*************************************************************************
+*
+* $RCSfile: AgendaWizardDialogConst.java,v $
+*
+* $Revision: 1.2 $
+*
+* last change: $Author: obo $ $Date: 2004-09-08 13:58:49 $
+*
+* The Contents of this file are made available subject to the terms of
+* either of the following licenses
+*
+* - GNU Lesser General Public License Version 2.1
+* - Sun Industry Standards Source License Version 1.1
+*
+* Sun Microsystems Inc., October, 2000
+*
+* GNU Lesser General Public License Version 2.1
+* =============================================
+* Copyright 2000 by Sun Microsystems, Inc.
+* 901 San Antonio Road, Palo Alto, CA 94303, USA
+*
+* This library is free software; you can redistribute it and/or
+* modify it under the terms of the GNU Lesser General Public
+* License version 2.1, as published by the Free Software Foundation.
+*
+* This library 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 for more details.
+*
+* You should have received a copy of the GNU Lesser General Public
+* License along with this library; if not, write to the Free Software
+* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+* MA 02111-1307 USA
+*
+*
+* Sun Industry Standards Source License Version 1.1
+* =================================================
+* The contents of this file are subject to the Sun Industry Standards
+* Source License Version 1.1 (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.openoffice.org/license.html.
+*
+* Software provided under this License is provided on an "AS IS" basis,
+* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+* See the License for the specific provisions governing your rights and
+* obligations concerning the Software.
+*
+* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+*
+* Copyright: 2000 by Sun Microsystems, Inc.
+*
+* All Rights Reserved.
+*
+* Contributor(s): _______________________________________
+*
+*/
+package com.sun.star.wizards.agenda;
+
+public interface AgendaWizardDialogConst {
+
+ /**
+ * These are event method names, used with reflection
+ * to call the methods under these names uppon
+ * events.
+ */
+
+ final String LISTPAGEDESIGN_ACTION_PERFORMED = "pageDesignChanged";
+ final String TXTTEMPLATENAME_TEXT_CHANGED = "templateTitleChanged";
+ final String BTNTEMPLATEPATH_ACTION_PERFORMED = "saveAs";
+ final String BTNINSERT_ACTION_PERFORMED = "insertRow";
+ final String BTNREMOVE_ACTION_PERFORMED = "removeRow";
+ final String BTNUP_ACTION_PERFORMED = "rowUp";
+ final String BTNDOWN_ACTION_PERFORMED = "rowDown";
+
+ final String INFO_IMAGE_URL = "private:resource/dbu/image/19205";
+ /* ====================================
+ * Help IDs
+ * ====================================
+ */
+ final int HID = 41051;
+
+ /*
+ * "HID:(hid)" - the dialog
+ * "HID:(hid+1) - the help button
+ * "HID:(hid+2)" - the back button
+ * "HID:(hid+3)" - the next button
+ * "HID:(hid+4)" - the create button
+ * "HID:(hid+5)" - the cancel button
+ */
+
+ final String LISTPAGEDESIGN_HID = "HID:" + (HID + 6);
+ final String CHKMINUTES_HID = "HID:" + (HID + 7);
+ final String TXTTIME_HID = "HID:" + (HID + 8);
+ final String TXTDATE_HID = "HID:" + (HID + 9);
+ final String TXTTITLE_HID = "HID:" + (HID + 10);
+ final String CBLOCATION_HID = "HID:" + (HID + 11);
+
+ final String CHKMEETINGTITLE_HID = "HID:" + (HID + 12);
+ final String CHKREAD_HID = "HID:" + (HID + 13);
+ final String CHKBRING_HID = "HID:" + (HID + 14);
+ final String CHKNOTES_HID = "HID:" + (HID + 15);
+
+ final String CHKCONVENEDBY_HID = "HID:" + (HID + 16);
+ final String CHKPRESIDING_HID = "HID:" + (HID + 17);
+ final String CHKNOTETAKER_HID = "HID:" + (HID + 18);
+ final String CHKTIMEKEEPER_HID = "HID:" + (HID + 19);
+ final String CHKATTENDEES_HID = "HID:" + (HID + 20);
+ final String CHKOBSERVERS_HID = "HID:" + (HID + 21);
+ final String CHKRESOURCEPERSONS_HID = "HID:" + (HID + 22);
+
+ final String TXTTEMPLATENAME_HID = "HID:" + (HID + 23);
+ final String TXTTEMPLATEPATH_HID = "HID:" + (HID + 24);
+ final String BTNTEMPLATEPATH_HID = "HID:" + (HID + 25);
+
+ final String OPTCREATEAGENDA_HID = "HID:" + (HID + 26);
+ final String OPTMAKECHANGES_HID = "HID:" + (HID + 27);
+
+ final String BTNINSERT_HID = "HID:" + (HID + 28);
+ final String BTNREMOVE_HID = "HID:" + (HID + 29);
+ final String BTNUP_HID = "HID:" + (HID + 30);
+ final String BTNDOWN_HID = "HID:" + (HID + 31);
+
+ final int LAST_HID = HID + 32;
+
+ /*
+ * 32 : scroll bar
+ * 33 - 35 first topics row
+ * 36 - 38 second
+ * 39 - 41
+ * 42 - 44
+ * 45 - 47
+ * total 5 rows / 3 controls.
+ */
+
+
+}
+ \ No newline at end of file