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

ap_QtDialog_All.h

Go to the documentation of this file.
00001 /* -*- mode: C++; tab-width: 4; c-basic-offset: 4; -*- */
00002 /* AbiWord
00003  * Copyright (C) 2012 Hubert Figuiere
00004  *
00005  * This program is free software; you can redistribute it and/or
00006  * modify it under the terms of the GNU General Public License
00007  * as published by the Free Software Foundation; either version 2
00008  * of the License, or (at your option) any later version.
00009  *
00010  * This program is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  * GNU General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU General Public License
00016  * along with this program; if not, write to the Free Software
00017  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
00018  * 02110-1301 USA.
00019  */
00020 
00021 /*****************************************************************
00022 ******************************************************************
00023 ** IT IS IMPORTANT THAT THIS FILE ALLOW ITSELF TO BE INCLUDED
00024 ** MORE THAN ONE TIME.  Each time you add an entry to the top-half
00025 ** of this file be sure to add a corresponding entry to the other
00026 ** half and be sure to add an entry to each of the other platforms.
00027 ******************************************************************
00028 *****************************************************************/
00029 
00030 #ifndef AP_QTDIALOG_ALL_H
00031 #define AP_QTDIALOG_ALL_H
00032 
00033 #ifdef HAVE_CONFIG_H
00034 #include "config.h"
00035 #endif
00036 
00037 #   include "xap_QtDlg_FileOpenSaveAs.h"
00038 
00039 #if 0 // TODO
00040 #   include "xap_QtDlg_About.h"
00041 #   include "xap_QtDlg_ClipArt.h"
00042 #   include "xap_QtDlg_MessageBox.h"
00043 #   include "xap_QtDlg_WindowMore.h"
00044 #   include "xap_QtDlg_Zoom.h"
00045 #   include "xap_QtDlg_Insert_Symbol.h"
00046 #   include "xap_QtDlg_Language.h"
00047 #   include "xap_QtDlg_PluginManager.h"
00048 #   include "xap_QtDlg_FileOpenSaveAs.h"
00049 #   include "xap_QtDlg_Encoding.h"
00050 #   include "xap_QtDlg_HTMLOptions.h"
00051 #   include "xap_QtDlg_Password.h"
00052 #   include "xap_QtDlg_Image.h"
00053 #   include "xap_QtDlg_ListDocuments.h"
00054 #   include "xap_QtDlg_History.h"
00055 #   include "xap_QtDlg_DocComparison.h"
00056 
00057 #   include "ap_QtDialog_Replace.h"
00058 #   include "ap_QtDialog_Break.h"
00059 #   include "ap_QtDialog_InsertTable.h"
00060 #   include "ap_QtDialog_Goto.h"
00061 #   include "ap_QtDialog_PageNumbers.h"
00062 #   include "ap_QtDialog_PageSetup.h"
00063 #   include "ap_QtDialog_Paragraph.h"
00064 #   include "ap_QtDialog_Options.h"
00065 #ifdef ENABLE_SPELL
00066 #   include "ap_QtDialog_Spell.h"
00067 #endif
00068 #   include "ap_QtDialog_Styles.h"
00069 #   include "ap_QtDialog_Stylist.h"
00070 #   include "ap_QtDialog_Tab.h"
00071 #   include "ap_QtDialog_Insert_DateTime.h"
00072 #   include "ap_QtDialog_WordCount.h"
00073 #   include "ap_QtDialog_Field.h"
00074 #   include "ap_QtDialog_Lists.h"
00075 #   include "ap_QtDialog_Columns.h"
00076 #   include "ap_QtDialog_Tab.h"
00077 #   include "ap_QtDialog_ToggleCase.h"
00078 #   include "ap_QtDialog_Background.h"
00079 #   include "ap_QtDialog_New.h"
00080 #   include "ap_QtDialog_HdrFtr.h"
00081 #   include "ap_QtDialog_InsertBookmark.h"
00082 #   include "ap_QtDialog_InsertHyperlink.h"
00083 #   include "ap_QtDialog_InsertXMLID.h"
00084 #   include "ap_QtDialog_MetaData.h"
00085 #   include "ap_QtDialog_MarkRevisions.h"
00086 #   include "ap_QtDialog_ListRevisions.h"
00087 #   include "ap_QtDialog_Annotation.h"
00088 #   include "ap_QtPreview_Annotation.h"
00089 #   include "ap_QtDialog_MergeCells.h"
00090 #   include "ap_QtDialog_SplitCells.h"
00091 #   include "ap_QtDialog_FormatTable.h"
00092 #   include "ap_QtDialog_FormatFrame.h"
00093 #   include "ap_QtDialog_FormatFootnotes.h"
00094 #   include "ap_QtDialog_FormatTOC.h"
00095 #   include "ap_QtDialog_MailMerge.h"
00096 #   include "ap_QtDialog_Latex.h"
00097 #   include "ap_QtDialog_Border_Shading.h"
00098 #ifdef ENABLE_PRINT
00099 #   include "xap_QtDlg_Print.h"
00100 #   include "xap_QtDlg_PrintPreview.h"
00101 #endif
00102 
00103 #include "ap_QtDialog_RDFQuery.h"
00104 #include "ap_QtDialog_RDFEditor.h"
00105 
00106 
00107 #include "xap_QtDlg_FontChooser.h"
00108 
00109 #endif // TODO
00110 
00111 #else
00112 
00113     DeclareDialog(XAP_DIALOG_ID_FILE_OPEN,      XAP_QtDialog_FileOpenSaveAs,        FALSE)
00114     DeclareDialog(XAP_DIALOG_ID_FILE_SAVEAS,    XAP_QtDialog_FileOpenSaveAs,        FALSE)
00115     DeclareDialog(XAP_DIALOG_ID_FILE_SAVE_IMAGE,    XAP_QtDialog_FileOpenSaveAs,        FALSE)
00116     DeclareDialog(XAP_DIALOG_ID_FILE_IMPORT,    XAP_QtDialog_FileOpenSaveAs,        FALSE)
00117     DeclareDialog(XAP_DIALOG_ID_FILE_EXPORT,    XAP_QtDialog_FileOpenSaveAs,        FALSE)
00118     DeclareDialog(XAP_DIALOG_ID_INSERT_FILE,    XAP_QtDialog_FileOpenSaveAs,        FALSE)
00119 #ifdef ENABLE_PRINT
00120     DeclareDialog(XAP_DIALOG_ID_PRINTTOFILE,    XAP_QtDialog_FileOpenSaveAs,        FALSE)
00121 #endif
00122     DeclareDialog(XAP_DIALOG_ID_RECORDTOFILE,   XAP_QtDialog_FileOpenSaveAs,        FALSE)
00123     DeclareDialog(XAP_DIALOG_ID_REPLAYFROMFILE, XAP_QtDialog_FileOpenSaveAs,        FALSE)
00124     DeclareDialog(XAP_DIALOG_ID_INSERT_PICTURE, XAP_QtDialog_FileOpenSaveAs,        FALSE)
00125     DeclareDialog(XAP_DIALOG_ID_INSERTMATHML,   XAP_QtDialog_FileOpenSaveAs,        FALSE)
00126     DeclareDialog(XAP_DIALOG_ID_INSERTOBJECT,   XAP_QtDialog_FileOpenSaveAs,        FALSE)
00127 
00128 #if 0 // TODO implement
00129 DeclareDialog(XAP_DIALOG_ID_FONT, XAP_QtDialog_FontChooser, FALSE)
00130 
00131 DeclareDialog(XAP_DIALOG_ID_ABOUT, XAP_QtDialog_About, FALSE)
00132 DeclareDialog(XAP_DIALOG_ID_CLIPART, XAP_QtDialog_ClipArt, FALSE)
00133 DeclareDialog(XAP_DIALOG_ID_FILE_OPEN, XAP_QtDialog_FileOpenSaveAs, FALSE)
00134 DeclareDialog(XAP_DIALOG_ID_FILE_SAVEAS, XAP_QtDialog_FileOpenSaveAs, FALSE)
00135 DeclareDialog(XAP_DIALOG_ID_FILE_SAVE_IMAGE, XAP_QtDialog_FileOpenSaveAs, FALSE)
00136 #ifdef ENABLE_PRINT
00137 DeclareDialog(XAP_DIALOG_ID_PRINT, XAP_QtDialog_Print, FALSE)
00138 DeclareDialog(XAP_DIALOG_ID_PRINTPREVIEW, XAP_QtDialog_PrintPreview, FALSE)
00139 DeclareDialog(XAP_DIALOG_ID_PRINTTOFILE, XAP_QtDialog_FileOpenSaveAs, FALSE)
00140 #endif
00141 DeclareDialog(XAP_DIALOG_ID_MESSAGE_BOX, XAP_QtDialog_MessageBox, FALSE)
00142 DeclareDialog(XAP_DIALOG_ID_RECORDTOFILE, XAP_QtDialog_FileOpenSaveAs, FALSE)
00143 DeclareDialog(XAP_DIALOG_ID_REPLAYFROMFILE, XAP_QtDialog_FileOpenSaveAs, FALSE)
00144 DeclareDialog(XAP_DIALOG_ID_LANGUAGE, XAP_QtDialog_Language, FALSE)
00145 DeclareDialog(XAP_DIALOG_ID_WINDOWMORE, XAP_QtDialog_WindowMore, FALSE)
00146 DeclareDialog(XAP_DIALOG_ID_ZOOM, XAP_QtDialog_Zoom, FALSE)
00147 DeclareDialog(XAP_DIALOG_ID_INSERT_SYMBOL,  XAP_QtDialog_Insert_Symbol,         FALSE)
00148 DeclareDialog(XAP_DIALOG_ID_INSERT_PICTURE, XAP_QtDialog_FileOpenSaveAs,        FALSE)
00149 DeclareDialog(XAP_DIALOG_ID_INSERTMATHML,   XAP_QtDialog_FileOpenSaveAs,        FALSE)
00150 DeclareDialog(XAP_DIALOG_ID_INSERTOBJECT,   XAP_QtDialog_FileOpenSaveAs,        FALSE)
00151 DeclareDialog(XAP_DIALOG_ID_PLUGIN_MANAGER, XAP_QtDialog_PluginManager,         FALSE)
00152 DeclareDialog(XAP_DIALOG_ID_ENCODING,       XAP_QtDialog_Encoding,          FALSE)
00153 DeclareDialog(XAP_DIALOG_ID_HTMLOPTIONS,    XAP_QtDialog_HTMLOptions,       FALSE)
00154 DeclareDialog(XAP_DIALOG_ID_FILE_IMPORT,    XAP_QtDialog_FileOpenSaveAs,        FALSE)
00155 DeclareDialog(XAP_DIALOG_ID_FILE_EXPORT,    XAP_QtDialog_FileOpenSaveAs,        FALSE)
00156 DeclareDialog(XAP_DIALOG_ID_INSERT_FILE,    XAP_QtDialog_FileOpenSaveAs,        FALSE)
00157 DeclareDialog(XAP_DIALOG_ID_PASSWORD,       XAP_QtDialog_Password,          FALSE)
00158 DeclareDialog(XAP_DIALOG_ID_IMAGE,          XAP_QtDialog_Image,                 FALSE)
00159 DeclareDialog(XAP_DIALOG_ID_LISTDOCUMENTS,  XAP_QtDialog_ListDocuments,         FALSE)
00160 DeclareDialog(XAP_DIALOG_ID_COMPAREDOCUMENTS,XAP_QtDialog_ListDocuments,        FALSE)
00161 DeclareDialog(XAP_DIALOG_ID_MERGEDOCUMENTS, XAP_QtDialog_ListDocuments,         FALSE)
00162 DeclareDialog(XAP_DIALOG_ID_HISTORY,        XAP_QtDialog_History,           FALSE)
00163 DeclareDialog(XAP_DIALOG_ID_DOCCOMPARISON,  XAP_QtDialog_DocComparison,         FALSE)
00164 
00165 DeclareDialog(AP_DIALOG_ID_REPLACE,         AP_QtDialog_Replace,                FALSE)
00166 DeclareDialog(AP_DIALOG_ID_FIND,            AP_QtDialog_Replace,                FALSE)
00167 DeclareDialog(AP_DIALOG_ID_HDRFTR,          AP_QtDialog_HdrFtr,                 FALSE)
00168 DeclareDialog(AP_DIALOG_ID_BACKGROUND,      AP_QtDialog_Background,             FALSE)
00169 DeclareDialog(AP_DIALOG_ID_GOTO,            AP_QtDialog_Goto,               FALSE)
00170 DeclareDialog(AP_DIALOG_ID_BREAK,           AP_QtDialog_Break,              FALSE)
00171 #ifdef ENABLE_SPELL
00172 DeclareDialog(AP_DIALOG_ID_SPELL,           AP_QtDialog_Spell,              FALSE)
00173 #endif
00174 DeclareDialog(AP_DIALOG_ID_STYLES,          AP_QtDialog_Styles,                 FALSE)
00175 DeclareDialog(AP_DIALOG_ID_STYLIST,         AP_QtDialog_Stylist,                FALSE)
00176 DeclareDialog(AP_DIALOG_ID_PAGE_NUMBERS,    AP_QtDialog_PageNumbers,            FALSE)
00177 DeclareDialog(AP_DIALOG_ID_PARAGRAPH,       AP_QtDialog_Paragraph,          FALSE)
00178 DeclareDialog(AP_DIALOG_ID_OPTIONS,         AP_QtDialog_Options,                TRUE)
00179 DeclareDialog(AP_DIALOG_ID_TAB,             AP_QtDialog_Tab,                    FALSE)
00180 DeclareDialog(AP_DIALOG_ID_INSERT_DATETIME, AP_QtDialog_Insert_DateTime,        FALSE)
00181 DeclareDialog(AP_DIALOG_ID_WORDCOUNT,       AP_QtDialog_WordCount,          FALSE)
00182 DeclareDialog(AP_DIALOG_ID_FIELD,           AP_QtDialog_Field,              FALSE)
00183 DeclareDialog(AP_DIALOG_ID_LISTS,           AP_QtDialog_Lists,              FALSE)
00184 DeclareDialog(AP_DIALOG_ID_COLUMNS,         AP_QtDialog_Columns,                FALSE)
00185 DeclareDialog(AP_DIALOG_ID_TAB,             AP_QtDialog_Tab,                    FALSE)
00186 DeclareDialog(AP_DIALOG_ID_FILE_PAGESETUP,  AP_QtDialog_PageSetup,          FALSE)
00187 DeclareDialog(AP_DIALOG_ID_TOGGLECASE,      AP_QtDialog_ToggleCase,             FALSE)
00188 DeclareDialog(AP_DIALOG_ID_FILE_NEW,        AP_QtDialog_New,                    FALSE)
00189 DeclareDialog(AP_DIALOG_ID_INSERTBOOKMARK,  AP_QtDialog_InsertBookmark,         FALSE)
00190 DeclareDialog(AP_DIALOG_ID_INSERTHYPERLINK, AP_QtDialog_InsertHyperlink,        FALSE)
00191 DeclareDialog(AP_DIALOG_ID_INSERTXMLID,     AP_QtDialog_InsertXMLID,        FALSE)
00192 DeclareDialog(XAP_DIALOG_ID_IMAGE,          XAP_QtDialog_Image,                 FALSE)
00193 DeclareDialog(AP_DIALOG_ID_METADATA,        AP_QtDialog_MetaData,           FALSE)
00194 DeclareDialog(AP_DIALOG_ID_MARK_REVISIONS,  AP_QtDialog_MarkRevisions,      FALSE)
00195 DeclareDialog(AP_DIALOG_ID_LIST_REVISIONS,  AP_QtDialog_ListRevisions,      FALSE)
00196 DeclareDialog(AP_DIALOG_ID_ANNOTATION,      AP_QtDialog_Annotation,             FALSE)
00197 DeclareDialog(AP_DIALOG_ID_INSERT_TABLE,    AP_QtDialog_InsertTable,            FALSE)
00198 DeclareDialog(AP_DIALOG_ID_MERGE_CELLS,     AP_QtDialog_MergeCells,             FALSE)
00199 DeclareDialog(AP_DIALOG_ID_SPLIT_CELLS,     AP_QtDialog_SplitCells,             FALSE)
00200 DeclareDialog(AP_DIALOG_ID_FORMAT_TABLE,    AP_QtDialog_FormatTable,            FALSE)
00201 DeclareDialog(AP_DIALOG_ID_FORMAT_FRAME,    AP_QtDialog_FormatFrame,            FALSE)
00202 DeclareDialog(AP_DIALOG_ID_FORMAT_FOOTNOTES,AP_QtDialog_FormatFootnotes,        FALSE)
00203 DeclareDialog(AP_DIALOG_ID_FORMAT_TOC,      AP_QtDialog_FormatTOC,          FALSE)
00204 DeclareDialog(AP_DIALOG_ID_MAILMERGE,       AP_QtDialog_MailMerge,          FALSE)
00205 DeclareDialog(AP_DIALOG_ID_LATEX,           AP_QtDialog_Latex,              FALSE)
00206 DeclareDialog(AP_DIALOG_ID_ANNOTATION_PREVIEW,  AP_QtPreview_Annotation,                FALSE)
00207 DeclareDialog(AP_DIALOG_ID_BORDER_SHADING,  AP_QtDialog_Border_Shading,                 FALSE)
00208 
00209 DeclareDialog(AP_DIALOG_ID_RDF_QUERY,           AP_QtDialog_RDFQuery,               FALSE)
00210 DeclareDialog(AP_DIALOG_ID_RDF_EDITOR,          AP_QtDialog_RDFEditor,              FALSE)
00211 
00212 #endif
00213 
00214 #endif /* AP_QTDIALOG_ALL_H */

Generated on Sun Feb 14 2021 for AbiWord by  doxygen 1.7.1