Modified: openoffice/trunk/main/ucb/source/ucp/file/filprp.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/file/filprp.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/file/filprp.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/file/filprp.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_file.hxx" #include "shell.hxx" #include "prov.hxx" #include "filprp.hxx"
Modified: openoffice/trunk/main/ucb/source/ucp/file/filrec.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/file/filrec.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/file/filrec.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/file/filrec.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_file.hxx" #include "filrec.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/file/filrow.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/file/filrow.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/file/filrow.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/file/filrow.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_file.hxx" #include "filrow.hxx" #include "shell.hxx" #include "prov.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/file/filrset.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/file/filrset.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/file/filrset.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/file/filrset.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_file.hxx" #include <com/sun/star/ucb/WelcomeDynamicResultSetStruct.hpp> #include "filid.hxx" #include "shell.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/file/filstr.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/file/filstr.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/file/filstr.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/file/filstr.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_file.hxx" #include "com/sun/star/io/IOException.hpp" #include "com/sun/star/uno/RuntimeException.hpp" #include "osl/diagnose.h" Modified: openoffice/trunk/main/ucb/source/ucp/file/filtask.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/file/filtask.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/file/filtask.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/file/filtask.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_file.hxx" #include "filtask.hxx" #include "filglob.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/file/prov.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/file/prov.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/file/prov.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/file/prov.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_file.hxx" #include <osl/security.hxx> #include <osl/file.hxx> #include <osl/socket.h> @@ -48,14 +48,14 @@ using namespace com::sun::star::ucb; using namespace com::sun::star::container; //========================================================================= -extern "C" void SAL_CALL component_getImplementationEnvironment( +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } //========================================================================= -extern "C" void * SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * ) { void * pRet = 0; Modified: openoffice/trunk/main/ucb/source/ucp/file/shell.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/file/shell.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/file/shell.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/file/shell.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_file.hxx" #ifndef INCLUDED_STL_STACK #include <stack> #define INCLUDED_STL_STACK Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpcfunc.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpcfunc.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpcfunc.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpcfunc.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontent.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontent.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontent.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontent.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentcaps.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentcaps.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentcaps.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentcaps.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" #include <com/sun/star/beans/Property.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentidentifier.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentidentifier.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentidentifier.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentidentifier.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentprovider.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentprovider.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentprovider.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpcontentprovider.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpdirp.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpdirp.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpdirp.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpdirp.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpdynresultset.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpdynresultset.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpdynresultset.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpdynresultset.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" #include <com/sun/star/sdbc/XResultSet.hpp> #ifndef _FTP_FTPDYNRESULTSET_HXX_ #include "ftpdynresultset.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpinpstr.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpinpstr.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpinpstr.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpinpstr.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpintreq.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpintreq.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpintreq.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpintreq.cxx Tue Jan 3 18:01:55 2017 @@ -23,7 +23,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" #include <com/sun/star/ucb/UnsupportedNameClashException.hpp> #include <com/sun/star/ucb/NameClash.hpp> #include "ftpintreq.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftploaderthread.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftploaderthread.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftploaderthread.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftploaderthread.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" /************************************************************************** TODO ************************************************************************** Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpresultsetI.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpresultsetI.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpresultsetI.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpresultsetI.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" #include "ucbhelper/propertyvalueset.hxx" #include "rtl/ref.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpresultsetbase.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpresultsetbase.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpresultsetbase.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpresultsetbase.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" #include <ucbhelper/contentidentifier.hxx> #include <com/sun/star/ucb/OpenMode.hpp> #include <com/sun/star/uno/Reference.h> Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpservices.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpservices.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpservices.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpservices.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> @@ -32,14 +32,14 @@ using namespace com::sun::star; using namespace ftp; //========================================================================= -extern "C" void SAL_CALL component_getImplementationEnvironment( +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } //========================================================================= -extern "C" void * SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; Modified: openoffice/trunk/main/ucb/source/ucp/ftp/ftpurl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/ftpurl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/ftpurl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/ftpurl.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" /************************************************************************** TODO ************************************************************************** Modified: openoffice/trunk/main/ucb/source/ucp/ftp/test.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/test.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/test.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/test.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/ftp/test_activedatasink.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/test_activedatasink.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/test_activedatasink.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/test_activedatasink.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/ftp/test_ftpurl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/test_ftpurl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/test_ftpurl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/test_ftpurl.cxx Tue Jan 3 18:01:55 2017 @@ -23,7 +23,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" #include <com/sun/star/ucb/OpenMode.hpp> #include "ftpurl.hxx" #include "ftploaderthread.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/ftp/test_multiservicefac.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/ftp/test_multiservicefac.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/ftp/test_multiservicefac.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/ftp/test_multiservicefac.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_ftp.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/gio/gio_provider.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/gio/gio_provider.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/gio/gio_provider.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/gio/gio_provider.cxx Tue Jan 3 18:01:55 2017 @@ -98,13 +98,13 @@ ONE_INSTANCE_SERVICE_FACTORY_IMPL( Conte } -extern "C" void SAL_CALL component_getImplementationEnvironment( +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char **ppEnvTypeName, uno_Environment **) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } -extern "C" void * SAL_CALL component_getFactory( const sal_Char *pImplName, +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char *pImplName, void *pServiceManager, void * ) { void * pRet = 0; Modified: openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_content.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_content.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_content.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_content.cxx Tue Jan 3 18:01:55 2017 @@ -21,8 +21,6 @@ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" #include <string.h> #include <unistd.h> #include <sys/types.h> Modified: openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_directory.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_directory.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_directory.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_directory.cxx Tue Jan 3 18:01:55 2017 @@ -21,8 +21,6 @@ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" /* * This file pinched from webdavdatasupplier (etc.) * cut & paste + new getData impl. & collate ResultSet code. Modified: openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_provider.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_provider.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_provider.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_provider.cxx Tue Jan 3 18:01:55 2017 @@ -21,9 +21,6 @@ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" - #include <ucbhelper/contentidentifier.hxx> #include <libgnomevfs/gnome-vfs-init.h> #include "gvfs_provider.hxx" @@ -138,14 +135,14 @@ ContentProvider::queryContent( //============================ shlib entry points ============================================= -extern "C" void SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char **ppEnvTypeName, uno_Environment **/*ppEnv*/ ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } -extern "C" void * SAL_CALL +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char *pImplName, void *pServiceManager, void */*pRegistryKey*/ ) Modified: openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_stream.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_stream.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_stream.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/gvfs/gvfs_stream.cxx Tue Jan 3 18:01:55 2017 @@ -21,8 +21,6 @@ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" #include "gvfs_stream.hxx" #include <rtl/memory.h> #include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp> Modified: openoffice/trunk/main/ucb/source/ucp/hierarchy/dynamicresultset.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/hierarchy/dynamicresultset.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/hierarchy/dynamicresultset.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/hierarchy/dynamicresultset.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_hier.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchycontent.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchycontent.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchycontent.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchycontent.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_hier.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_hier.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydata.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydata.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydata.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydata.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_hier.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydatasource.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydatasource.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydatasource.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydatasource.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_hier.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchydatasupplier.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_hier.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyprovider.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyprovider.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyprovider.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyprovider.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_hier.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyservices.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyservices.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyservices.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyservices.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_hier.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include "hierarchyprovider.hxx" @@ -32,14 +32,14 @@ using namespace com::sun::star; using namespace hierarchy_ucp; //========================================================================= -extern "C" void SAL_CALL component_getImplementationEnvironment( +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } //========================================================================= -extern "C" void * SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; Modified: openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyuri.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyuri.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyuri.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/hierarchy/hierarchyuri.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_hier.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/package/pkgcontent.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/package/pkgcontent.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/package/pkgcontent.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/package/pkgcontent.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_pkg.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/package/pkgcontentcaps.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/package/pkgcontentcaps.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/package/pkgcontentcaps.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/package/pkgcontentcaps.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_pkg.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/package/pkgdatasupplier.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/package/pkgdatasupplier.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/package/pkgdatasupplier.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/package/pkgdatasupplier.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_pkg.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/package/pkgprovider.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/package/pkgprovider.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/package/pkgprovider.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/package/pkgprovider.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_pkg.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/package/pkgresultset.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/package/pkgresultset.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/package/pkgresultset.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/package/pkgresultset.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_pkg.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/package/pkgservices.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/package/pkgservices.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/package/pkgservices.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/package/pkgservices.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_pkg.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> @@ -31,14 +31,14 @@ using namespace com::sun::star; //========================================================================= -extern "C" void SAL_CALL component_getImplementationEnvironment( +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } //========================================================================= -extern "C" void * SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; Modified: openoffice/trunk/main/ucb/source/ucp/package/pkguri.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/package/pkguri.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/package/pkguri.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/package/pkguri.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_pkg.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_content.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_content.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_content.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_content.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_tdoc.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_contentcaps.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_tdoc.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_tdoc.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_docmgr.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_docmgr.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_docmgr.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_docmgr.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_tdoc.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_documentcontentfactory.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_tdoc.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_passwordrequest.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_tdoc.hxx" #include "osl/mutex.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_provider.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_provider.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_provider.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_provider.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_tdoc.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_resultset.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_resultset.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_resultset.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_resultset.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_tdoc.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_services.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_services.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_services.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_services.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_tdoc.hxx" #include "com/sun/star/lang/XMultiServiceFactory.hpp" #include "com/sun/star/lang/XSingleServiceFactory.hpp" @@ -35,14 +35,14 @@ using namespace com::sun::star; using namespace tdoc_ucp; //========================================================================= -extern "C" void SAL_CALL component_getImplementationEnvironment( +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } //========================================================================= -extern "C" void * SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0; Modified: openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_stgelems.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_stgelems.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_stgelems.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_stgelems.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_tdoc.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_storage.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_storage.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_storage.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_storage.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_tdoc.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_uri.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_uri.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_uri.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/tdoc/tdoc_uri.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_tdoc.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/webdav/AprEnv.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/AprEnv.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/AprEnv.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/AprEnv.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "AprEnv.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/ContentProperties.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/ContentProperties.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/ContentProperties.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/ContentProperties.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/webdav/DAVProperties.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/DAVProperties.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/DAVProperties.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/DAVProperties.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include <string.h> #include "DAVProperties.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/DAVResourceAccess.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/DAVResourceAccess.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/DAVResourceAccess.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/DAVResourceAccess.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include <osl/diagnose.h> Modified: openoffice/trunk/main/ucb/source/ucp/webdav/DAVSessionFactory.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/DAVSessionFactory.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/DAVSessionFactory.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/DAVSessionFactory.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "DAVSessionFactory.hxx" #include "SerfSession.hxx" #include "SerfUri.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/DateTimeHelper.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/DateTimeHelper.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/DateTimeHelper.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/DateTimeHelper.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include <stdio.h> #include <osl/time.h> Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfCallbacks.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfCallbacks.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfCallbacks.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfCallbacks.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfCallbacks.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfCopyReqProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfCopyReqProcImpl.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfDeleteReqProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfDeleteReqProcImpl.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfGetReqProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfGetReqProcImpl.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfHeadReqProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfHeadReqProcImpl.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfInputStream.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfInputStream.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfInputStream.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfInputStream.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfInputStream.hxx" #include <rtl/memory.h> Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockRefreshProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockRefreshProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockRefreshProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockRefreshProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfTypes.hxx" #include "SerfLockRefreshProcImpl.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockReqProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockReqProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockReqProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockReqProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfTypes.hxx" #include "SerfLockReqProcImpl.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockStore.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockStore.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockStore.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfLockStore.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include <rtl/ustring.hxx> #include <osl/time.h> Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfMkColReqProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfMkColReqProcImpl.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfMoveReqProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfMoveReqProcImpl.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfPostReqProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfPostReqProcImpl.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfPropFindReqProcImpl.hxx" #include "SerfTypes.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfPropPatchReqProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfPutReqProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include <rtl/ustring.hxx> Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfRequestProcessor.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfRequestProcessor.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfRequestProcessor.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfRequestProcessor.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfRequestProcessor.hxx" #include "SerfRequestProcessorImpl.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfRequestProcessorImplFac.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfTypes.hxx" #include "SerfRequestProcessorImplFac.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfSession.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfSession.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfSession.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfSession.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include <hash_map> #include <vector> Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfUnlockProcImpl.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfUnlockProcImpl.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfUnlockProcImpl.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfUnlockProcImpl.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "SerfTypes.hxx" #include "SerfUnlockProcImpl.hxx" Modified: openoffice/trunk/main/ucb/source/ucp/webdav/SerfUri.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/SerfUri.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/SerfUri.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/SerfUri.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include <string.h> #include <rtl/uri.hxx> Modified: openoffice/trunk/main/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/UCBDeadPropertyValue.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include <string.h> //#include <ne_xml.h> Modified: openoffice/trunk/main/ucb/source/ucp/webdav/webdavcontent.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/webdavcontent.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/webdavcontent.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/webdavcontent.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/webdav/webdavcontentcaps.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/webdavcontentcaps.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/webdavcontentcaps.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/webdavcontentcaps.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" /************************************************************************** TODO ************************************************************************** Modified: openoffice/trunk/main/ucb/source/ucp/webdav/webdavdatasupplier.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/webdavdatasupplier.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/webdavdatasupplier.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/webdavdatasupplier.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/webdav/webdavprovider.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/webdavprovider.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/webdavprovider.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/webdavprovider.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" /************************************************************************** TODO @@ -39,6 +39,9 @@ #include <comphelper/processfactory.hxx> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/container/XNameAccess.hpp> +#include <apr_version.h> +#include <apu_version.h> +#include <serf.h> using namespace com::sun::star; using namespace http_dav_ucp; @@ -50,17 +53,20 @@ rtl::OUString &WebDAVUserAgent::operator aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "Apache " )); aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( "$ooName/$ooSetupVersion" )); #if OSL_DEBUG_LEVEL > 0 -#ifdef APR_VERSION - aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( " apr/" APR_VERSION )); -#endif + aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( " apr/" ) ); + aBuffer.appendAscii(apr_version_string()); -#ifdef APR_UTIL_VERSION - aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( " apr-util/" APR_UTIL_VERSION )); -#endif + aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( " apr-util/" ) ); + aBuffer.appendAscii(apu_version_string()); -#ifdef SERF_VERSION - aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( " serf/" SERF_VERSION )); -#endif + int major, minor, patch; + serf_lib_version(&major, &minor, &patch); + aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( " serf/" ) ); + aBuffer.append(major); + aBuffer.append( L'.' ); + aBuffer.append(minor); + aBuffer.append( L'.' ); + aBuffer.append(patch); #endif static rtl::OUString aUserAgent( aBuffer.makeStringAndClear() ); return aUserAgent; Modified: openoffice/trunk/main/ucb/source/ucp/webdav/webdavresponseparser.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/webdavresponseparser.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/webdavresponseparser.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/webdavresponseparser.cxx Tue Jan 3 18:01:55 2017 @@ -20,7 +20,7 @@ *************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include "webdavresponseparser.hxx" #include <com/sun/star/xml/sax/XDocumentHandler.hpp> Modified: openoffice/trunk/main/ucb/source/ucp/webdav/webdavresultset.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/webdavresultset.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/webdavresultset.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/webdavresultset.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" /************************************************************************** TODO Modified: openoffice/trunk/main/ucb/source/ucp/webdav/webdavservices.cxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/ucb/source/ucp/webdav/webdavservices.cxx?rev=1777194&r1=1777193&r2=1777194&view=diff ============================================================================== --- openoffice/trunk/main/ucb/source/ucp/webdav/webdavservices.cxx (original) +++ openoffice/trunk/main/ucb/source/ucp/webdav/webdavservices.cxx Tue Jan 3 18:01:55 2017 @@ -22,7 +22,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_ucb.hxx" +#include "precompiled_webdav.hxx" #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/registry/XRegistryKey.hpp> @@ -31,14 +31,14 @@ using namespace com::sun::star; //========================================================================= -extern "C" void SAL_CALL component_getImplementationEnvironment( +extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment( const sal_Char ** ppEnvTypeName, uno_Environment ** /*ppEnv*/ ) { *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME; } //========================================================================= -extern "C" void * SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = 0;