summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lotuswordpro/Library_lwpft.mk241
-rw-r--r--lotuswordpro/Makefile38
-rw-r--r--lotuswordpro/Module_lotuswordpro.mk34
-rw-r--r--lotuswordpro/prj/build.lst5
-rw-r--r--lotuswordpro/prj/d.lst4
-rwxr-xr-xlotuswordpro/prj/makefile.mk40
-rw-r--r--lotuswordpro/source/filter/makefile.mk112
-rw-r--r--lotuswordpro/source/filter/xfilter/makefile.mk146
-rw-r--r--lotuswordpro/util/lwpft.map7
-rw-r--r--lotuswordpro/util/makefile.mk51
10 files changed, 354 insertions, 324 deletions
diff --git a/lotuswordpro/Library_lwpft.mk b/lotuswordpro/Library_lwpft.mk
new file mode 100644
index 000000000000..9b339c7d2cfb
--- /dev/null
+++ b/lotuswordpro/Library_lwpft.mk
@@ -0,0 +1,241 @@
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# David Tardon, Red Hat Inc. <dtardon@redhat.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Major Contributor(s):
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Library_Library,lwpft))
+
+$(eval $(call gb_Library_set_include,lwpft,\
+ $$(INCLUDE) \
+ -I$(OUTDIR)/inc \
+ -I$(OUTDIR)/inc/offuh \
+))
+
+$(eval $(call gb_Library_add_linked_libs,lwpft,\
+ comphelper \
+ cppu \
+ cppuhelper \
+ icui18n \
+ icule \
+ icuuc \
+ sal \
+ sfx \
+ sot \
+ svt \
+ svxcore \
+ tl \
+ ucbhelper \
+ vcl \
+ xo \
+ $(gb_STDLIBS) \
+))
+
+$(eval $(call gb_Library_set_componentfile,lwpft,lotuswordpro/util/lwpfilter))
+
+$(eval $(call gb_Library_add_exception_objects,lwpft,\
+ lotuswordpro/source/filter/bencont \
+ lotuswordpro/source/filter/benlist \
+ lotuswordpro/source/filter/benname \
+ lotuswordpro/source/filter/benobj \
+ lotuswordpro/source/filter/benval \
+ lotuswordpro/source/filter/explode \
+ lotuswordpro/source/filter/genericfilter \
+ lotuswordpro/source/filter/localtime \
+ lotuswordpro/source/filter/LotusWordProImportFilter \
+ lotuswordpro/source/filter/lwp9reader \
+ lotuswordpro/source/filter/lwpatomholder \
+ lotuswordpro/source/filter/lwpbackgroundoverride \
+ lotuswordpro/source/filter/lwpbackgroundstuff \
+ lotuswordpro/source/filter/lwpbasetype \
+ lotuswordpro/source/filter/lwpbookmarkmgr \
+ lotuswordpro/source/filter/lwpborderstuff \
+ lotuswordpro/source/filter/lwpbreaksoverride \
+ lotuswordpro/source/filter/lwpbulletstylemgr \
+ lotuswordpro/source/filter/lwpcelllayout \
+ lotuswordpro/source/filter/lwpchangemgr \
+ lotuswordpro/source/filter/lwpcharacterstyle \
+ lotuswordpro/source/filter/lwpcharborderoverride \
+ lotuswordpro/source/filter/lwpcharsetmgr \
+ lotuswordpro/source/filter/lwpcolor \
+ lotuswordpro/source/filter/lwpcontent \
+ lotuswordpro/source/filter/lwpdefobj \
+ lotuswordpro/source/filter/lwpdivinfo \
+ lotuswordpro/source/filter/lwpdivopts \
+ lotuswordpro/source/filter/lwpdllist \
+ lotuswordpro/source/filter/lwpdlvlist \
+ lotuswordpro/source/filter/lwpdoc \
+ lotuswordpro/source/filter/lwpdocdata \
+ lotuswordpro/source/filter/lwpdrawobj \
+ lotuswordpro/source/filter/lwpdropcapmgr \
+ lotuswordpro/source/filter/lwpfilehdr \
+ lotuswordpro/source/filter/lwpfilter \
+ lotuswordpro/source/filter/lwpfnlayout \
+ lotuswordpro/source/filter/lwpfont \
+ lotuswordpro/source/filter/lwpfootnote \
+ lotuswordpro/source/filter/lwpfoundry \
+ lotuswordpro/source/filter/lwpframelayout \
+ lotuswordpro/source/filter/lwpfribbreaks \
+ lotuswordpro/source/filter/lwpfrib \
+ lotuswordpro/source/filter/lwpfribframe \
+ lotuswordpro/source/filter/lwpfribmark \
+ lotuswordpro/source/filter/lwpfribptr \
+ lotuswordpro/source/filter/lwpfribsection \
+ lotuswordpro/source/filter/lwpfribtable \
+ lotuswordpro/source/filter/lwpfribtext \
+ lotuswordpro/source/filter/lwpglobalmgr \
+ lotuswordpro/source/filter/lwpgrfobj \
+ lotuswordpro/source/filter/lwpholder \
+ lotuswordpro/source/filter/lwphyperlinkmgr \
+ lotuswordpro/source/filter/lwpidxmgr \
+ lotuswordpro/source/filter/lwplayout \
+ lotuswordpro/source/filter/lwplaypiece \
+ lotuswordpro/source/filter/lwplnopts \
+ lotuswordpro/source/filter/lwpmarker \
+ lotuswordpro/source/filter/lwpnotes \
+ lotuswordpro/source/filter/lwpnumberingoverride \
+ lotuswordpro/source/filter/lwpnumericfmt \
+ lotuswordpro/source/filter/lwpobj \
+ lotuswordpro/source/filter/lwpobjfactory \
+ lotuswordpro/source/filter/lwpobjhdr \
+ lotuswordpro/source/filter/lwpobjid \
+ lotuswordpro/source/filter/lwpobjstrm \
+ lotuswordpro/source/filter/lwpoleobject \
+ lotuswordpro/source/filter/lwpoverride \
+ lotuswordpro/source/filter/lwppagehint \
+ lotuswordpro/source/filter/lwppagelayout \
+ lotuswordpro/source/filter/lwppara1 \
+ lotuswordpro/source/filter/lwpparaborderoverride \
+ lotuswordpro/source/filter/lwppara \
+ lotuswordpro/source/filter/lwpparaproperty \
+ lotuswordpro/source/filter/lwpparastyle \
+ lotuswordpro/source/filter/lwpproplist \
+ lotuswordpro/source/filter/lwpprtinfo \
+ lotuswordpro/source/filter/lwprowlayout \
+ lotuswordpro/source/filter/lwpsdwfileloader \
+ lotuswordpro/source/filter/lwpsdwgrouploaderv0102 \
+ lotuswordpro/source/filter/lwpsdwrect \
+ lotuswordpro/source/filter/lwpsection \
+ lotuswordpro/source/filter/lwpsilverbullet \
+ lotuswordpro/source/filter/lwpsortopt \
+ lotuswordpro/source/filter/lwpstory \
+ lotuswordpro/source/filter/lwpsvstream \
+ lotuswordpro/source/filter/lwptable \
+ lotuswordpro/source/filter/lwptablelayout \
+ lotuswordpro/source/filter/lwptaboverride \
+ lotuswordpro/source/filter/lwptabrack \
+ lotuswordpro/source/filter/lwptblcell \
+ lotuswordpro/source/filter/lwptblformula \
+ lotuswordpro/source/filter/lwptoc \
+ lotuswordpro/source/filter/lwptools \
+ lotuswordpro/source/filter/lwpuidoc \
+ lotuswordpro/source/filter/lwpusrdicts \
+ lotuswordpro/source/filter/lwpverdocument \
+ lotuswordpro/source/filter/lwpvpointer \
+ lotuswordpro/source/filter/tocread \
+ lotuswordpro/source/filter/utbenvs \
+ lotuswordpro/source/filter/utlist \
+ lotuswordpro/source/filter/xfilter/xfbase64 \
+ lotuswordpro/source/filter/xfilter/xfbgimage \
+ lotuswordpro/source/filter/xfilter/xfbookmarkref \
+ lotuswordpro/source/filter/xfilter/xfborders \
+ lotuswordpro/source/filter/xfilter/xfcell \
+ lotuswordpro/source/filter/xfilter/xfcellstyle \
+ lotuswordpro/source/filter/xfilter/xfchange \
+ lotuswordpro/source/filter/xfilter/xfcolor \
+ lotuswordpro/source/filter/xfilter/xfcolstyle \
+ lotuswordpro/source/filter/xfilter/xfcolumns \
+ lotuswordpro/source/filter/xfilter/xfconfigmanager \
+ lotuswordpro/source/filter/xfilter/xfcontentcontainer \
+ lotuswordpro/source/filter/xfilter/xfcrossref \
+ lotuswordpro/source/filter/xfilter/xfdate \
+ lotuswordpro/source/filter/xfilter/xfdatestyle \
+ lotuswordpro/source/filter/xfilter/xfdocfield \
+ lotuswordpro/source/filter/xfilter/xfdrawareastyle \
+ lotuswordpro/source/filter/xfilter/xfdrawcircle \
+ lotuswordpro/source/filter/xfilter/xfdrawellipse \
+ lotuswordpro/source/filter/xfilter/xfdrawline \
+ lotuswordpro/source/filter/xfilter/xfdrawlinestyle \
+ lotuswordpro/source/filter/xfilter/xfdrawobj \
+ lotuswordpro/source/filter/xfilter/xfdrawpath \
+ lotuswordpro/source/filter/xfilter/xfdrawpolygon \
+ lotuswordpro/source/filter/xfilter/xfdrawpolyline \
+ lotuswordpro/source/filter/xfilter/xfdrawrect \
+ lotuswordpro/source/filter/xfilter/xfdrawstyle \
+ lotuswordpro/source/filter/xfilter/xfentry \
+ lotuswordpro/source/filter/xfilter/xffileattrlist \
+ lotuswordpro/source/filter/xfilter/xffilestream \
+ lotuswordpro/source/filter/xfilter/xffloatframe \
+ lotuswordpro/source/filter/xfilter/xffont \
+ lotuswordpro/source/filter/xfilter/xffontdecl \
+ lotuswordpro/source/filter/xfilter/xffontfactory \
+ lotuswordpro/source/filter/xfilter/xfframe \
+ lotuswordpro/source/filter/xfilter/xfframestyle \
+ lotuswordpro/source/filter/xfilter/xfglobal \
+ lotuswordpro/source/filter/xfilter/xfheaderstyle \
+ lotuswordpro/source/filter/xfilter/xfimage \
+ lotuswordpro/source/filter/xfilter/xfimagestyle \
+ lotuswordpro/source/filter/xfilter/xfindex \
+ lotuswordpro/source/filter/xfilter/xflist \
+ lotuswordpro/source/filter/xfilter/xfliststyle \
+ lotuswordpro/source/filter/xfilter/xfmargins \
+ lotuswordpro/source/filter/xfilter/xfmasterpage \
+ lotuswordpro/source/filter/xfilter/xfnumberstyle \
+ lotuswordpro/source/filter/xfilter/xfofficemeta \
+ lotuswordpro/source/filter/xfilter/xfoleobj \
+ lotuswordpro/source/filter/xfilter/xfoutlinestyle \
+ lotuswordpro/source/filter/xfilter/xfpagemaster \
+ lotuswordpro/source/filter/xfilter/xfparagraph \
+ lotuswordpro/source/filter/xfilter/xfparastyle \
+ lotuswordpro/source/filter/xfilter/xfrow \
+ lotuswordpro/source/filter/xfilter/xfrowstyle \
+ lotuswordpro/source/filter/xfilter/xfsaxattrlist \
+ lotuswordpro/source/filter/xfilter/xfsaxstream \
+ lotuswordpro/source/filter/xfilter/xfsection \
+ lotuswordpro/source/filter/xfilter/xfsectionstyle \
+ lotuswordpro/source/filter/xfilter/xfshadow \
+ lotuswordpro/source/filter/xfilter/xfstylecont \
+ lotuswordpro/source/filter/xfilter/xfstyle \
+ lotuswordpro/source/filter/xfilter/xfstylemanager \
+ lotuswordpro/source/filter/xfilter/xftable \
+ lotuswordpro/source/filter/xfilter/xftablestyle \
+ lotuswordpro/source/filter/xfilter/xftabstyle \
+ lotuswordpro/source/filter/xfilter/xftextboxstyle \
+ lotuswordpro/source/filter/xfilter/xftextcontent \
+ lotuswordpro/source/filter/xfilter/xftextheading \
+ lotuswordpro/source/filter/xfilter/xftextspan \
+ lotuswordpro/source/filter/xfilter/xftextstyle \
+ lotuswordpro/source/filter/xfilter/xftime \
+ lotuswordpro/source/filter/xfilter/xftimestyle \
+ lotuswordpro/source/filter/xfilter/xfutil \
+))
+ # lotuswordpro/source/filter/lwpchartstreamtools
+ # lotuswordpro/source/filter/lwpchartwrapper
+ # lotuswordpro/source/filter/schxmlwrapper
+ # lotuswordpro/source/filter/xfilter/xfchartstreamtools
+ # lotuswordpro/source/filter/xfilter/xfchartxmlhandler
+ # lotuswordpro/source/filter/xfilter/xfdrawchart
+ # lotuswordpro/source/filter/xfilter/xftexttable
+
+# vim: set noet ts=4 sw=4:
diff --git a/lotuswordpro/Makefile b/lotuswordpro/Makefile
new file mode 100644
index 000000000000..a79aff831024
--- /dev/null
+++ b/lotuswordpro/Makefile
@@ -0,0 +1,38 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org. If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+ifeq ($(strip $(SOLARENV)),)
+$(error No environment set!)
+endif
+
+gb_PARTIALBUILD := T
+GBUILDDIR := $(SOLARENV)/gbuild
+include $(GBUILDDIR)/gbuild.mk
+
+$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
+
+# vim: set noet sw=4 ts=4:
diff --git a/lotuswordpro/Module_lotuswordpro.mk b/lotuswordpro/Module_lotuswordpro.mk
new file mode 100644
index 000000000000..4286ab852e57
--- /dev/null
+++ b/lotuswordpro/Module_lotuswordpro.mk
@@ -0,0 +1,34 @@
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# David Tardon, Red Hat Inc. <dtardon@redhat.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Major Contributor(s):
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_Module_Module,lotuswordpro))
+
+$(eval $(call gb_Module_add_targets,lotuswordpro,\
+ Library_lwpft \
+))
+
+# vim: set noet ts=4 sw=4:
diff --git a/lotuswordpro/prj/build.lst b/lotuswordpro/prj/build.lst
index 68b18e81df99..2c46966ab6c7 100644
--- a/lotuswordpro/prj/build.lst
+++ b/lotuswordpro/prj/build.lst
@@ -1,6 +1,3 @@
wp lotuswordpro : sfx2 sot svx comphelper BOOST:boost NULL
wp lotuswordpro usr1 - all lwp_mkout NULL
-wp lotuswordpro\source\filter nmake - all lwp_filter NULL
-wp lotuswordpro\source\filter\xfilter nmake - all lwp_xfilter NULL
-wp lotuswordpro\util nmake - all lwp_util lwp_filter lwp_xfilter NULL
-wp lotuswordpro\qa\cppunit nmake - all lwp_qa_cppunit lwp_util NULL
+wp lotuswordpro\prj nmake - all lwp_prj
diff --git a/lotuswordpro/prj/d.lst b/lotuswordpro/prj/d.lst
index 134657566260..e69de29bb2d1 100644
--- a/lotuswordpro/prj/d.lst
+++ b/lotuswordpro/prj/d.lst
@@ -1,4 +0,0 @@
-..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so
-..\%__SRC%\bin\*.dll %_DEST%\lib%_EXT%\*.dll
-..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib
-..\%__SRC%\misc\*.component %_DEST%\xml%_EXT%\*.component
diff --git a/lotuswordpro/prj/makefile.mk b/lotuswordpro/prj/makefile.mk
new file mode 100755
index 000000000000..e312a7ccab65
--- /dev/null
+++ b/lotuswordpro/prj/makefile.mk
@@ -0,0 +1,40 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org. If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+PRJ=..
+TARGET=prj
+
+.INCLUDE : settings.mk
+
+.IF "$(VERBOSE)"!=""
+VERBOSEFLAG :=
+.ELSE
+VERBOSEFLAG := -s
+.ENDIF
+
+all:
+ cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog
diff --git a/lotuswordpro/source/filter/makefile.mk b/lotuswordpro/source/filter/makefile.mk
deleted file mode 100644
index 2a93958c69d1..000000000000
--- a/lotuswordpro/source/filter/makefile.mk
+++ /dev/null
@@ -1,112 +0,0 @@
-PRJ=..$/..
-
-PRJNAME=lotuswordpro
-TARGET=filter
-ENABLE_EXCEPTIONS=true
-
-.INCLUDE : settings.mk
-
-SLOFILES= \
- $(SLO)$/LotusWordProImportFilter.obj \
- $(SLO)$/genericfilter.obj \
- $(SLO)$/lwpfilter.obj \
- $(SLO)$/bencont.obj \
- $(SLO)$/benlist.obj \
- $(SLO)$/benname.obj \
- $(SLO)$/benobj.obj \
- $(SLO)$/benval.obj \
- $(SLO)$/tocread.obj \
- $(SLO)$/utbenvs.obj \
- $(SLO)$/utlist.obj \
- $(SLO)$/lwp9reader.obj \
- $(SLO)$/lwpatomholder.obj \
- $(SLO)$/lwpbackgroundoverride.obj\
- $(SLO)$/lwpbasetype.obj \
- $(SLO)$/lwpcolor.obj \
- $(SLO)$/lwpcontent.obj \
- $(SLO)$/lwpdefobj.obj \
- $(SLO)$/lwpdlvlist.obj \
- $(SLO)$/lwpdivinfo.obj \
- $(SLO)$/lwpdivopts.obj \
- $(SLO)$/lwpdoc.obj \
- $(SLO)$/lwpfilehdr.obj \
- $(SLO)$/lwpfont.obj \
- $(SLO)$/lwpfoundry.obj \
- $(SLO)$/lwpfrib.obj \
- $(SLO)$/lwpfribtext.obj \
- $(SLO)$/lwpfribframe.obj \
- $(SLO)$/lwpfribbreaks.obj \
- $(SLO)$/lwpfribsection.obj \
- $(SLO)$/lwpfribptr.obj \
- $(SLO)$/lwpfribtable.obj \
- $(SLO)$/lwpholder.obj \
- $(SLO)$/lwpidxmgr.obj \
- $(SLO)$/lwplayout.obj \
- $(SLO)$/lwplaypiece.obj \
- $(SLO)$/lwplnopts.obj \
- $(SLO)$/lwptablelayout.obj \
- $(SLO)$/lwprowlayout.obj \
- $(SLO)$/lwpcelllayout.obj \
- $(SLO)$/lwpframelayout.obj \
- $(SLO)$/lwppagelayout.obj \
- $(SLO)$/lwpobj.obj \
- $(SLO)$/lwpobjhdr.obj \
- $(SLO)$/lwpobjid.obj \
- $(SLO)$/lwpobjfactory.obj \
- $(SLO)$/lwpobjstrm.obj \
- $(SLO)$/lwppara.obj \
- $(SLO)$/lwppara1.obj \
- $(SLO)$/lwpparastyle.obj \
- $(SLO)$/lwpprtinfo.obj \
- $(SLO)$/lwpborderstuff.obj \
- $(SLO)$/lwpparaborderoverride.obj \
- $(SLO)$/lwpstory.obj \
- $(SLO)$/lwpnumberingoverride.obj \
- $(SLO)$/lwpcharborderoverride.obj \
- $(SLO)$/lwpbreaksoverride.obj \
- $(SLO)$/lwpbackgroundstuff.obj \
- $(SLO)$/lwptaboverride.obj \
- $(SLO)$/lwptabrack.obj \
- $(SLO)$/lwpcharacterstyle.obj \
- $(SLO)$/lwpoverride.obj \
- $(SLO)$/lwpsortopt.obj \
- $(SLO)$/lwpsvstream.obj \
- $(SLO)$/lwptoc.obj \
- $(SLO)$/lwptools.obj \
- $(SLO)$/lwpusrdicts.obj \
- $(SLO)$/lwpuidoc.obj \
- $(SLO)$/lwpdllist.obj \
- $(SLO)$/lwpparaproperty.obj \
- $(SLO)$/lwpsilverbullet.obj \
- $(SLO)$/lwpcharsetmgr.obj \
- $(SLO)$/lwpsection.obj \
- $(SLO)$/lwppagehint.obj \
- $(SLO)$/lwpsdwfileloader.obj \
- $(SLO)$/lwpoleobject.obj \
- $(SLO)$/lwpbulletstylemgr.obj \
- $(SLO)$/lwpsdwgrouploaderv0102.obj \
- $(SLO)$/lwpgrfobj.obj \
- $(SLO)$/lwpdropcapmgr.obj \
- $(SLO)$/lwptblcell.obj \
- $(SLO)$/lwptable.obj \
- $(SLO)$/lwpmarker.obj \
- $(SLO)$/lwpproplist.obj \
- $(SLO)$/lwphyperlinkmgr.obj \
- $(SLO)$/lwpvpointer.obj \
- $(SLO)$/lwpdrawobj.obj \
- $(SLO)$/lwpsdwrect.obj \
- $(SLO)$/lwpfootnote.obj \
- $(SLO)$/lwpfnlayout.obj \
- $(SLO)$/lwpdocdata.obj \
- $(SLO)$/lwpnotes.obj \
- $(SLO)$/lwpverdocument.obj \
- $(SLO)$/localtime.obj \
- $(SLO)$/lwpfribmark.obj \
- $(SLO)$/lwpbookmarkmgr.obj \
- $(SLO)$/lwptblformula.obj\
- $(SLO)$/lwpnumericfmt.obj \
- $(SLO)$/lwpchangemgr.obj \
- $(SLO)$/explode.obj \
- $(SLO)$/lwpglobalmgr.obj
-
-.INCLUDE : target.mk
diff --git a/lotuswordpro/source/filter/xfilter/makefile.mk b/lotuswordpro/source/filter/xfilter/makefile.mk
deleted file mode 100644
index 5cc5c39e9697..000000000000
--- a/lotuswordpro/source/filter/xfilter/makefile.mk
+++ /dev/null
@@ -1,146 +0,0 @@
-#*************************************************************************
-#
-# The Contents of this file are made available subject to the terms of
-# either of the following licenses
-#
-# - GNU Lesser General Public License Version 2.1
-# - Sun Industry Standards Source License Version 1.1
-#
-# Sun Microsystems Inc., October, 2000
-#
-# GNU Lesser General Public License Version 2.1
-# =============================================
-# Copyright 2000 by Sun Microsystems, Inc.
-# 901 San Antonio Road, Palo Alto, CA 94303, USA
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License version 2.1, as published by the Free Software Foundation.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA
-#
-#
-# Sun Industry Standards Source License Version 1.1
-# =================================================
-# The contents of this file are subject to the Sun Industry Standards
-# Source License Version 1.1 (the "License"); You may not use this file
-# except in compliance with the License. You may obtain a copy of the
-# License at http://www.openoffice.org/license.html.
-#
-# Software provided under this License is provided on an "AS IS" basis,
-# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
-# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
-# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
-# See the License for the specific provisions governing your rights and
-# obligations concerning the Software.
-#
-# The Initial Developer of the Original Code is: IBM Corporation
-#
-# Copyright: 2008 by IBM Corporation
-#
-# All Rights Reserved.
-#
-# Contributor(s): _______________________________________
-#
-#
-#
-#*************************************************************************
-
-PRJ=..$/..$/..
-
-PRJNAME=lotuswordpro
-TARGET=xfilter
-ENABLE_EXCEPTIONS=true
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : settings.mk
-
-
-SLOFILES= \
- $(SLO)$/xfsaxattrlist.obj \
- $(SLO)$/xfsaxstream.obj \
- $(SLO)$/xffilestream.obj \
- $(SLO)$/xffileattrlist.obj \
- $(SLO)$/xfstylemanager.obj \
- $(SLO)$/xfstyle.obj \
- $(SLO)$/xftextstyle.obj \
- $(SLO)$/xffont.obj \
- $(SLO)$/xffontdecl.obj \
- $(SLO)$/xfstylecont.obj \
- $(SLO)$/xfcontentcontainer.obj \
- $(SLO)$/xfutil.obj \
- $(SLO)$/xfparastyle.obj \
- $(SLO)$/xffontfactory.obj \
- $(SLO)$/xftextcontent.obj \
- $(SLO)$/xfparagraph.obj \
- $(SLO)$/xftextspan.obj \
- $(SLO)$/xfofficemeta.obj \
- $(SLO)$/xfglobal.obj \
- $(SLO)$/xflist.obj \
- $(SLO)$/xftextheading.obj \
- $(SLO)$/xfpagemaster.obj \
- $(SLO)$/xfmasterpage.obj \
- $(SLO)$/xfheaderstyle.obj \
- $(SLO)$/xfsectionstyle.obj \
- $(SLO)$/xfsection.obj \
- $(SLO)$/xfliststyle.obj \
- $(SLO)$/xfborders.obj \
- $(SLO)$/xfshadow.obj \
- $(SLO)$/xfcolor.obj \
- $(SLO)$/xfcolumns.obj \
- $(SLO)$/xfmargins.obj \
- $(SLO)$/xfdatestyle.obj \
- $(SLO)$/xftimestyle.obj \
- $(SLO)$/xftime.obj \
- $(SLO)$/xfdate.obj \
- $(SLO)$/xfframe.obj \
- $(SLO)$/xfframestyle.obj \
- $(SLO)$/xftable.obj \
- $(SLO)$/xfrow.obj \
- $(SLO)$/xfcell.obj \
- $(SLO)$/xfcolstyle.obj \
- $(SLO)$/xfcellstyle.obj \
- $(SLO)$/xfrowstyle.obj \
- $(SLO)$/xftablestyle.obj \
- $(SLO)$/xftabstyle.obj \
- $(SLO)$/xfoutlinestyle.obj \
- $(SLO)$/xfindex.obj \
- $(SLO)$/xfbookmarkref.obj \
- $(SLO)$/xfdrawobj.obj \
- $(SLO)$/xfdrawline.obj \
- $(SLO)$/xfdrawrect.obj \
- $(SLO)$/xfdrawcircle.obj \
- $(SLO)$/xfdrawellipse.obj \
- $(SLO)$/xfdrawpolyline.obj \
- $(SLO)$/xfdrawpolygon.obj \
- $(SLO)$/xfdrawpath.obj \
- $(SLO)$/xfdrawstyle.obj \
- $(SLO)$/xfdrawlinestyle.obj \
- $(SLO)$/xfdrawareastyle.obj \
- $(SLO)$/xfimage.obj \
- $(SLO)$/xfimagestyle.obj \
- $(SLO)$/xfbase64.obj \
- $(SLO)$/xfoleobj.obj \
- $(SLO)$/xfbgimage.obj \
- $(SLO)$/xfconfigmanager.obj \
- $(SLO)$/xfnumberstyle.obj \
- $(SLO)$/xffloatframe.obj \
- $(SLO)$/xfentry.obj \
- $(SLO)$/xfcrossref.obj \
- $(SLO)$/xfdocfield.obj \
- $(SLO)$/xfchange.obj \
- $(SLO)$/xftextboxstyle.obj
-
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : target.mk
diff --git a/lotuswordpro/util/lwpft.map b/lotuswordpro/util/lwpft.map
deleted file mode 100644
index 368fd93401e9..000000000000
--- a/lotuswordpro/util/lwpft.map
+++ /dev/null
@@ -1,7 +0,0 @@
-UDK_3_0_0 {
- global:
- component_getImplementationEnvironment;
- component_getFactory;
- local:
- *;
-};
diff --git a/lotuswordpro/util/makefile.mk b/lotuswordpro/util/makefile.mk
deleted file mode 100644
index b150cc6736dd..000000000000
--- a/lotuswordpro/util/makefile.mk
+++ /dev/null
@@ -1,51 +0,0 @@
-PRJ=..
-PRJNAME=lotuswordpro
-TARGET=lwpft
-VERSION=$(UPD)
-
-.INCLUDE : settings.mk
-
-LIB1TARGET= $(SLB)$/$(TARGET).lib
-LIB1FILES= \
- $(SLB)$/filter.lib \
- $(SLB)$/xfilter.lib
-SHL1LIBS=$(LIB1TARGET)
-SHL1STDLIBS+= \
- $(TOOLSLIB) \
- $(COMPHELPERLIB) \
- $(UCBHELPERLIB) \
- $(CPPUHELPERLIB) \
- $(CPPULIB) \
- $(SALLIB) \
- $(SFXLIB) \
- $(SOTLIB) \
- $(VCLLIB) \
- $(ICUUCLIB) \
- $(ICUINLIB) \
- $(ICULELIB) \
- $(SVXCORELIB) \
- $(GOODIESLIB) \
- $(SVTOOLLIB) \
- $(XMLOFFLIB)
-
-SHL1TARGET = $(TARGET)$(DLLPOSTFIX)
-SHL1IMPLIB = i$(SHL1TARGET)
-SHL1LIBS = $(LIB1TARGET)
-SHL1VERSIONMAP=$(TARGET).map
-DEF1NAME=$(SHL1TARGET)
-
-.INCLUDE : target.mk
-
-ALLTAR : $(MISC)/lwpfilter.component $(MISC)/qa_lwpfilter.component
-
-$(MISC)/lwpfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- lwpfilter.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt lwpfilter.component
-
-$(MISC)/qa_lwpfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
- lwpfilter.component
- $(XSLTPROC) --nonet --stringparam uri \
- '$(COMPONENTPREFIX_INBUILD_NATIVE)$(SHL1TARGETN:f)' -o $@ \
- $(SOLARENV)/bin/createcomponent.xslt lwpfilter.component