• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

ap_Dialog_Id.h

Go to the documentation of this file.
00001 /* -*- mode: C++; tab-width: 4; c-basic-offset: 4; -*- */
00002 
00003 /* AbiWord
00004  * Copyright (C) 1998-2000 AbiSource, Inc.
00005  *
00006  * This program is free software; you can redistribute it and/or
00007  * modify it under the terms of the GNU General Public License
00008  * as published by the Free Software Foundation; either version 2
00009  * of the License, or (at your option) any later version.
00010  *
00011  * This program is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU General Public License
00017  * along with this program; if not, write to the Free Software
00018  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00019  * 02110-1301 USA.
00020  */
00021 
00022 
00023 #ifndef AP_DIALOG_ID_H
00024 #define AP_DIALOG_ID_H
00025 
00026 // see the note in xap_Dialog_Id.h on number space partitioning.
00027 
00028 #include "xap_Dialog_Id.h"
00029 
00030 enum _AP_Dialog_Id
00031 {
00032     AP_DIALOG_ID__FIRST__           = XAP_DIALOG_ID__LAST__+1,  /* must be first */
00033     AP_DIALOG_ID_FILE_NEW, /* new/template dialog */
00034     AP_DIALOG_ID_FILE_PAGESETUP,
00035     AP_DIALOG_ID_REPLACE,               /* find/replace dialog */
00036     AP_DIALOG_ID_FIND,                  /* find (w/o replace) dialog  */
00037     AP_DIALOG_ID_GOTO,                  /* warp to page/section/line, etc. */
00038     AP_DIALOG_ID_BREAK,                 /* insert page, column, section, etc. breaks */
00039     AP_DIALOG_ID_SPELL,                 /* spell check */
00040     AP_DIALOG_ID_PARAGRAPH,             /* paragraph settings dialog */
00041     AP_DIALOG_ID_OPTIONS,               /* edit|options settings dialog */
00042     AP_DIALOG_ID_TAB,                   /* tabs */
00043     AP_DIALOG_ID_INSERT_DATETIME,       /* insert date and time dialog */
00044     AP_DIALOG_ID_FIELD,                 /* insert field dialog */
00045     AP_DIALOG_ID_WORDCOUNT,             /* word count dialog */
00046     AP_DIALOG_ID_LISTS,                 /* Lists Dialog */
00047     AP_DIALOG_ID_COLUMNS,               /* Columns Dialog */
00048     AP_DIALOG_ID_PAGE_NUMBERS, /* Page Numbers/ Header Footer Dialog */
00049     AP_DIALOG_ID_STYLES,       /* define/edit/delete styles */
00050     AP_DIALOG_ID_STYLIST,
00051     AP_DIALOG_ID_AUTOTEXT,   /* insert some autotext */
00052     AP_DIALOG_ID_TOGGLECASE, /* change the case of a run of text */
00053     AP_DIALOG_ID_BACKGROUND, /* change the doc's bg color */
00054     AP_DIALOG_ID_HDRFTR, /* change the doc's bg color */
00055     AP_DIALOG_ID_INSERTBOOKMARK,
00056     AP_DIALOG_ID_INSERTHYPERLINK,
00057     AP_DIALOG_ID_INSERTXMLID,
00058     // RIVERA
00059     AP_DIALOG_ID_ANNOTATION,
00060     AP_DIALOG_ID_METADATA,
00061     AP_DIALOG_ID_MARK_REVISIONS,
00062     AP_DIALOG_ID_LIST_REVISIONS,
00063     AP_DIALOG_ID_INSERT_TABLE,
00064     AP_DIALOG_ID_MERGE_CELLS,
00065     AP_DIALOG_ID_SPLIT_CELLS,
00066     AP_DIALOG_ID_FORMAT_TABLE,
00067     AP_DIALOG_ID_FORMAT_FRAME,
00068     AP_DIALOG_ID_FORMAT_FOOTNOTES,
00069     AP_DIALOG_ID_FORMAT_TOC,
00070     AP_DIALOG_ID_MAILMERGE,
00071     AP_DIALOG_ID_LATEX, /*Insert and modify a latex based equation */
00072     AP_DIALOG_ID_ANNOTATION_PREVIEW,
00073 #if 0
00074     AP_DIALOG_ID_DOWNLOAD_FILE,         /* threaded download of a file, with a cancel-button */
00075 #endif
00076     AP_DIALOG_ID_BORDER_SHADING,
00077     AP_DIALOG_ID_RDF_QUERY,
00078     AP_DIALOG_ID_RDF_EDITOR,
00079 
00080     /* ... add others here ... */
00081 
00082     AP_DIALOG_ID__LAST__                /* must be last */
00083 
00084 };
00085 
00086 #endif /* AP_DIALOG_ID_H */

Generated on Sun Feb 14 2021 for AbiWord by  doxygen 1.7.1