Author: damjan Date: Tue Jan 3 18:01:55 2017 New Revision: 1777194 URL: http://svn.apache.org/viewvc?rev=1777194&view=rev Log: Port main/ucb to gbuild.
Use real version detection from the library instead of from the header files for apr, apr-util, and serf. Add apr, apr-util, and serf to main/RepositoryExternal.mk where they belong. For GNOMEVFS and GIO, use the CFLAGS and LIBS detected by ./configure instead of trying to rediscover them like the dmake makefiles did. Patch by: me Added: openoffice/trunk/main/ucb/JunitTest_ucb_complex.mk openoffice/trunk/main/ucb/JunitTest_ucb_unoapi.mk openoffice/trunk/main/ucb/Library_cached1.mk openoffice/trunk/main/ucb/Library_srtrs1.mk openoffice/trunk/main/ucb/Library_ucb1.mk openoffice/trunk/main/ucb/Library_ucpdav1.mk openoffice/trunk/main/ucb/Library_ucpexpand1.mk openoffice/trunk/main/ucb/Library_ucpext.mk openoffice/trunk/main/ucb/Library_ucpfile1.mk openoffice/trunk/main/ucb/Library_ucpftp1.mk openoffice/trunk/main/ucb/Library_ucpgio1.mk openoffice/trunk/main/ucb/Library_ucpgvfs1.mk openoffice/trunk/main/ucb/Library_ucphier1.mk openoffice/trunk/main/ucb/Library_ucppkg1.mk openoffice/trunk/main/ucb/Library_ucptdoc1.mk openoffice/trunk/main/ucb/Makefile (with props) openoffice/trunk/main/ucb/Module_ucb.mk openoffice/trunk/main/ucb/Package_xml.mk openoffice/trunk/main/ucb/inc/pch/precompiled_cacher.cxx openoffice/trunk/main/ucb/inc/pch/precompiled_cacher.hxx openoffice/trunk/main/ucb/inc/pch/precompiled_expand.cxx openoffice/trunk/main/ucb/inc/pch/precompiled_expand.hxx openoffice/trunk/main/ucb/inc/pch/precompiled_ext.cxx openoffice/trunk/main/ucb/inc/pch/precompiled_ext.hxx openoffice/trunk/main/ucb/inc/pch/precompiled_file.cxx openoffice/trunk/main/ucb/inc/pch/precompiled_file.hxx openoffice/trunk/main/ucb/inc/pch/precompiled_ftp.cxx openoffice/trunk/main/ucb/inc/pch/precompiled_ftp.hxx openoffice/trunk/main/ucb/inc/pch/precompiled_hier.cxx openoffice/trunk/main/ucb/inc/pch/precompiled_hier.hxx openoffice/trunk/main/ucb/inc/pch/precompiled_pkg.cxx openoffice/trunk/main/ucb/inc/pch/precompiled_pkg.hxx openoffice/trunk/main/ucb/inc/pch/precompiled_sorter.cxx openoffice/trunk/main/ucb/inc/pch/precompiled_sorter.hxx openoffice/trunk/main/ucb/inc/pch/precompiled_tdoc.cxx openoffice/trunk/main/ucb/inc/pch/precompiled_tdoc.hxx openoffice/trunk/main/ucb/inc/pch/precompiled_webdav.cxx openoffice/trunk/main/ucb/inc/pch/precompiled_webdav.hxx openoffice/trunk/main/ucb/prj/makefile.mk Removed: openoffice/trunk/main/ucb/inc/makefile.mk openoffice/trunk/main/ucb/qa/complex/ucb/makefile.mk openoffice/trunk/main/ucb/qa/unoapi/makefile.mk openoffice/trunk/main/ucb/source/cacher/makefile.mk openoffice/trunk/main/ucb/source/core/makefile.mk openoffice/trunk/main/ucb/source/regexp/makefile.mk openoffice/trunk/main/ucb/source/sorter/makefile.mk openoffice/trunk/main/ucb/source/ucp/expand/makefile.mk openoffice/trunk/main/ucb/source/ucp/ext/makefile.mk openoffice/trunk/main/ucb/source/ucp/file/makefile.mk openoffice/trunk/main/ucb/source/ucp/ftp/makefile.mk openoffice/trunk/main/ucb/source/ucp/gio/makefile.mk openoffice/trunk/main/ucb/source/ucp/gvfs/makefile.mk openoffice/trunk/main/ucb/source/ucp/hierarchy/makefile.mk openoffice/trunk/main/ucb/source/ucp/package/makefile.mk openoffice/trunk/main/ucb/source/ucp/tdoc/makefile.mk openoffice/trunk/main/ucb/source/ucp/webdav/makefile.mk Modified: openoffice/trunk/main/Repository.mk openoffice/trunk/main/RepositoryExternal.mk openoffice/trunk/main/postprocess/packcomponents/makefile.mk openoffice/trunk/main/set_soenv.in openoffice/trunk/main/ucb/prj/build.lst openoffice/trunk/main/ucb/prj/d.lst openoffice/trunk/main/ucb/qa/unoapi/Test.java openoffice/trunk/main/ucb/source/cacher/cachedcontentresultset.cxx openoffice/trunk/main/ucb/source/cacher/cachedcontentresultsetstub.cxx openoffice/trunk/main/ucb/source/cacher/cacheddynamicresultset.cxx openoffice/trunk/main/ucb/source/cacher/cacheddynamicresultsetstub.cxx openoffice/trunk/main/ucb/source/cacher/cacheserv.cxx openoffice/trunk/main/ucb/source/cacher/contentresultsetwrapper.cxx openoffice/trunk/main/ucb/source/cacher/dynamicresultsetwrapper.cxx openoffice/trunk/main/ucb/source/core/ucbserv.cxx openoffice/trunk/main/ucb/source/sorter/sortdynres.cxx openoffice/trunk/main/ucb/source/sorter/sortmain.cxx openoffice/trunk/main/ucb/source/sorter/sortresult.cxx openoffice/trunk/main/ucb/source/ucp/expand/ucpexpand.cxx openoffice/trunk/main/ucb/source/ucp/ext/ucpext_content.cxx openoffice/trunk/main/ucb/source/ucp/ext/ucpext_datasupplier.cxx openoffice/trunk/main/ucb/source/ucp/ext/ucpext_provider.cxx openoffice/trunk/main/ucb/source/ucp/ext/ucpext_resultset.cxx openoffice/trunk/main/ucb/source/ucp/ext/ucpext_services.cxx openoffice/trunk/main/ucb/source/ucp/file/bc.cxx openoffice/trunk/main/ucb/source/ucp/file/filcmd.cxx openoffice/trunk/main/ucb/source/ucp/file/filglob.cxx openoffice/trunk/main/ucb/source/ucp/file/filid.cxx openoffice/trunk/main/ucb/source/ucp/file/filinpstr.cxx openoffice/trunk/main/ucb/source/ucp/file/filinsreq.cxx openoffice/trunk/main/ucb/source/ucp/file/filnot.cxx openoffice/trunk/main/ucb/source/ucp/file/filprp.cxx openoffice/trunk/main/ucb/source/ucp/file/filrec.cxx openoffice/trunk/main/ucb/source/ucp/file/filrow.cxx openoffice/trunk/main/ucb/source/ucp/file/filrset.cxx openoffice/trunk/main/ucb/source/ucp/file/filstr.cxx openoffice/trunk/main/ucb/source/ucp/file/filtask.cxx openoffice/trunk/main/ucb/source/ucp/file/prov.cxx openoffice/trunk/main/ucb/source/ucp/file/shell.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpcfunc.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontent.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentcaps.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentidentifier.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentprovider.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpdirp.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpdynresultset.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpinpstr.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpintreq.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftploaderthread.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpresultsetI.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpresultsetbase.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpservices.cxx openoffice/trunk/main/ucb/source/ucp/ftp/ftpurl.cxx openoffice/trunk/main/ucb/source/ucp/ftp/test.cxx openoffice/trunk/main/ucb/source/ucp/ftp/test_activedatasink.cxx openoffice/trunk/main/ucb/source/ucp/ftp/test_ftpurl.cxx openoffice/trunk/main/ucb/source/ucp/ftp/test_multiservicefac.cxx openoffice/trunk/main/ucb/source/ucp/gio/gio_provider.cxx openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_content.cxx openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_directory.cxx openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_provider.cxx openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_stream.cxx openoffice/trunk/main/ucb/source/ucp/hierarchy/dynamicresultset.cxx openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchycontent.cxx openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydata.cxx openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydatasource.cxx openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyprovider.cxx openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyservices.cxx openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyuri.cxx openoffice/trunk/main/ucb/source/ucp/package/pkgcontent.cxx openoffice/trunk/main/ucb/source/ucp/package/pkgcontentcaps.cxx openoffice/trunk/main/ucb/source/ucp/package/pkgdatasupplier.cxx openoffice/trunk/main/ucb/source/ucp/package/pkgprovider.cxx openoffice/trunk/main/ucb/source/ucp/package/pkgresultset.cxx openoffice/trunk/main/ucb/source/ucp/package/pkgservices.cxx openoffice/trunk/main/ucb/source/ucp/package/pkguri.cxx openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_content.cxx openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_docmgr.cxx openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_provider.cxx openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_resultset.cxx openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_services.cxx openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_stgelems.cxx openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_storage.cxx openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_uri.cxx openoffice/trunk/main/ucb/source/ucp/webdav/AprEnv.cxx openoffice/trunk/main/ucb/source/ucp/webdav/ContentProperties.cxx openoffice/trunk/main/ucb/source/ucp/webdav/DAVProperties.cxx openoffice/trunk/main/ucb/source/ucp/webdav/DAVResourceAccess.cxx openoffice/trunk/main/ucb/source/ucp/webdav/DAVSessionFactory.cxx openoffice/trunk/main/ucb/source/ucp/webdav/DateTimeHelper.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfCallbacks.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfInputStream.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockRefreshProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockReqProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockStore.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfRequestProcessor.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfSession.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfUnlockProcImpl.cxx openoffice/trunk/main/ucb/source/ucp/webdav/SerfUri.cxx openoffice/trunk/main/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx openoffice/trunk/main/ucb/source/ucp/webdav/webdavcontent.cxx openoffice/trunk/main/ucb/source/ucp/webdav/webdavcontentcaps.cxx openoffice/trunk/main/ucb/source/ucp/webdav/webdavdatasupplier.cxx openoffice/trunk/main/ucb/source/ucp/webdav/webdavprovider.cxx openoffice/trunk/main/ucb/source/ucp/webdav/webdavresponseparser.cxx openoffice/trunk/main/ucb/source/ucp/webdav/webdavresultset.cxx openoffice/trunk/main/ucb/source/ucp/webdav/webdavservices.cxx Modified: openoffice/trunk/main/Repository.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/Repository.mk?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/Repository.mk (original) +++ openoffice/trunk/main/Repository.mk Tue Jan 3 18:01:55 2017 @@ -55,6 +55,7 @@ $(eval $(call gb_Helper_register_librari basctl \ basebmp \ basegfx \ + cached1 \ canvastools \ communi \ cppcanvas \ @@ -124,6 +125,7 @@ $(eval $(call gb_Helper_register_librari sdd \ sdui \ sdfilt \ + srtrs1 \ sysdtran \ sysdtrans \ textconversiondlgs \ @@ -134,6 +136,14 @@ $(eval $(call gb_Helper_register_librari unoxml \ vbahelper \ writerfilter \ + ucb1 \ + ucpdav1 \ + ucpfile1 \ + ucpftp1 \ + ucpgio1 \ + ucpgvfs1 \ + ucphier1 \ + ucppkg1 \ vcl \ vclplug_gen \ vclplug_gtk \ @@ -203,6 +213,9 @@ $(eval $(call gb_Helper_register_librari vbaswobj \ msforms \ vclcanvas \ + ucpext \ + ucpexpand1 \ + ucptdoc1 \ uuresolver \ writerfilter_debug \ )) Modified: openoffice/trunk/main/RepositoryExternal.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/RepositoryExternal.mk?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/RepositoryExternal.mk (original) +++ openoffice/trunk/main/RepositoryExternal.mk Tue Jan 3 18:01:55 2017 @@ -362,4 +362,88 @@ endef endif # SYSTEM_OPENSSL +ifeq ($(SYSTEM_APR),YES) + +define gb_LinkTarget__use_apr +$(call gb_LinkTarget_add_defs,$(1),\ + -DSYSTEM_APR \ +) +$(call gb_LinkTarget_set_include,$(1),\ + $$(INCLUDE) \ + $(APR_CFLAGS) \ +) +$(call gb_LinkTarget_add_libs,$(1),$(APR_LIBS)) +endef + +else # !SYSTEM_APR + +$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ + apr-1 \ +)) + +define gb_LinkTarget__use_apr +$(call gb_LinkTarget_add_linked_libs,$(1),\ + apr-1 \ +) +endef + +endif # SYSTEM_APR + + +ifeq ($(SYSTEM_APR_UTIL),YES) + +define gb_LinkTarget__use_apr_util +$(call gb_LinkTarget_add_defs,$(1),\ + -DSYSTEM_APR_UTIL \ +) +$(call gb_LinkTarget_set_include,$(1),\ + $$(INCLUDE) \ + $(APR_UTIL_CFLAGS) \ +) +$(call gb_LinkTarget_add_libs,$(1),$(APR_UTIL_LIBS)) +endef + +else # !SYSTEM_APR_UTIL + +$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ + aprutil-1 \ +)) + +define gb_LinkTarget__use_apr_util +$(call gb_LinkTarget_add_linked_libs,$(1),\ + aprutil-1 \ +) +endef + +endif # SYSTEM_APR_UTIL + + +ifeq ($(SYSTEM_SERF),YES) + +define gb_LinkTarget__use_serf +$(call gb_LinkTarget_add_defs,$(1),\ + -DSYSTEM_SERF \ +) +$(call gb_LinkTarget_set_include,$(1),\ + $$(INCLUDE) \ + $(SERF_CFLAGS) \ +) +$(call gb_LinkTarget_add_libs,$(1),$(SERF_LIBS)) +endef + +else # !SYSTEM_SERF + +$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ + serf-1 \ +)) + +define gb_LinkTarget__use_serf +$(call gb_LinkTarget_add_linked_libs,$(1),\ + serf-1 \ +) +endef + +endif # SYSTEM_SERF + + # vim: set noet sw=4 ts=4: Modified: openoffice/trunk/main/postprocess/packcomponents/makefile.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/postprocess/packcomponents/makefile.mk?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/postprocess/packcomponents/makefile.mk (original) +++ openoffice/trunk/main/postprocess/packcomponents/makefile.mk Tue Jan 3 18:01:55 2017 @@ -49,7 +49,6 @@ my_components = \ analysis \ basprov \ bib \ - cached1 \ calc \ chartcontroller \ chartmodel \ @@ -123,6 +122,17 @@ my_components = \ component/unotools/util/utl \ component/uui/util/uui \ component/toolkit/util/ootk \ + component/ucb/source/cacher/cached1 \ + component/ucb/source/core/ucb1 \ + component/ucb/source/sorter/srtrs1 \ + component/ucb/source/ucp/expand/ucpexpand1 \ + component/ucb/source/ucp/ext/ucpext \ + component/ucb/source/ucp/file/ucpfile1 \ + component/ucb/source/ucp/ftp/ucpftp1 \ + component/ucb/source/ucp/hierarchy/ucphier1 \ + component/ucb/source/ucp/package/ucppkg1 \ + component/ucb/source/ucp/tdoc/ucptdoc1 \ + component/ucb/source/ucp/webdav/ucpdav1 \ component/unoxml/source/rdf/unordf \ component/unoxml/source/service/unoxml \ component/writerfilter/util/writerfilter \ @@ -169,22 +179,12 @@ my_components = \ scriptframe \ sdbc2 \ spl \ - srtrs1 \ stringresource \ svgfilter \ syssh \ t602filter \ tvhlp1 \ - ucb1 \ ucpchelp1 \ - ucpdav1 \ - ucpexpand1 \ - ucpext \ - ucpfile1 \ - ucpftp1 \ - ucphier1 \ - ucppkg1 \ - ucptdoc1 \ updatefeed \ updchk \ vbaevents \ @@ -254,11 +254,11 @@ my_components += gconfbe1 .END .IF "$(ENABLE_GIO)" != "" -my_components += ucpgio +my_components += component/ucb/source/ucp/gio/ucpgio .END .IF "$(ENABLE_GNOMEVFS)" != "" -my_components += ucpgvfs +my_components += component/ucb/source/ucp/gvfs/ucpgvfs .END .IF "$(ENABLE_KAB)" != "" Modified: openoffice/trunk/main/set_soenv.in URL: http://svn.apache.org/viewvc/openoffice/trunk/main/set_soenv.in?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/set_soenv.in (original) +++ openoffice/trunk/main/set_soenv.in Tue Jan 3 18:01:55 2017 @@ -1684,7 +1684,11 @@ ToFile( "SERVLETAPI_JAR", "@SERVLETAP ToFile( "ENABLE_DBUS", "@ENABLE_DBUS@", "e" ); ToFile( "ENABLE_GCONF", "@ENABLE_GCONF@", "e" ); ToFile( "ENABLE_GNOMEVFS", "@ENABLE_GNOMEVFS@", "e" ); +ToFile( "GNOMEVFS_CFLAGS", "@GNOMEVFS_CFLAGS@", "e" ); +ToFile( "GNOMEVFS_LIBS", "@GNOMEVFS_LIBS@", "e" ); ToFile( "ENABLE_GIO", "@ENABLE_GIO@", "e" ); +ToFile( "GIO_CFLAGS", "@GIO_CFLAGS@", "e" ); +ToFile( "GIO_LIBS", "@GIO_LIBS@", "e" ); ToFile( "ENABLE_KDE", "@ENABLE_KDE@", "e" ); ToFile( "KDE_CFLAGS", "@KDE_CFLAGS@", "e" ); ToFile( "KDE_LIBS", "@KDE_LIBS@", "e" ); Added: openoffice/trunk/main/ucb/JunitTest_ucb_complex.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/JunitTest_ucb_complex.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/JunitTest_ucb_complex.mk (added) +++ openoffice/trunk/main/ucb/JunitTest_ucb_complex.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,42 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_JunitTest_JunitTest,ucb_complex,SRCDIR)) + +$(eval $(call gb_JunitTest_add_jars,ucb_complex,\ + $(OUTDIR)/bin/OOoRunner.jar \ + $(OUTDIR)/bin/ridl.jar \ + $(OUTDIR)/bin/test.jar \ + $(OUTDIR)/bin/unoil.jar \ + $(OUTDIR)/bin/jurt.jar \ +)) + +$(eval $(call gb_JunitTest_add_sourcefiles,ucb_complex,\ + ucb/qa/complex/ucb/UCB \ +)) + +$(eval $(call gb_JunitTest_add_classes,ucb_complex,\ + complex.ucb.UCB \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/JunitTest_ucb_unoapi.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/JunitTest_ucb_unoapi.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/JunitTest_ucb_unoapi.mk (added) +++ openoffice/trunk/main/ucb/JunitTest_ucb_unoapi.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,46 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_JunitTest_JunitTest,ucb_unoapi,SRCDIR)) + +$(eval $(call gb_JunitTest_set_defs,ucb_unoapi,\ + $$(DEFS) \ + -Dorg.openoffice.test.arg.sce=$(SRCDIR)/ucb/qa/unoapi/ucb.sce \ + -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/ucb/qa/unoapi/knownissues.xcl \ +)) + +$(eval $(call gb_JunitTest_add_jars,ucb_unoapi,\ + $(OUTDIR)/bin/OOoRunner.jar \ + $(OUTDIR)/bin/ridl.jar \ + $(OUTDIR)/bin/test.jar \ +)) + +$(eval $(call gb_JunitTest_add_sourcefiles,ucb_unoapi,\ + ucb/qa/unoapi/Test \ +)) + +$(eval $(call gb_JunitTest_add_classes,ucb_unoapi,\ + org.openoffice.ucb.qa.unoapi.Test \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_cached1.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_cached1.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_cached1.mk (added) +++ openoffice/trunk/main/ucb/Library_cached1.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,60 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,cached1)) + +$(eval $(call gb_Library_add_precompiled_header,cached1,$(SRCDIR)/ucb/inc/pch/precompiled_cacher)) + +$(eval $(call gb_Library_set_componentfile,cached1,ucb/source/cacher/cached1)) + +$(eval $(call gb_Library_set_include,cached1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ +)) + +$(eval $(call gb_Library_add_api,cached1,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,cached1,\ + cppuhelper \ + cppu \ + sal \ + stl \ + $(gb_STDLIBS) \ +)) + + +$(eval $(call gb_Library_add_exception_objects,cached1,\ + ucb/source/cacher/contentresultsetwrapper \ + ucb/source/cacher/cachedcontentresultsetstub \ + ucb/source/cacher/cachedcontentresultset \ + ucb/source/cacher/dynamicresultsetwrapper \ + ucb/source/cacher/cacheddynamicresultsetstub \ + ucb/source/cacher/cacheddynamicresultset \ + ucb/source/cacher/cacheserv \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_srtrs1.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_srtrs1.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_srtrs1.mk (added) +++ openoffice/trunk/main/ucb/Library_srtrs1.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,56 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,srtrs1)) + +$(eval $(call gb_Library_add_precompiled_header,srtrs1,$(SRCDIR)/ucb/inc/pch/precompiled_sorter)) + +$(eval $(call gb_Library_set_componentfile,srtrs1,ucb/source/sorter/srtrs1)) + +$(eval $(call gb_Library_set_include,srtrs1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ +)) + +$(eval $(call gb_Library_add_api,srtrs1,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,srtrs1,\ + cppuhelper \ + cppu \ + sal \ + stl \ + $(gb_STDLIBS) \ +)) + + +$(eval $(call gb_Library_add_exception_objects,srtrs1,\ + ucb/source/sorter/sortdynres \ + ucb/source/sorter/sortresult \ + ucb/source/sorter/sortmain \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_ucb1.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_ucb1.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_ucb1.mk (added) +++ openoffice/trunk/main/ucb/Library_ucb1.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,63 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,ucb1)) + +$(eval $(call gb_Library_add_precompiled_header,ucb1,$(SRCDIR)/ucb/inc/pch/precompiled_ucb)) + +$(eval $(call gb_Library_set_componentfile,ucb1,ucb/source/core/ucb1)) + +$(eval $(call gb_Library_set_include,ucb1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ +)) + +$(eval $(call gb_Library_add_api,ucb1,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,ucb1,\ + cppuhelper \ + cppu \ + sal \ + stl \ + ucbhelper \ + $(gb_STDLIBS) \ +)) + + +$(eval $(call gb_Library_add_exception_objects,ucb1,\ + ucb/source/regexp/regexp \ + ucb/source/core/identify \ + ucb/source/core/ucb \ + ucb/source/core/ucbserv \ + ucb/source/core/ucbstore \ + ucb/source/core/ucbprops \ + ucb/source/core/provprox \ + ucb/source/core/ucbcmds \ + ucb/source/core/cmdenv \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_ucpdav1.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_ucpdav1.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_ucpdav1.mk (added) +++ openoffice/trunk/main/ucb/Library_ucpdav1.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,112 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,ucpdav1)) + +$(eval $(call gb_Library_add_precompiled_header,ucpdav1,$(SRCDIR)/ucb/inc/pch/precompiled_webdav)) + +$(eval $(call gb_Library_set_componentfile,ucpdav1,ucb/source/ucp/webdav/ucpdav1)) + +$(eval $(call gb_Library_set_include,ucpdav1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ +)) + +$(eval $(call gb_Library_add_api,ucpdav1,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,ucpdav1,\ + comphelper \ + cppuhelper \ + cppu \ + sal \ + salhelper \ + stl \ + tl \ + ucbhelper \ + $(gb_STDLIBS) \ +)) + +ifeq ($(GUI),WNT) +$(eval $(call gb_Library_add_linked_libs,ucpdav1,wsock32)) +ifneq ($(WINDOWS_VISTA_PSDK),) +$(eval $(call gb_Library_add_linked_libs,ucpdav1,ws2_32)) +endif +endif + +ifeq ($(OS),SOLARIS) +$(eval $(call gb_Library_add_linked_libs,ucpdav1,\ + dl \ + nsl \ + socket \ +)) +endif + +$(call gb_Library_use_external,ucpdav1,apr) +$(call gb_Library_use_external,ucpdav1,apr_util) +$(call gb_Library_use_external,ucpdav1,libxml2) +$(call gb_Library_use_external,ucpdav1,openssl) +$(call gb_Library_use_external,ucpdav1,serf) + +$(eval $(call gb_Library_add_exception_objects,ucpdav1,\ + ucb/source/ucp/webdav/webdavservices \ + ucb/source/ucp/webdav/webdavprovider \ + ucb/source/ucp/webdav/webdavcontent \ + ucb/source/ucp/webdav/webdavcontentcaps \ + ucb/source/ucp/webdav/webdavresultset \ + ucb/source/ucp/webdav/webdavdatasupplier \ + ucb/source/ucp/webdav/ContentProperties \ + ucb/source/ucp/webdav/DAVProperties \ + ucb/source/ucp/webdav/DAVSessionFactory \ + ucb/source/ucp/webdav/DAVResourceAccess \ + ucb/source/ucp/webdav/AprEnv \ + ucb/source/ucp/webdav/webdavresponseparser \ + ucb/source/ucp/webdav/SerfUri \ + ucb/source/ucp/webdav/SerfRequestProcessor \ + ucb/source/ucp/webdav/SerfRequestProcessorImpl \ + ucb/source/ucp/webdav/SerfRequestProcessorImplFac \ + ucb/source/ucp/webdav/SerfPropFindReqProcImpl \ + ucb/source/ucp/webdav/SerfPropPatchReqProcImpl \ + ucb/source/ucp/webdav/SerfGetReqProcImpl \ + ucb/source/ucp/webdav/SerfHeadReqProcImpl \ + ucb/source/ucp/webdav/SerfPutReqProcImpl \ + ucb/source/ucp/webdav/SerfPostReqProcImpl \ + ucb/source/ucp/webdav/SerfDeleteReqProcImpl \ + ucb/source/ucp/webdav/SerfMkColReqProcImpl \ + ucb/source/ucp/webdav/SerfCopyReqProcImpl \ + ucb/source/ucp/webdav/SerfMoveReqProcImpl \ + ucb/source/ucp/webdav/SerfLockReqProcImpl \ + ucb/source/ucp/webdav/SerfLockRefreshProcImpl \ + ucb/source/ucp/webdav/SerfUnlockProcImpl \ + ucb/source/ucp/webdav/SerfLockStore \ + ucb/source/ucp/webdav/SerfSession \ + ucb/source/ucp/webdav/SerfCallbacks \ + ucb/source/ucp/webdav/SerfInputStream \ + ucb/source/ucp/webdav/DateTimeHelper \ + ucb/source/ucp/webdav/UCBDeadPropertyValue \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_ucpexpand1.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_ucpexpand1.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_ucpexpand1.mk (added) +++ openoffice/trunk/main/ucb/Library_ucpexpand1.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,54 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,ucpexpand1)) + +$(eval $(call gb_Library_add_precompiled_header,ucpexpand1,$(SRCDIR)/ucb/inc/pch/precompiled_ftp)) + +$(eval $(call gb_Library_set_componentfile,ucpexpand1,ucb/source/ucp/expand/ucpexpand1)) + +$(eval $(call gb_Library_set_include,ucpexpand1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ +)) + +$(eval $(call gb_Library_add_api,ucpexpand1,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,ucpexpand1,\ + cppuhelper \ + cppu \ + sal \ + stl \ + ucbhelper \ + $(gb_STDLIBS) \ +)) + +$(eval $(call gb_Library_add_exception_objects,ucpexpand1,\ + ucb/source/ucp/expand/ucpexpand \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_ucpext.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_ucpext.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_ucpext.mk (added) +++ openoffice/trunk/main/ucb/Library_ucpext.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,60 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,ucpext)) + +$(eval $(call gb_Library_add_precompiled_header,ucpext,$(SRCDIR)/ucb/inc/pch/precompiled_ext)) + +$(eval $(call gb_Library_set_componentfile,ucpext,ucb/source/ucp/ext/ucpext)) + +$(eval $(call gb_Library_set_include,ucpext,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ +)) + +$(eval $(call gb_Library_add_api,ucpext,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,ucpext,\ + comphelper \ + cppuhelper \ + cppu \ + sal \ + salhelper \ + stl \ + ucbhelper \ + $(gb_STDLIBS) \ +)) + +$(eval $(call gb_Library_add_exception_objects,ucpext,\ + ucb/source/ucp/ext/ucpext_provider \ + ucb/source/ucp/ext/ucpext_content \ + ucb/source/ucp/ext/ucpext_services \ + ucb/source/ucp/ext/ucpext_resultset \ + ucb/source/ucp/ext/ucpext_datasupplier \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_ucpfile1.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_ucpfile1.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_ucpfile1.mk (added) +++ openoffice/trunk/main/ucb/Library_ucpfile1.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,68 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,ucpfile1)) + +$(eval $(call gb_Library_add_precompiled_header,ucpfile1,$(SRCDIR)/ucb/inc/pch/precompiled_file)) + +$(eval $(call gb_Library_set_componentfile,ucpfile1,ucb/source/ucp/file/ucpfile1)) + +$(eval $(call gb_Library_set_include,ucpfile1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ +)) + +$(eval $(call gb_Library_add_api,ucpfile1,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,ucpfile1,\ + cppuhelper \ + cppu \ + sal \ + stl \ + ucbhelper \ + $(gb_STDLIBS) \ +)) + +$(eval $(call gb_Library_add_exception_objects,ucpfile1,\ + ucb/source/ucp/file/prov \ + ucb/source/ucp/file/bc \ + ucb/source/ucp/file/shell \ + ucb/source/ucp/file/filtask \ + ucb/source/ucp/file/filrow \ + ucb/source/ucp/file/filrset \ + ucb/source/ucp/file/filid \ + ucb/source/ucp/file/filnot \ + ucb/source/ucp/file/filprp \ + ucb/source/ucp/file/filinpstr \ + ucb/source/ucp/file/filstr \ + ucb/source/ucp/file/filcmd \ + ucb/source/ucp/file/filglob \ + ucb/source/ucp/file/filinsreq \ + ucb/source/ucp/file/filrec \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_ucpftp1.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_ucpftp1.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_ucpftp1.mk (added) +++ openoffice/trunk/main/ucb/Library_ucpftp1.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,76 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,ucpftp1)) + +$(eval $(call gb_Library_add_precompiled_header,ucpftp1,$(SRCDIR)/ucb/inc/pch/precompiled_ftp)) + +$(eval $(call gb_Library_set_componentfile,ucpftp1,ucb/source/ucp/ftp/ucpftp1)) + +$(eval $(call gb_Library_set_include,ucpftp1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ + $(filter -I%,$(CURL_CFLAGS)) \ +)) + +$(eval $(call gb_Library_add_cflags,ucpftp1,\ + $(filter-out -I%,$(CURL_CFLAGS)) \ +)) + +$(eval $(call gb_Library_add_api,ucpftp1,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,ucpftp1,\ + cppuhelper \ + cppu \ + sal \ + stl \ + ucbhelper \ + $(gb_STDLIBS) \ +)) + +$(eval $(call gb_Library_add_libs,ucpftp1,\ + $(CURL_LIBS) \ +)) + +$(eval $(call gb_Library_add_exception_objects,ucpftp1,\ + ucb/source/ucp/ftp/ftpservices \ + ucb/source/ucp/ftp/ftpcontentprovider \ + ucb/source/ucp/ftp/ftpcontent \ + ucb/source/ucp/ftp/ftpcontentidentifier \ + ucb/source/ucp/ftp/ftpcontentcaps \ + ucb/source/ucp/ftp/ftpdynresultset \ + ucb/source/ucp/ftp/ftpresultsetbase \ + ucb/source/ucp/ftp/ftpresultsetI \ + ucb/source/ucp/ftp/ftploaderthread \ + ucb/source/ucp/ftp/ftpinpstr \ + ucb/source/ucp/ftp/ftpdirp \ + ucb/source/ucp/ftp/ftpcfunc \ + ucb/source/ucp/ftp/ftpurl \ + ucb/source/ucp/ftp/ftpintreq \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_ucpgio1.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_ucpgio1.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_ucpgio1.mk (added) +++ openoffice/trunk/main/ucb/Library_ucpgio1.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,69 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,ucpgio1)) + +$(eval $(call gb_Library_set_componentfile,ucpgio1,ucb/source/ucp/gio/ucpgio)) + +$(eval $(call gb_Library_set_include,ucpgio1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ + $(filter -I%,$(GIO_CFLAGS)) \ +)) + +$(eval $(call gb_Library_add_cflags,ucpgio1,\ + $(filter-out -I%,$(GIO_CFLAGS)) \ +)) + +$(eval $(call gb_Library_add_api,ucpgio1,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,ucpgio1,\ + cppuhelper \ + cppu \ + sal \ + salhelper \ + stl \ + ucbhelper \ + $(gb_STDLIBS) \ +)) + +$(eval $(call gb_Library_add_libs,ucpgio1,\ + $(GIO_LIBS) \ +)) + +$(eval $(call gb_Library_add_exception_objects,ucpgio1,\ + ucp/source/ucp/gio/gio_provider \ + ucp/source/ucp/gio/gio_content \ + ucp/source/ucp/gio/gio_resultset \ + ucp/source/ucp/gio/gio_datasupplier \ + ucp/source/ucp/gio/gio_seekable \ + ucp/source/ucp/gio/gio_inputstream \ + ucp/source/ucp/gio/gio_outputstream \ + ucp/source/ucp/gio/gio_mount \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_ucpgvfs1.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_ucpgvfs1.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_ucpgvfs1.mk (added) +++ openoffice/trunk/main/ucb/Library_ucpgvfs1.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,65 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,ucpgvfs1)) + +$(eval $(call gb_Library_set_componentfile,ucpgvfs1,ucb/source/ucp/gvfs/ucpgvfs)) + +$(eval $(call gb_Library_set_include,ucpgvfs1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ + $(filter -I%,$(GNOMEVFS_CFLAGS)) \ +)) + +$(eval $(call gb_Library_add_cflags,ucpgvfs1,\ + $(filter-out -I%,$(GNOMEVFS_CFLAGS)) \ +)) + +$(eval $(call gb_Library_add_api,ucpgvfs1,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,ucpgvfs1,\ + cppuhelper \ + cppu \ + sal \ + salhelper \ + stl \ + ucbhelper \ + $(gb_STDLIBS) \ +)) + +$(eval $(call gb_Library_add_libs,ucpgvfs1,\ + $(GNOMEVFS_LIBS) \ +)) + +$(eval $(call gb_Library_add_exception_objects,ucpgvfs1,\ + ucb/source/ucp/gvfs/gvfs_content \ + ucb/source/ucp/gvfs/gvfs_directory \ + ucb/source/ucp/gvfs/gvfs_stream \ + ucb/source/ucp/gvfs/gvfs_provider \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_ucphier1.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_ucphier1.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_ucphier1.mk (added) +++ openoffice/trunk/main/ucb/Library_ucphier1.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,63 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,ucphier1)) + +$(eval $(call gb_Library_add_precompiled_header,ucphier1,$(SRCDIR)/ucb/inc/pch/precompiled_hier)) + +$(eval $(call gb_Library_set_componentfile,ucphier1,ucb/source/ucp/hierarchy/ucphier1)) + +$(eval $(call gb_Library_set_include,ucphier1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ +)) + +$(eval $(call gb_Library_add_api,ucphier1,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,ucphier1,\ + cppuhelper \ + cppu \ + sal \ + salhelper \ + stl \ + ucbhelper \ + $(gb_STDLIBS) \ +)) + +$(eval $(call gb_Library_add_exception_objects,ucphier1,\ + ucb/source/ucp/hierarchy/hierarchyservices \ + ucb/source/ucp/hierarchy/hierarchydata \ + ucb/source/ucp/hierarchy/hierarchyprovider \ + ucb/source/ucp/hierarchy/hierarchycontent \ + ucb/source/ucp/hierarchy/hierarchycontentcaps \ + ucb/source/ucp/hierarchy/hierarchydatasupplier \ + ucb/source/ucp/hierarchy/dynamicresultset \ + ucb/source/ucp/hierarchy/hierarchydatasource \ + ucb/source/ucp/hierarchy/hierarchyuri \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_ucppkg1.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_ucppkg1.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_ucppkg1.mk (added) +++ openoffice/trunk/main/ucb/Library_ucppkg1.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,62 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,ucppkg1)) + +$(eval $(call gb_Library_add_precompiled_header,ucppkg1,$(SRCDIR)/ucb/inc/pch/precompiled_pkg)) + +$(eval $(call gb_Library_set_componentfile,ucppkg1,ucb/source/ucp/package/ucppkg1)) + +$(eval $(call gb_Library_set_include,ucppkg1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ +)) + +$(eval $(call gb_Library_add_api,ucppkg1,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,ucppkg1,\ + comphelper \ + cppuhelper \ + cppu \ + sal \ + salhelper \ + stl \ + ucbhelper \ + $(gb_STDLIBS) \ +)) + +$(eval $(call gb_Library_add_exception_objects,ucppkg1,\ + ucb/source/ucp/package/pkgservices \ + ucb/source/ucp/package/pkguri \ + ucb/source/ucp/package/pkgprovider \ + ucb/source/ucp/package/pkgcontent \ + ucb/source/ucp/package/pkgcontentcaps \ + ucb/source/ucp/package/pkgresultset \ + ucb/source/ucp/package/pkgdatasupplier \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Library_ucptdoc1.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Library_ucptdoc1.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Library_ucptdoc1.mk (added) +++ openoffice/trunk/main/ucb/Library_ucptdoc1.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,67 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Library_Library,ucptdoc1)) + +$(eval $(call gb_Library_add_precompiled_header,ucptdoc1,$(SRCDIR)/ucb/inc/pch/precompiled_tdoc)) + +$(eval $(call gb_Library_set_componentfile,ucptdoc1,ucb/source/ucp/tdoc/ucptdoc1)) + +$(eval $(call gb_Library_set_include,ucptdoc1,\ + $$(INCLUDE) \ + -I$(SRCDIR)/ucb/inc/pch \ + -I$(SRCDIR)/ucb/source/inc \ +)) + +$(eval $(call gb_Library_add_api,ucptdoc1,\ + offapi \ + udkapi \ +)) + +$(eval $(call gb_Library_add_linked_libs,ucptdoc1,\ + comphelper \ + cppuhelper \ + cppu \ + sal \ + salhelper \ + stl \ + ucbhelper \ + $(gb_STDLIBS) \ +)) + +$(eval $(call gb_Library_add_exception_objects,ucptdoc1,\ + ucb/source/ucp/tdoc/tdoc_provider \ + ucb/source/ucp/tdoc/tdoc_services \ + ucb/source/ucp/tdoc/tdoc_uri \ + ucb/source/ucp/tdoc/tdoc_content \ + ucb/source/ucp/tdoc/tdoc_contentcaps \ + ucb/source/ucp/tdoc/tdoc_storage \ + ucb/source/ucp/tdoc/tdoc_docmgr \ + ucb/source/ucp/tdoc/tdoc_datasupplier \ + ucb/source/ucp/tdoc/tdoc_resultset \ + ucb/source/ucp/tdoc/tdoc_documentcontentfactory \ + ucb/source/ucp/tdoc/tdoc_passwordrequest \ + ucb/source/ucp/tdoc/tdoc_stgelems \ +)) + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Makefile URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Makefile?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Makefile (added) +++ openoffice/trunk/main/ucb/Makefile Tue Jan 3 18:01:55 2017 @@ -0,0 +1,32 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the 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: Propchange: openoffice/trunk/main/ucb/Makefile ------------------------------------------------------------------------------ svn:eol-style = native Added: openoffice/trunk/main/ucb/Module_ucb.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Module_ucb.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Module_ucb.mk (added) +++ openoffice/trunk/main/ucb/Module_ucb.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,60 @@ +#************************************************************** +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +#************************************************************** + + + +$(eval $(call gb_Module_Module,ucb)) + +$(eval $(call gb_Module_add_targets,ucb,\ + Library_cached1 \ + Library_srtrs1 \ + Library_ucb1 \ + Library_ucpdav1 \ + Library_ucpexpand1 \ + Library_ucpext \ + Library_ucpfile1 \ + Library_ucpftp1 \ + Library_ucphier1 \ + Library_ucppkg1 \ + Library_ucptdoc1 \ + Package_xml \ +)) + +ifeq ($(ENABLE_GNOMEVFS),TRUE) +$(eval $(call gb_Module_add_targets,ucb,\ + Library_ucpgvfs1 \ +)) +endif + +ifeq ($(ENABLE_GIO),TRUE) +$(eval $(call gb_Module_add_targets,ucb,\ + Library_ucpgio1 \ +)) +endif + +ifneq ($(OOO_JUNIT_JAR),) +$(eval $(call gb_Module_add_subsequentcheck_targets,ucb,\ + JunitTest_ucb_complex \ + JunitTest_ucb_unoapi \ +)) +endif + +# vim: set noet sw=4 ts=4: Added: openoffice/trunk/main/ucb/Package_xml.mk URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/Package_xml.mk?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/Package_xml.mk (added) +++ openoffice/trunk/main/ucb/Package_xml.mk Tue Jan 3 18:01:55 2017 @@ -0,0 +1,36 @@ +############################################################### +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +############################################################### + + + +$(eval $(call gb_Package_Package,ucb_xml,$(SRCDIR)/ucb/source)) + +$(eval $(call gb_Package_add_file,ucb_xml,xml/cached.xml,cacher/cached.xml)) +$(eval $(call gb_Package_add_file,ucb_xml,xml/srtrs.xml,sorter/srtrs.xml)) +$(eval $(call gb_Package_add_file,ucb_xml,xml/ucb.xml,core/ucb.xml)) +$(eval $(call gb_Package_add_file,ucb_xml,xml/ucpfile.xml,ucp/file/ucpfile.xml)) +$(eval $(call gb_Package_add_file,ucb_xml,xml/ucpftp.xml,ucp/ftp/ucpftp.xml)) +$(eval $(call gb_Package_add_file,ucb_xml,xml/ucpgio.xml,ucp/gio/ucpgio.xml)) +$(eval $(call gb_Package_add_file,ucb_xml,xml/ucpgvfs.xml,ucp/gvfs/ucpgvfs.xml)) +$(eval $(call gb_Package_add_file,ucb_xml,xml/ucphier.xml,ucp/hierarchy/ucphier.xml)) +$(eval $(call gb_Package_add_file,ucb_xml,xml/ucppkg.xml,ucp/package/ucppkg.xml)) +$(eval $(call gb_Package_add_file,ucb_xml,xml/ucptdoc.xml,ucp/tdoc/ucptdoc.xml)) +$(eval $(call gb_Package_add_file,ucb_xml,xml/ucpdav.xml,ucp/webdav/ucpdav.xml)) Added: openoffice/trunk/main/ucb/inc/pch/precompiled_cacher.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/inc/pch/precompiled_cacher.cxx?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/inc/pch/precompiled_cacher.cxx (added) +++ openoffice/trunk/main/ucb/inc/pch/precompiled_cacher.cxx Tue Jan 3 18:01:55 2017 @@ -0,0 +1,25 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +#include "precompiled_cacher.hxx" + Added: openoffice/trunk/main/ucb/inc/pch/precompiled_cacher.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/inc/pch/precompiled_cacher.hxx?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/inc/pch/precompiled_cacher.hxx (added) +++ openoffice/trunk/main/ucb/inc/pch/precompiled_cacher.hxx Tue Jan 3 18:01:55 2017 @@ -0,0 +1,180 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +// MARKER(update_precomp.py): Generated on 2006-09-01 17:50:16.045215 + +#ifdef PRECOMPILED_HEADERS +//---MARKER--- +#include "sal/types.h" + +#include "com/sun/star/beans/IllegalTypeException.hpp" +#include "com/sun/star/beans/Property.hpp" +#include "com/sun/star/beans/PropertyAttribute.hpp" +#include "com/sun/star/beans/PropertyChangeEvent.hpp" +#include "com/sun/star/beans/PropertySetInfoChange.hpp" +#include "com/sun/star/beans/PropertySetInfoChangeEvent.hpp" +#include "com/sun/star/beans/PropertyState.hpp" +#include "com/sun/star/beans/PropertyValue.hpp" +#include "com/sun/star/beans/UnknownPropertyException.hpp" +#include "com/sun/star/beans/XPropertiesChangeListener.hpp" +#include "com/sun/star/beans/XPropertiesChangeNotifier.hpp" +#include "com/sun/star/beans/XPropertyAccess.hpp" +#include "com/sun/star/beans/XPropertyChangeListener.hpp" +#include "com/sun/star/beans/XPropertyContainer.hpp" +#include "com/sun/star/beans/XPropertySet.hpp" +#include "com/sun/star/beans/XPropertySetInfo.hpp" +#include "com/sun/star/beans/XPropertySetInfoChangeListener.hpp" +#include "com/sun/star/beans/XPropertySetInfoChangeNotifier.hpp" +#include "com/sun/star/bridge/XUnoUrlResolver.hpp" +#include "com/sun/star/container/XChild.hpp" +#include "com/sun/star/container/XEnumeration.hpp" +#include "com/sun/star/container/XEnumerationAccess.hpp" +#include "com/sun/star/container/XHierarchicalNameAccess.hpp" +#include "com/sun/star/container/XNameAccess.hpp" +#include "com/sun/star/container/XNameContainer.hpp" +#include "com/sun/star/container/XNameReplace.hpp" +#include "com/sun/star/container/XNamed.hpp" +#include "com/sun/star/document/XEventBroadcaster.hpp" +#include "com/sun/star/document/XEventListener.hpp" +#include "com/sun/star/document/XStorageBasedDocument.hpp" +#include "com/sun/star/embed/ElementModes.hpp" +#include "com/sun/star/embed/XStorage.hpp" +#include "com/sun/star/embed/XTransactedObject.hpp" +#include "com/sun/star/frame/XModel.hpp" +#include "com/sun/star/frame/XModuleManager.hpp" +#include "com/sun/star/frame/XStorable.hpp" +#include "com/sun/star/io/IOException.hpp" +#include "com/sun/star/io/XActiveDataSink.hpp" +#include "com/sun/star/io/XActiveDataStreamer.hpp" +#include "com/sun/star/io/XAsyncOutputMonitor.hpp" +#include "com/sun/star/io/XInputStream.hpp" +#include "com/sun/star/io/XOutputStream.hpp" +#include "com/sun/star/io/XSeekable.hpp" +#include "com/sun/star/io/XStream.hpp" +#include "com/sun/star/io/XTruncate.hpp" +#include "com/sun/star/lang/DisposedException.hpp" +#include "com/sun/star/lang/IllegalAccessException.hpp" +#include "com/sun/star/lang/IllegalArgumentException.hpp" +#include "com/sun/star/lang/XComponent.hpp" +#include "com/sun/star/lang/XInitialization.hpp" +#include "com/sun/star/lang/XMultiServiceFactory.hpp" +#include "com/sun/star/lang/XServiceInfo.hpp" +#include "com/sun/star/lang/XSingleServiceFactory.hpp" +#include "com/sun/star/lang/XTypeProvider.hpp" +#include "com/sun/star/packages/WrongPasswordException.hpp" +#include "com/sun/star/reflection/XProxyFactory.hpp" +#include "com/sun/star/registry/XRegistryKey.hpp" +#include "com/sun/star/script/XTypeConverter.hpp" +#include "com/sun/star/sdbc/DataType.hpp" +#include "com/sun/star/sdbc/FetchDirection.hpp" +#include "com/sun/star/sdbc/ResultSetType.hpp" +#include "com/sun/star/sdbc/XCloseable.hpp" +#include "com/sun/star/sdbc/XResultSet.hpp" +#include "com/sun/star/sdbc/XResultSetMetaData.hpp" +#include "com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp" +#include "com/sun/star/sdbc/XRow.hpp" +#include "com/sun/star/task/DocumentPasswordRequest.hpp" +#include "com/sun/star/task/NoMasterException.hpp" +#include "com/sun/star/task/PasswordRequestMode.hpp" +#include "com/sun/star/task/XInteractionAbort.hpp" +#include "com/sun/star/task/XInteractionApprove.hpp" +#include "com/sun/star/task/XInteractionDisapprove.hpp" +#include "com/sun/star/task/XInteractionHandler.hpp" +#include "com/sun/star/task/XInteractionPassword.hpp" +#include "com/sun/star/task/XInteractionRequest.hpp" +#include "com/sun/star/task/XPasswordContainer.hpp" +#include "com/sun/star/uno/Any.hxx" +#include "com/sun/star/uno/Exception.hpp" +#include "com/sun/star/uno/Reference.h" +#include "com/sun/star/uno/Reference.hxx" +#include "com/sun/star/uno/RuntimeException.hpp" +#include "com/sun/star/uno/Sequence.hxx" +#include "com/sun/star/uno/Type.hxx" +#include "com/sun/star/uno/XComponentContext.hpp" +#include "com/sun/star/uno/XInterface.hpp" +#include "com/sun/star/uno/XReference.hpp" +#include "com/sun/star/uno/XWeak.hpp" +#include "com/sun/star/util/Date.hpp" +#include "com/sun/star/util/DateTime.hpp" +#include "com/sun/star/util/Time.hpp" +#include "com/sun/star/util/XChangesBatch.hpp" +#include "com/sun/star/util/XChangesNotifier.hpp" +#include "com/sun/star/util/XMacroExpander.hpp" +#include "com/sun/star/util/XOfficeInstallationDirectories.hpp" + +#include "comphelper/processfactory.hxx" + +#include "cppuhelper/bootstrap.hxx" +#include "cppuhelper/compbase2.hxx" +#include "cppuhelper/exc_hlp.hxx" +#include "cppuhelper/factory.hxx" +#include "cppuhelper/implbase1.hxx" +#include "cppuhelper/implbase2.hxx" +#include "cppuhelper/implbase5.hxx" +#include "cppuhelper/implementationentry.hxx" +#include "cppuhelper/interfacecontainer.h" +#include "cppuhelper/interfacecontainer.hxx" +#include "cppuhelper/queryinterface.hxx" +#include "cppuhelper/typeprovider.hxx" +#include "cppuhelper/weak.hxx" +#include "cppuhelper/weakref.hxx" + +#include "libxml/parser.h" + +#include "osl/conditn.hxx" +#include "osl/diagnose.h" +#include "osl/doublecheckedlocking.h" +#include "osl/file.hxx" +#include "osl/interlck.h" +#include "osl/module.h" +#include "osl/mutex.hxx" +#include "osl/process.h" +#include "osl/security.hxx" +#include "osl/socket.h" +#include "osl/socket.hxx" +#include "osl/thread.h" +#include "osl/time.h" + +#include "rtl/alloc.h" +#include "rtl/memory.h" +#include "rtl/string.hxx" +#include "rtl/ustrbuf.hxx" +#include "rtl/ustring.h" +#include "rtl/ustring.hxx" + +#include "salhelper/simplereferenceobject.hxx" + +#include "sys/types.h" + +#include "ucbhelper/configurationkeys.hxx" +#include "ucbhelper/macros.hxx" +#include "ucbhelper/proxydecider.hxx" + +#include "vos/diagnose.hxx" +#include "vos/mutex.hxx" +#include "vos/process.hxx" +#include "vos/ref.hxx" +#include "vos/refernce.hxx" +//---MARKER--- + +#endif Added: openoffice/trunk/main/ucb/inc/pch/precompiled_expand.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/inc/pch/precompiled_expand.cxx?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/inc/pch/precompiled_expand.cxx (added) +++ openoffice/trunk/main/ucb/inc/pch/precompiled_expand.cxx Tue Jan 3 18:01:55 2017 @@ -0,0 +1,25 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +#include "precompiled_expand.hxx" + Added: openoffice/trunk/main/ucb/inc/pch/precompiled_expand.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/inc/pch/precompiled_expand.hxx?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/inc/pch/precompiled_expand.hxx (added) +++ openoffice/trunk/main/ucb/inc/pch/precompiled_expand.hxx Tue Jan 3 18:01:55 2017 @@ -0,0 +1,180 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +// MARKER(update_precomp.py): Generated on 2006-09-01 17:50:16.045215 + +#ifdef PRECOMPILED_HEADERS +//---MARKER--- +#include "sal/types.h" + +#include "com/sun/star/beans/IllegalTypeException.hpp" +#include "com/sun/star/beans/Property.hpp" +#include "com/sun/star/beans/PropertyAttribute.hpp" +#include "com/sun/star/beans/PropertyChangeEvent.hpp" +#include "com/sun/star/beans/PropertySetInfoChange.hpp" +#include "com/sun/star/beans/PropertySetInfoChangeEvent.hpp" +#include "com/sun/star/beans/PropertyState.hpp" +#include "com/sun/star/beans/PropertyValue.hpp" +#include "com/sun/star/beans/UnknownPropertyException.hpp" +#include "com/sun/star/beans/XPropertiesChangeListener.hpp" +#include "com/sun/star/beans/XPropertiesChangeNotifier.hpp" +#include "com/sun/star/beans/XPropertyAccess.hpp" +#include "com/sun/star/beans/XPropertyChangeListener.hpp" +#include "com/sun/star/beans/XPropertyContainer.hpp" +#include "com/sun/star/beans/XPropertySet.hpp" +#include "com/sun/star/beans/XPropertySetInfo.hpp" +#include "com/sun/star/beans/XPropertySetInfoChangeListener.hpp" +#include "com/sun/star/beans/XPropertySetInfoChangeNotifier.hpp" +#include "com/sun/star/bridge/XUnoUrlResolver.hpp" +#include "com/sun/star/container/XChild.hpp" +#include "com/sun/star/container/XEnumeration.hpp" +#include "com/sun/star/container/XEnumerationAccess.hpp" +#include "com/sun/star/container/XHierarchicalNameAccess.hpp" +#include "com/sun/star/container/XNameAccess.hpp" +#include "com/sun/star/container/XNameContainer.hpp" +#include "com/sun/star/container/XNameReplace.hpp" +#include "com/sun/star/container/XNamed.hpp" +#include "com/sun/star/document/XEventBroadcaster.hpp" +#include "com/sun/star/document/XEventListener.hpp" +#include "com/sun/star/document/XStorageBasedDocument.hpp" +#include "com/sun/star/embed/ElementModes.hpp" +#include "com/sun/star/embed/XStorage.hpp" +#include "com/sun/star/embed/XTransactedObject.hpp" +#include "com/sun/star/frame/XModel.hpp" +#include "com/sun/star/frame/XModuleManager.hpp" +#include "com/sun/star/frame/XStorable.hpp" +#include "com/sun/star/io/IOException.hpp" +#include "com/sun/star/io/XActiveDataSink.hpp" +#include "com/sun/star/io/XActiveDataStreamer.hpp" +#include "com/sun/star/io/XAsyncOutputMonitor.hpp" +#include "com/sun/star/io/XInputStream.hpp" +#include "com/sun/star/io/XOutputStream.hpp" +#include "com/sun/star/io/XSeekable.hpp" +#include "com/sun/star/io/XStream.hpp" +#include "com/sun/star/io/XTruncate.hpp" +#include "com/sun/star/lang/DisposedException.hpp" +#include "com/sun/star/lang/IllegalAccessException.hpp" +#include "com/sun/star/lang/IllegalArgumentException.hpp" +#include "com/sun/star/lang/XComponent.hpp" +#include "com/sun/star/lang/XInitialization.hpp" +#include "com/sun/star/lang/XMultiServiceFactory.hpp" +#include "com/sun/star/lang/XServiceInfo.hpp" +#include "com/sun/star/lang/XSingleServiceFactory.hpp" +#include "com/sun/star/lang/XTypeProvider.hpp" +#include "com/sun/star/packages/WrongPasswordException.hpp" +#include "com/sun/star/reflection/XProxyFactory.hpp" +#include "com/sun/star/registry/XRegistryKey.hpp" +#include "com/sun/star/script/XTypeConverter.hpp" +#include "com/sun/star/sdbc/DataType.hpp" +#include "com/sun/star/sdbc/FetchDirection.hpp" +#include "com/sun/star/sdbc/ResultSetType.hpp" +#include "com/sun/star/sdbc/XCloseable.hpp" +#include "com/sun/star/sdbc/XResultSet.hpp" +#include "com/sun/star/sdbc/XResultSetMetaData.hpp" +#include "com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp" +#include "com/sun/star/sdbc/XRow.hpp" +#include "com/sun/star/task/DocumentPasswordRequest.hpp" +#include "com/sun/star/task/NoMasterException.hpp" +#include "com/sun/star/task/PasswordRequestMode.hpp" +#include "com/sun/star/task/XInteractionAbort.hpp" +#include "com/sun/star/task/XInteractionApprove.hpp" +#include "com/sun/star/task/XInteractionDisapprove.hpp" +#include "com/sun/star/task/XInteractionHandler.hpp" +#include "com/sun/star/task/XInteractionPassword.hpp" +#include "com/sun/star/task/XInteractionRequest.hpp" +#include "com/sun/star/task/XPasswordContainer.hpp" +#include "com/sun/star/uno/Any.hxx" +#include "com/sun/star/uno/Exception.hpp" +#include "com/sun/star/uno/Reference.h" +#include "com/sun/star/uno/Reference.hxx" +#include "com/sun/star/uno/RuntimeException.hpp" +#include "com/sun/star/uno/Sequence.hxx" +#include "com/sun/star/uno/Type.hxx" +#include "com/sun/star/uno/XComponentContext.hpp" +#include "com/sun/star/uno/XInterface.hpp" +#include "com/sun/star/uno/XReference.hpp" +#include "com/sun/star/uno/XWeak.hpp" +#include "com/sun/star/util/Date.hpp" +#include "com/sun/star/util/DateTime.hpp" +#include "com/sun/star/util/Time.hpp" +#include "com/sun/star/util/XChangesBatch.hpp" +#include "com/sun/star/util/XChangesNotifier.hpp" +#include "com/sun/star/util/XMacroExpander.hpp" +#include "com/sun/star/util/XOfficeInstallationDirectories.hpp" + +#include "comphelper/processfactory.hxx" + +#include "cppuhelper/bootstrap.hxx" +#include "cppuhelper/compbase2.hxx" +#include "cppuhelper/exc_hlp.hxx" +#include "cppuhelper/factory.hxx" +#include "cppuhelper/implbase1.hxx" +#include "cppuhelper/implbase2.hxx" +#include "cppuhelper/implbase5.hxx" +#include "cppuhelper/implementationentry.hxx" +#include "cppuhelper/interfacecontainer.h" +#include "cppuhelper/interfacecontainer.hxx" +#include "cppuhelper/queryinterface.hxx" +#include "cppuhelper/typeprovider.hxx" +#include "cppuhelper/weak.hxx" +#include "cppuhelper/weakref.hxx" + +#include "libxml/parser.h" + +#include "osl/conditn.hxx" +#include "osl/diagnose.h" +#include "osl/doublecheckedlocking.h" +#include "osl/file.hxx" +#include "osl/interlck.h" +#include "osl/module.h" +#include "osl/mutex.hxx" +#include "osl/process.h" +#include "osl/security.hxx" +#include "osl/socket.h" +#include "osl/socket.hxx" +#include "osl/thread.h" +#include "osl/time.h" + +#include "rtl/alloc.h" +#include "rtl/memory.h" +#include "rtl/string.hxx" +#include "rtl/ustrbuf.hxx" +#include "rtl/ustring.h" +#include "rtl/ustring.hxx" + +#include "salhelper/simplereferenceobject.hxx" + +#include "sys/types.h" + +#include "ucbhelper/configurationkeys.hxx" +#include "ucbhelper/macros.hxx" +#include "ucbhelper/proxydecider.hxx" + +#include "vos/diagnose.hxx" +#include "vos/mutex.hxx" +#include "vos/process.hxx" +#include "vos/ref.hxx" +#include "vos/refernce.hxx" +//---MARKER--- + +#endif Added: openoffice/trunk/main/ucb/inc/pch/precompiled_ext.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/inc/pch/precompiled_ext.cxx?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/inc/pch/precompiled_ext.cxx (added) +++ openoffice/trunk/main/ucb/inc/pch/precompiled_ext.cxx Tue Jan 3 18:01:55 2017 @@ -0,0 +1,25 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +#include "precompiled_ext.hxx" + Added: openoffice/trunk/main/ucb/inc/pch/precompiled_ext.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/inc/pch/precompiled_ext.hxx?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/inc/pch/precompiled_ext.hxx (added) +++ openoffice/trunk/main/ucb/inc/pch/precompiled_ext.hxx Tue Jan 3 18:01:55 2017 @@ -0,0 +1,180 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +// MARKER(update_precomp.py): Generated on 2006-09-01 17:50:16.045215 + +#ifdef PRECOMPILED_HEADERS +//---MARKER--- +#include "sal/types.h" + +#include "com/sun/star/beans/IllegalTypeException.hpp" +#include "com/sun/star/beans/Property.hpp" +#include "com/sun/star/beans/PropertyAttribute.hpp" +#include "com/sun/star/beans/PropertyChangeEvent.hpp" +#include "com/sun/star/beans/PropertySetInfoChange.hpp" +#include "com/sun/star/beans/PropertySetInfoChangeEvent.hpp" +#include "com/sun/star/beans/PropertyState.hpp" +#include "com/sun/star/beans/PropertyValue.hpp" +#include "com/sun/star/beans/UnknownPropertyException.hpp" +#include "com/sun/star/beans/XPropertiesChangeListener.hpp" +#include "com/sun/star/beans/XPropertiesChangeNotifier.hpp" +#include "com/sun/star/beans/XPropertyAccess.hpp" +#include "com/sun/star/beans/XPropertyChangeListener.hpp" +#include "com/sun/star/beans/XPropertyContainer.hpp" +#include "com/sun/star/beans/XPropertySet.hpp" +#include "com/sun/star/beans/XPropertySetInfo.hpp" +#include "com/sun/star/beans/XPropertySetInfoChangeListener.hpp" +#include "com/sun/star/beans/XPropertySetInfoChangeNotifier.hpp" +#include "com/sun/star/bridge/XUnoUrlResolver.hpp" +#include "com/sun/star/container/XChild.hpp" +#include "com/sun/star/container/XEnumeration.hpp" +#include "com/sun/star/container/XEnumerationAccess.hpp" +#include "com/sun/star/container/XHierarchicalNameAccess.hpp" +#include "com/sun/star/container/XNameAccess.hpp" +#include "com/sun/star/container/XNameContainer.hpp" +#include "com/sun/star/container/XNameReplace.hpp" +#include "com/sun/star/container/XNamed.hpp" +#include "com/sun/star/document/XEventBroadcaster.hpp" +#include "com/sun/star/document/XEventListener.hpp" +#include "com/sun/star/document/XStorageBasedDocument.hpp" +#include "com/sun/star/embed/ElementModes.hpp" +#include "com/sun/star/embed/XStorage.hpp" +#include "com/sun/star/embed/XTransactedObject.hpp" +#include "com/sun/star/frame/XModel.hpp" +#include "com/sun/star/frame/XModuleManager.hpp" +#include "com/sun/star/frame/XStorable.hpp" +#include "com/sun/star/io/IOException.hpp" +#include "com/sun/star/io/XActiveDataSink.hpp" +#include "com/sun/star/io/XActiveDataStreamer.hpp" +#include "com/sun/star/io/XAsyncOutputMonitor.hpp" +#include "com/sun/star/io/XInputStream.hpp" +#include "com/sun/star/io/XOutputStream.hpp" +#include "com/sun/star/io/XSeekable.hpp" +#include "com/sun/star/io/XStream.hpp" +#include "com/sun/star/io/XTruncate.hpp" +#include "com/sun/star/lang/DisposedException.hpp" +#include "com/sun/star/lang/IllegalAccessException.hpp" +#include "com/sun/star/lang/IllegalArgumentException.hpp" +#include "com/sun/star/lang/XComponent.hpp" +#include "com/sun/star/lang/XInitialization.hpp" +#include "com/sun/star/lang/XMultiServiceFactory.hpp" +#include "com/sun/star/lang/XServiceInfo.hpp" +#include "com/sun/star/lang/XSingleServiceFactory.hpp" +#include "com/sun/star/lang/XTypeProvider.hpp" +#include "com/sun/star/packages/WrongPasswordException.hpp" +#include "com/sun/star/reflection/XProxyFactory.hpp" +#include "com/sun/star/registry/XRegistryKey.hpp" +#include "com/sun/star/script/XTypeConverter.hpp" +#include "com/sun/star/sdbc/DataType.hpp" +#include "com/sun/star/sdbc/FetchDirection.hpp" +#include "com/sun/star/sdbc/ResultSetType.hpp" +#include "com/sun/star/sdbc/XCloseable.hpp" +#include "com/sun/star/sdbc/XResultSet.hpp" +#include "com/sun/star/sdbc/XResultSetMetaData.hpp" +#include "com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp" +#include "com/sun/star/sdbc/XRow.hpp" +#include "com/sun/star/task/DocumentPasswordRequest.hpp" +#include "com/sun/star/task/NoMasterException.hpp" +#include "com/sun/star/task/PasswordRequestMode.hpp" +#include "com/sun/star/task/XInteractionAbort.hpp" +#include "com/sun/star/task/XInteractionApprove.hpp" +#include "com/sun/star/task/XInteractionDisapprove.hpp" +#include "com/sun/star/task/XInteractionHandler.hpp" +#include "com/sun/star/task/XInteractionPassword.hpp" +#include "com/sun/star/task/XInteractionRequest.hpp" +#include "com/sun/star/task/XPasswordContainer.hpp" +#include "com/sun/star/uno/Any.hxx" +#include "com/sun/star/uno/Exception.hpp" +#include "com/sun/star/uno/Reference.h" +#include "com/sun/star/uno/Reference.hxx" +#include "com/sun/star/uno/RuntimeException.hpp" +#include "com/sun/star/uno/Sequence.hxx" +#include "com/sun/star/uno/Type.hxx" +#include "com/sun/star/uno/XComponentContext.hpp" +#include "com/sun/star/uno/XInterface.hpp" +#include "com/sun/star/uno/XReference.hpp" +#include "com/sun/star/uno/XWeak.hpp" +#include "com/sun/star/util/Date.hpp" +#include "com/sun/star/util/DateTime.hpp" +#include "com/sun/star/util/Time.hpp" +#include "com/sun/star/util/XChangesBatch.hpp" +#include "com/sun/star/util/XChangesNotifier.hpp" +#include "com/sun/star/util/XMacroExpander.hpp" +#include "com/sun/star/util/XOfficeInstallationDirectories.hpp" + +#include "comphelper/processfactory.hxx" + +#include "cppuhelper/bootstrap.hxx" +#include "cppuhelper/compbase2.hxx" +#include "cppuhelper/exc_hlp.hxx" +#include "cppuhelper/factory.hxx" +#include "cppuhelper/implbase1.hxx" +#include "cppuhelper/implbase2.hxx" +#include "cppuhelper/implbase5.hxx" +#include "cppuhelper/implementationentry.hxx" +#include "cppuhelper/interfacecontainer.h" +#include "cppuhelper/interfacecontainer.hxx" +#include "cppuhelper/queryinterface.hxx" +#include "cppuhelper/typeprovider.hxx" +#include "cppuhelper/weak.hxx" +#include "cppuhelper/weakref.hxx" + +#include "libxml/parser.h" + +#include "osl/conditn.hxx" +#include "osl/diagnose.h" +#include "osl/doublecheckedlocking.h" +#include "osl/file.hxx" +#include "osl/interlck.h" +#include "osl/module.h" +#include "osl/mutex.hxx" +#include "osl/process.h" +#include "osl/security.hxx" +#include "osl/socket.h" +#include "osl/socket.hxx" +#include "osl/thread.h" +#include "osl/time.h" + +#include "rtl/alloc.h" +#include "rtl/memory.h" +#include "rtl/string.hxx" +#include "rtl/ustrbuf.hxx" +#include "rtl/ustring.h" +#include "rtl/ustring.hxx" + +#include "salhelper/simplereferenceobject.hxx" + +#include "sys/types.h" + +#include "ucbhelper/configurationkeys.hxx" +#include "ucbhelper/macros.hxx" +#include "ucbhelper/proxydecider.hxx" + +#include "vos/diagnose.hxx" +#include "vos/mutex.hxx" +#include "vos/process.hxx" +#include "vos/ref.hxx" +#include "vos/refernce.hxx" +//---MARKER--- + +#endif Added: openoffice/trunk/main/ucb/inc/pch/precompiled_file.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/inc/pch/precompiled_file.cxx?rev=1777194&view=auto ============================================================================== --- openoffice/trunk/main/ucb/inc/pch/precompiled_file.cxx (added) +++ openoffice/trunk/main/ucb/inc/pch/precompiled_file.cxx Tue Jan 3 18:01:55 2017 @@ -0,0 +1,25 @@ +/************************************************************** + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + *************************************************************/ + + + +#include "precompiled_file.hxx" +