m_pre.cpp HTML
m_tables.cpp HTML
m_meta.cpp HTML
+m_style.cpp HTML
htmprint.cpp HTML
arrimpl.cpp WXH Base
FORCE_LINK(m_hline) \
FORCE_LINK(m_links) \
FORCE_LINK(m_tables) \
- FORCE_LINK(m_meta)
+ FORCE_LINK(m_meta) \
+ FORCE_LINK(m_style)
#endif // _WX_FORCELNK_H_
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BASE.T!
ALL_SOURCES = \
common/init.cpp \
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
ALL_SOURCES = \
generic/accel.cpp \
html/m_list.cpp \
html/m_meta.cpp \
html/m_pre.cpp \
+ html/m_style.cpp \
html/m_tables.cpp \
html/winpars.cpp
m_list.o \
m_meta.o \
m_pre.o \
+ m_style.o \
m_tables.o \
winpars.o
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
ALL_SOURCES = \
generic/accel.cpp \
html/m_list.cpp \
html/m_meta.cpp \
html/m_pre.cpp \
+ html/m_style.cpp \
html/m_tables.cpp \
html/winpars.cpp
m_list.o \
m_meta.o \
m_pre.o \
+ m_style.o \
m_tables.o \
winpars.o
--- /dev/null
+/////////////////////////////////////////////////////////////////////////////
+// Name: m_style.cpp
+// Purpose: wxHtml module for parsing <style> tag
+// Author: Vaclav Slavik
+// RCS-ID: $Id$
+// Copyright: (c) 2002 Vaclav Slavik
+// Licence: wxWindows Licence
+/////////////////////////////////////////////////////////////////////////////
+
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
+#include "wx/wxprec.h"
+
+
+#include "wx/defs.h"
+#if wxUSE_HTML && wxUSE_STREAMS
+
+#ifdef __BORDLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WXPRECOMP
+#endif
+
+#include "wx/html/forcelnk.h"
+#include "wx/html/m_templ.h"
+
+FORCE_LINK_ME(m_style)
+
+
+TAG_HANDLER_BEGIN(STYLE, "STYLE")
+
+ TAG_HANDLER_PROC(tag)
+ {
+ // VS: Ignore styles for now. We must have this handler present,
+ // because CSS style text would be rendered verbatim otherwise
+ return TRUE;
+ }
+
+TAG_HANDLER_END(STYLE)
+
+
+TAGS_MODULE_BEGIN(StyleTag)
+
+ TAGS_MODULE_ADD(STYLE)
+
+TAGS_MODULE_END(StyleTag)
+
+#endif
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T!
ALL_SOURCES = \
generic/busyinfo.cpp \
html/m_list.cpp \
html/m_meta.cpp \
html/m_pre.cpp \
+ html/m_style.cpp \
html/m_tables.cpp \
html/winpars.cpp
m_list.o \
m_meta.o \
m_pre.o \
+ m_style.o \
m_tables.o \
winpars.o
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MAC.T!
ALL_SOURCES = \
generic/busyinfo.cpp \
html/m_list.cpp \
html/m_meta.cpp \
html/m_pre.cpp \
+ html/m_style.cpp \
html/m_tables.cpp \
html/winpars.cpp
m_list.o \
m_meta.o \
m_pre.o \
+ m_style.o \
m_tables.o \
winpars.o
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MGL.T!
ALL_SOURCES = \
generic/accel.cpp \
html/m_list.cpp \
html/m_meta.cpp \
html/m_pre.cpp \
+ html/m_style.cpp \
html/m_tables.cpp \
html/winpars.cpp
m_list.o \
m_meta.o \
m_pre.o \
+ m_style.o \
m_tables.o \
winpars.o
#!/binb/wmake.exe
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE WAT.T!
#
m_list.obj &
m_meta.obj &
m_pre.obj &
+ m_style.obj &
m_tables.obj &
winpars.obj
m_pre.obj: $(HTMLDIR)\m_pre.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+m_style.obj: $(HTMLDIR)\m_style.cpp
+ *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+
m_tables.obj: $(HTMLDIR)\m_tables.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MICRO.T!
ALL_SOURCES = \
generic/accel.cpp \
html/m_list.cpp \
html/m_meta.cpp \
html/m_pre.cpp \
+ html/m_style.cpp \
html/m_tables.cpp \
html/winpars.cpp
m_list.o \
m_meta.o \
m_pre.o \
+ m_style.o \
m_tables.o \
winpars.o
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MOTIF.T!
ALL_SOURCES = \
generic/busyinfo.cpp \
html/m_list.cpp \
html/m_meta.cpp \
html/m_pre.cpp \
+ html/m_style.cpp \
html/m_tables.cpp \
html/winpars.cpp
m_list.o \
m_meta.o \
m_pre.o \
+ m_style.o \
m_tables.o \
winpars.o
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MSW.T!
ALL_SOURCES = \
generic/busyinfo.cpp \
html/m_list.cpp \
html/m_meta.cpp \
html/m_pre.cpp \
+ html/m_style.cpp \
html/m_tables.cpp \
html/winpars.cpp
m_list.o \
m_meta.o \
m_pre.o \
+ m_style.o \
m_tables.o \
winpars.o
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE B32.T!
#
$(MSWDIR)\m_list.obj \
$(MSWDIR)\m_meta.obj \
$(MSWDIR)\m_pre.obj \
+ $(MSWDIR)\m_style.obj \
$(MSWDIR)\m_tables.obj \
$(MSWDIR)\winpars.obj
$(MSWDIR)\m_pre.obj: $(HTMLDIR)\m_pre.$(SRCSUFF)
+$(MSWDIR)\m_style.obj: $(HTMLDIR)\m_style.$(SRCSUFF)
+
$(MSWDIR)\m_tables.obj: $(HTMLDIR)\m_tables.$(SRCSUFF)
$(MSWDIR)\winpars.obj: $(HTMLDIR)\winpars.$(SRCSUFF)
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BCC.T!
#
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE DOS.T!
#
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE G95.T!
#
$(HTMLDIR)/m_list.$(OBJSUFF) \
$(HTMLDIR)/m_meta.$(OBJSUFF) \
$(HTMLDIR)/m_pre.$(OBJSUFF) \
+ $(HTMLDIR)/m_style.$(OBJSUFF) \
$(HTMLDIR)/m_tables.$(OBJSUFF) \
$(HTMLDIR)/winpars.$(OBJSUFF)
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE SC.T!
# Symantec C++ makefile for the msw objects
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE VC.T!
# File: makefile.vc
$(HTMLDIR)\$D\m_list.obj \
$(HTMLDIR)\$D\m_meta.obj \
$(HTMLDIR)\$D\m_pre.obj \
+ $(HTMLDIR)\$D\m_style.obj \
$(HTMLDIR)\$D\m_tables.obj \
$(HTMLDIR)\$D\winpars.obj
#!/binb/wmake.exe
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE WAT.T!
#
m_list.obj &
m_meta.obj &
m_pre.obj &
+ m_style.obj &
m_tables.obj &
winpars.obj
m_pre.obj: $(HTMLDIR)\m_pre.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+m_style.obj: $(HTMLDIR)\m_style.cpp
+ *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+
m_tables.obj: $(HTMLDIR)\m_tables.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
-# This file was automatically generated by tmake at 11:57, 2002/01/17
+# This file was automatically generated by tmake at 11:30, 2002/01/23
# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNIV.T!
UNIVOBJS = \
bmpbuttn.o \
# End Source File
# Begin Source File
+SOURCE=.\html\m_style.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\html\m_tables.cpp
# End Source File
# Begin Source File
# End Source File
# Begin Source File
+SOURCE=.\html\m_style.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\html\m_tables.cpp
# End Source File
# Begin Source File