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

ap_Win32Dialog_All.h

Go to the documentation of this file.
00001 /* AbiWord
00002  * Copyright (C) 1998-2000 AbiSource, Inc.
00003  *
00004  * This program is free software; you can redistribute it and/or
00005  * modify it under the terms of the GNU General Public License
00006  * as published by the Free Software Foundation; either version 2
00007  * of the License, or (at your option) any later version.
00008  *
00009  * This program is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012  * GNU General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU General Public License
00015  * along with this program; if not, write to the Free Software
00016  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00017  * 02110-1301 USA.
00018  */
00019 
00020 /*****************************************************************
00021 ******************************************************************
00022 ** IT IS IMPORTANT THAT THIS FILE ALLOW ITSELF TO BE INCLUDED
00023 ** MORE THAN ONE TIME.  Each time you add an entry to the top-half
00024 ** of this file be sure to add a corresponding entry to the other
00025 ** half and be sure to add an entry to each of the other platforms.
00026 ******************************************************************
00027 *****************************************************************/
00028 
00029 #ifndef AP_WIN32DIALOG_ALL_H
00030 
00031 #   define AP_WIN32DIALOG_ALL_H
00032 
00033 #   include "xap_Win32Dlg_MessageBox.h"
00034 #   include "xap_Win32Dlg_FileOpenSaveAs.h"
00035 #   include "xap_Win32Dlg_Print.h"
00036 #   include "xap_Win32Dlg_PrintPreview.h"
00037 #   include "xap_Win32Dlg_FontChooser.h"
00038 #   include "xap_Win32Dlg_WindowMore.h"
00039 #   include "xap_Win32Dlg_About.h"
00040 #   include "xap_Win32Dlg_Zoom.h"
00041 #   include "xap_Win32Dlg_Insert_Symbol.h"
00042 #   include "xap_Win32Dlg_Language.h"
00043 #   include "xap_Win32Dlg_Encoding.h"
00044 #   include "xap_Win32Dlg_PluginManager.h"
00045 #   include "xap_Win32Dlg_Password.h"
00046 #   include "xap_Win32Dlg_Image.h"
00047 #   include "xap_Win32Dlg_HTMLOptions.h"
00048 #   include "xap_Win32Dlg_ListDocuments.h"
00049 #   include "xap_Win32Dlg_History.h"
00050 #   include "xap_Win32Dlg_DocComparison.h"
00051 
00052 #   include "ap_Win32Dialog_Replace.h"
00053 #   include "ap_Win32Dialog_Break.h"
00054 #   include "ap_Win32Dialog_Options.h"
00055 #   include "ap_Win32Dialog_Paragraph.h"
00056 #ifdef ENABLE_SPELL
00057 #   include "ap_Win32Dialog_Spell.h"
00058 #endif
00059 #   include "ap_Win32Dialog_Styles.h"
00060 #   include "ap_Win32Dialog_Insert_DateTime.h"
00061 #   include "ap_Win32Dialog_WordCount.h"
00062 #   include "ap_Win32Dialog_Field.h"
00063 #   include "ap_Win32Dialog_Goto.h"
00064 #   include "ap_Win32Dialog_Columns.h"
00065 #   include "ap_Win32Dialog_Lists.h"
00066 #   include "ap_Win32Dialog_Tab.h"
00067 #   include "ap_Win32Dialog_PageNumbers.h"
00068 #   include "ap_Win32Dialog_PageSetup.h"
00069 #   include "ap_Win32Dialog_ToggleCase.h"
00070 #   include "ap_Win32Dialog_Background.h"
00071 #   include "ap_Win32Dialog_HdrFtr.h"
00072 #   include "ap_Win32Dialog_InsertBookmark.h"
00073 #   include "ap_Win32Dialog_InsertHyperlink.h"
00074 #   include "ap_Win32Dialog_New.h"
00075 #   include "ap_Win32Dialog_MarkRevisions.h"
00076 #   include "ap_Win32Dialog_ListRevisions.h"
00077 #   include "ap_Win32Dialog_InsertTable.h"
00078 #   include "ap_Win32Dialog_MetaData.h"
00079 #   include "ap_Win32Dialog_MergeCells.h"
00080 #   include "ap_Win32Dialog_SplitCells.h"
00081 #   include "ap_Win32Dialog_FormatTable.h"
00082 #   include "ap_Win32Dialog_FormatFootnotes.h"
00083 #   include "ap_Win32Dialog_MailMerge.h"
00084 #   include "ap_Win32Dialog_FormatFrame.h"
00085 #   include "ap_Win32Dialog_FormatTOC.h"
00086 #   include "ap_Win32Dialog_Latex.h"
00087 #   include "ap_Win32Dialog_Stylist.h"
00088 #   include "ap_Win32Dialog_Annotation.h"
00089 #   include "ap_Win32Preview_Annotation.h"
00090     // ... add new dialogs here ...
00091 
00092 //  Maleesh 6/8/2010 -
00093 #   include "ap_Win32Dialog_Border_Shading.h"
00094 #else
00095 
00096     DeclareDialog(XAP_DIALOG_ID_MESSAGE_BOX,    XAP_Win32Dialog_MessageBox)
00097     DeclareDialog(XAP_DIALOG_ID_FILE_OPEN,      XAP_Win32Dialog_FileOpenSaveAs)
00098     DeclareDialog(XAP_DIALOG_ID_FILE_SAVEAS,    XAP_Win32Dialog_FileOpenSaveAs)
00099     DeclareDialog(XAP_DIALOG_ID_FILE_SAVE_IMAGE,    XAP_Win32Dialog_FileOpenSaveAs)
00100     DeclareDialog(XAP_DIALOG_ID_FILE_IMPORT,    XAP_Win32Dialog_FileOpenSaveAs)
00101     DeclareDialog(XAP_DIALOG_ID_FILE_EXPORT,    XAP_Win32Dialog_FileOpenSaveAs)
00102     DeclareDialog(XAP_DIALOG_ID_INSERT_FILE,    XAP_Win32Dialog_FileOpenSaveAs)
00103     DeclareDialog(XAP_DIALOG_ID_PRINT,          XAP_Win32Dialog_Print)
00104     DeclareDialog(XAP_DIALOG_ID_PRINTPREVIEW,       XAP_Win32Dialog_PrintPreview)
00105     DeclareDialog(XAP_DIALOG_ID_PRINTTOFILE,    XAP_Win32Dialog_FileOpenSaveAs)
00106     DeclareDialog(XAP_DIALOG_ID_RECORDTOFILE,   XAP_Win32Dialog_FileOpenSaveAs)
00107     DeclareDialog(XAP_DIALOG_ID_REPLAYFROMFILE, XAP_Win32Dialog_FileOpenSaveAs)
00108     DeclareDialog(XAP_DIALOG_ID_FONT,           XAP_Win32Dialog_FontChooser)
00109     DeclareDialog(XAP_DIALOG_ID_LANGUAGE,       XAP_Win32Dialog_Language)
00110     DeclareDialog(XAP_DIALOG_ID_WINDOWMORE,     XAP_Win32Dialog_WindowMore)
00111     DeclareDialog(XAP_DIALOG_ID_ZOOM,           XAP_Win32Dialog_Zoom)
00112     DeclareDialog(XAP_DIALOG_ID_ABOUT,          XAP_Win32Dialog_About)
00113     DeclareDialog(XAP_DIALOG_ID_INSERT_SYMBOL,  XAP_Win32Dialog_Insert_Symbol)
00114     DeclareDialog(XAP_DIALOG_ID_INSERT_PICTURE, XAP_Win32Dialog_FileOpenSaveAs)
00115     DeclareDialog(XAP_DIALOG_ID_INSERTMATHML,   XAP_Win32Dialog_FileOpenSaveAs)
00116     DeclareDialog(XAP_DIALOG_ID_INSERTOBJECT,   XAP_Win32Dialog_FileOpenSaveAs)
00117     DeclareDialog(XAP_DIALOG_ID_ENCODING,       XAP_Win32Dialog_Encoding)
00118     DeclareDialog(XAP_DIALOG_ID_PLUGIN_MANAGER, XAP_Win32Dialog_PluginManager)
00119     DeclareDialog(XAP_DIALOG_ID_PASSWORD,       XAP_Win32Dialog_Password)
00120     DeclareDialog(XAP_DIALOG_ID_IMAGE,          XAP_Win32Dialog_Image)
00121     DeclareDialog(XAP_DIALOG_ID_HTMLOPTIONS,    XAP_Win32Dialog_HTMLOptions)
00122     DeclareDialog(XAP_DIALOG_ID_LISTDOCUMENTS,  XAP_Win32Dialog_ListDocuments)
00123     DeclareDialog(XAP_DIALOG_ID_MERGEDOCUMENTS, XAP_Win32Dialog_ListDocuments)
00124     DeclareDialog(XAP_DIALOG_ID_COMPAREDOCUMENTS,XAP_Win32Dialog_ListDocuments)
00125     DeclareDialog(XAP_DIALOG_ID_HISTORY,        XAP_Win32Dialog_History)
00126     DeclareDialog(XAP_DIALOG_ID_DOCCOMPARISON,  XAP_Win32Dialog_DocComparison)
00127 
00128     DeclareDialog(AP_DIALOG_ID_REPLACE,         AP_Win32Dialog_Replace)
00129     DeclareDialog(AP_DIALOG_ID_FIND,            AP_Win32Dialog_Replace)
00130     DeclareDialog(AP_DIALOG_ID_BREAK,           AP_Win32Dialog_Break)
00131 #ifdef ENABLE_SPELL
00132     DeclareDialog(AP_DIALOG_ID_SPELL,           AP_Win32Dialog_Spell)
00133 #endif
00134     DeclareDialog(AP_DIALOG_ID_STYLES,          AP_Win32Dialog_Styles)
00135     DeclareDialog(AP_DIALOG_ID_OPTIONS,         AP_Win32Dialog_Options)
00136     DeclareDialog(AP_DIALOG_ID_PARAGRAPH,       AP_Win32Dialog_Paragraph)
00137     DeclareDialog(AP_DIALOG_ID_INSERT_DATETIME, AP_Win32Dialog_Insert_DateTime)
00138     DeclareDialog(AP_DIALOG_ID_WORDCOUNT,       AP_Win32Dialog_WordCount)
00139     DeclareDialog(AP_DIALOG_ID_FIELD,           AP_Win32Dialog_Field)
00140     DeclareDialog(AP_DIALOG_ID_GOTO,            AP_Win32Dialog_Goto)
00141     DeclareDialog(AP_DIALOG_ID_COLUMNS,         AP_Win32Dialog_Columns)
00142     DeclareDialog(AP_DIALOG_ID_LISTS,           AP_Win32Dialog_Lists)
00143     DeclareDialog(AP_DIALOG_ID_TAB,             AP_Win32Dialog_Tab)
00144     DeclareDialog(AP_DIALOG_ID_PAGE_NUMBERS,    AP_Win32Dialog_PageNumbers)
00145     DeclareDialog(AP_DIALOG_ID_FILE_PAGESETUP,  AP_Win32Dialog_PageSetup)
00146     DeclareDialog(AP_DIALOG_ID_TOGGLECASE,      AP_Win32Dialog_ToggleCase)
00147     DeclareDialog(AP_DIALOG_ID_BACKGROUND,      AP_Win32Dialog_Background)
00148     DeclareDialog(AP_DIALOG_ID_HDRFTR,          AP_Win32Dialog_HdrFtr)
00149     DeclareDialog(AP_DIALOG_ID_INSERTBOOKMARK,  AP_Win32Dialog_InsertBookmark)
00150     DeclareDialog(AP_DIALOG_ID_INSERTHYPERLINK, AP_Win32Dialog_InsertHyperlink)
00151     DeclareDialog(AP_DIALOG_ID_FILE_NEW,        AP_Win32Dialog_New)
00152     DeclareDialog(AP_DIALOG_ID_MARK_REVISIONS,  AP_Win32Dialog_MarkRevisions)
00153     DeclareDialog(AP_DIALOG_ID_LIST_REVISIONS,  AP_Win32Dialog_ListRevisions)
00154     DeclareDialog(AP_DIALOG_ID_INSERT_TABLE,    AP_Win32Dialog_InsertTable)
00155     DeclareDialog(AP_DIALOG_ID_METADATA,        AP_Win32Dialog_MetaData)
00156     DeclareDialog(AP_DIALOG_ID_MERGE_CELLS,     AP_Win32Dialog_MergeCells)
00157     DeclareDialog(AP_DIALOG_ID_SPLIT_CELLS,     AP_Win32Dialog_SplitCells)
00158     DeclareDialog(AP_DIALOG_ID_FORMAT_TABLE,    AP_Win32Dialog_FormatTable)
00159     DeclareDialog(AP_DIALOG_ID_FORMAT_FRAME,    AP_Win32Dialog_FormatFrame)
00160     DeclareDialog(AP_DIALOG_ID_FORMAT_FOOTNOTES,AP_Win32Dialog_FormatFootnotes)
00161     DeclareDialog(AP_DIALOG_ID_FORMAT_TOC,      AP_Win32Dialog_FormatTOC)
00162     DeclareDialog(AP_DIALOG_ID_MAILMERGE,       AP_Win32Dialog_MailMerge)
00163     DeclareDialog(AP_DIALOG_ID_ANNOTATION,      AP_Win32Dialog_Annotation)
00164     DeclareDialog(AP_DIALOG_ID_STYLIST,         AP_Win32Dialog_Stylist)
00165     DeclareDialog(AP_DIALOG_ID_LATEX,           AP_Win32Dialog_Latex)
00166     DeclareDialog(AP_DIALOG_ID_ANNOTATION_PREVIEW,  AP_Win32Preview_Annotation)
00167     // DeclareDialog(AP_DIALOG_ID_RDF_QUERY,            AP_Win32Dialog_RDFQuery)
00168     // DeclareDialog(AP_DIALOG_ID_RDF_EDITOR,           AP_Win32Dialog_RDFEditor)
00169     // ... also add new dialogs here ...
00170 
00171     //  Maleesh 6/8/2010 -
00172     DeclareDialog(AP_DIALOG_ID_BORDER_SHADING,  AP_Win32Dialog_Border_Shading)
00173 
00174     // Remember to place the dialog box with the higher ID
00175     // as the latest member. See XAP_DialogFactory::getNextId
00176 #endif

Generated on Sun Feb 14 2021 for AbiWord by  doxygen 1.7.1