lib Library API Documentation

koffice_export.h

00001 /*
00002     This file is part of kofficecore
00003     Copyright (c) 2005 KOffice Team
00004 
00005     This library is free software; you can redistribute it and/or
00006     modify it under the terms of the GNU Library General Public
00007     License as published by the Free Software Foundation; either
00008     version 2 of the License, or (at your option) any later version.
00009 
00010     This library 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 GNU
00013     Library General Public License for more details.
00014 
00015     You should have received a copy of the GNU Library General Public License
00016     along with this library; see the file COPYING.LIB.  If not, write to
00017     the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
00018     Boston, MA 02111-1307, USA.
00019 */
00020 
00021 
00022 
00023 #ifndef _KOFFICE_EXPORT_H
00024 #define _KOFFICE_EXPORT_H
00025 
00026 #include <kdeversion.h>
00027  
00028 /* Uncomment when -fvisibility support is finished */
00029 #if 0 /* KDE_IS_VERSION(3,3,90) */
00030  
00031 #include <kdemacros.h>
00032  
00033 #define KOFFICECORE_EXPORT KDE_EXPORT
00034 #define KOFFICEUI_EXPORT KDE_EXPORT
00035 #define KOTEXT_EXPORT KDE_EXPORT
00036 #define KOFORMULA_EXPORT KDE_EXPORT
00037 #define KOSTORE_EXPORT KDE_EXPORT
00038 #define KOWMF_EXPORT KDE_EXPORT
00039 #define KOSCRIPT_EXPORT KDE_EXPORT 
00040 #define KOPAINTER_EXPORT KDE_EXPORT 
00041 #define KFORMULA_EXPORT KDE_EXPORT
00042 #define KWORD_EXPORT KDE_EXPORT
00043 #define KWORD_MAILMERGE_EXPORT KDE_EXPORT
00044 #define KPRESENTER_EXPORT KDE_EXPORT
00045 #define KCHART_EXPORT KDE_EXPORT
00046 #define KDCHART_EXPORT KDE_EXPORT
00047 #define KARBONCOMMON_EXPORT KDE_EXPORT
00048 #define KARBONBASE_EXPORT KDE_EXPORT
00049 #define KARBONCOMMAND_EXPORT KDE_EXPORT
00050 #define KSPREAD_EXPORT KDE_EXPORT
00051 #define KOSHELL_EXPORT KDE_EXPORT
00052 #define KPLATO_EXPORT KDE_EXPORT 
00053 #define KPLATOCHART_EXPORT KDE_EXPORT
00054 #define KUGAR_EXPORT KDE_EXPORT
00055 #define KUGARDESIGNER_EXPORT KDE_EXPORT
00056 #define KOFFICETOOLS_EXPORT KDE_EXPORT 
00057 #define KOFFICEFILTER_EXPORT KDE_EXPORT
00058 #define KOCHARTINTERFACE_EXPORT KDE_EXPORT
00059 #define KIVIOPLUGINS_EXPORT KDE_EXPORT
00060 #define KIVIO_EXPORT KDE_EXPORT
00061 #define KEXICORE_EXPORT KDE_EXPORT
00062 #define KEXIMAIN_EXPORT KDE_EXPORT
00063 #define KEXI_DB_EXPORT KDE_EXPORT
00064 #define KEXITABLEFILTERS_EXPORT  KDE_EXPORT
00065 #define KEXIDATATABLE_EXPORT  KDE_EXPORT
00066 #define KEXIEXTWIDGETS_EXPORT  KDE_EXPORT
00067 #define KFORMEDITOR_EXPORT  KDE_EXPORT
00068 #define KEXIPRJWIZARD_EXPORT  KDE_EXPORT
00069 #define KEXIFILTER_EXPORT  KDE_EXPORT
00070 #define KEXIWIDGETS_EXPORT  KDE_EXPORT
00071 #define KEXIUUID_EXPORT  KDE_EXPORT
00072 #define KEXIPROPERTYEDITOR_EXPORT  KDE_EXPORT
00073 #define KEXIRELATIONSVIEW_EXPORT  KDE_EXPORT
00074 #define KEXIMIGR_EXPORT  KDE_EXPORT
00075 #define KEXIGUIUTILS_EXPORT KDE_EXPORT
00076 #define KRITA_EXPORT KDE_EXPORT 
00077 #define KRITAUI_EXPORT KDE_EXPORT
00078 #define KRITACORE_EXPORT KDE_EXPORT
00079 #define KRITATOOL_EXPORT KDE_EXPORT
00080 #define KRITAPAINT_EXPORT KDE_EXPORT
00081 #else
00082 #define KOFFICECORE_EXPORT
00083 #define KOFFICEUI_EXPORT
00084 #define KOTEXT_EXPORT
00085 #define KOFORMULA_EXPORT
00086 #define KOSTORE_EXPORT
00087 #define KOWMF_EXPORT
00088 #define KOSCRIPT_EXPORT
00089 #define KOPAINTER_EXPORT
00090 #define KSPREAD_EXPORT
00091 #define KFORMULA_EXPORT
00092 #define KWORD_EXPORT
00093 #define KWORD_MAILMERGE_EXPORT
00094 #define KPRESENTER_EXPORT
00095 #define KCHART_EXPORT
00096 #define KDCHART_EXPORT
00097 #define KARBONCOMMON_EXPORT
00098 #define KARBONBASE_EXPORT
00099 #define KARBONCOMMAND_EXPORT
00100 #define KOSHELL_EXPORT
00101 #define KPLATO_EXPORT
00102 #define KPLATOCHART_EXPORT
00103 #define KUGAR_EXPORT
00104 #define KUGARDESIGNER_EXPORT
00105 #define KOFFICETOOLS_EXPORT
00106 #define KOFFICEFILTER_EXPORT
00107 #define KOCHARTINTERFACE_EXPORT
00108 #define KIVIOPLUGINS_EXPORT
00109 #define KIVIO_EXPORT
00110 #define KEXICORE_EXPORT 
00111 #define KEXIMAIN_EXPORT 
00112 #define KEXI_DB_EXPORT 
00113 #define KEXITABLEFILTERS_EXPORT  
00114 #define KEXIDATATABLE_EXPORT  
00115 #define KEXIEXTWIDGETS_EXPORT  
00116 #define KFORMEDITOR_EXPORT  
00117 #define KEXIPRJWIZARD_EXPORT  
00118 #define KEXIFILTER_EXPORT  
00119 #define KEXIWIDGETS_EXPORT  
00120 #define KEXIUUID_EXPORT  
00121 #define KEXIPROPERTYEDITOR_EXPORT  
00122 #define KEXIRELATIONSVIEW_EXPORT  
00123 #define KEXIMIGR_EXPORT  
00124 #define KEXIGUIUTILS_EXPORT 
00125 #define KRITA_EXPORT
00126 #define KRITAUI_EXPORT 
00127 #define KRITACORE_EXPORT
00128 #define KRITATOOL_EXPORT
00129 #define KRITAPAINT_EXPORT
00130 #endif
00131 #endif /* _KOFFICE_EXPORT_H */
KDE Logo
This file is part of the documentation for lib Library Version 1.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Feb 13 09:40:00 2006 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003