Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
cb33ae88
Kaydet (Commit)
cb33ae88
authored
12 years ago
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
extend license filtering, and add fallback-checks.
Change-Id: Ia1ec3564326cf898d756c231a64a54db8698bf20
üst
15bbafaa
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
53 additions
and
10 deletions
+53
-10
config_lgpl.h.in
config_host/config_lgpl.h.in
+14
-0
configure.ac
configure.ac
+8
-2
file-transfer-helper.h
include/tubes/file-transfer-helper.h
+1
-0
lwpheader.hxx
lotuswordpro/source/filter/lwpheader.hxx
+1
-4
ContentProperties.hxx
ucb/source/ucp/webdav-neon/ContentProperties.hxx
+1
-0
DAVAuthListener.hxx
ucb/source/ucp/webdav-neon/DAVAuthListener.hxx
+1
-0
DAVAuthListenerImpl.hxx
ucb/source/ucp/webdav-neon/DAVAuthListenerImpl.hxx
+1
-0
DAVException.hxx
ucb/source/ucp/webdav-neon/DAVException.hxx
+1
-0
DAVProperties.hxx
ucb/source/ucp/webdav-neon/DAVProperties.hxx
+1
-0
DAVRequestEnvironment.hxx
ucb/source/ucp/webdav-neon/DAVRequestEnvironment.hxx
+1
-0
DAVResource.hxx
ucb/source/ucp/webdav-neon/DAVResource.hxx
+1
-0
DAVResourceAccess.hxx
ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx
+1
-0
DAVSession.hxx
ucb/source/ucp/webdav-neon/DAVSession.hxx
+1
-0
DAVSessionFactory.hxx
ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
+1
-0
DAVTypes.hxx
ucb/source/ucp/webdav-neon/DAVTypes.hxx
+1
-0
DateTimeHelper.hxx
ucb/source/ucp/webdav-neon/DateTimeHelper.hxx
+1
-0
LinkSequence.cxx
ucb/source/ucp/webdav-neon/LinkSequence.cxx
+1
-1
LockEntrySequence.cxx
ucb/source/ucp/webdav-neon/LockEntrySequence.cxx
+1
-1
LockSequence.cxx
ucb/source/ucp/webdav-neon/LockSequence.cxx
+1
-1
LockSequence.hxx
ucb/source/ucp/webdav-neon/LockSequence.hxx
+1
-0
NeonHeadRequest.hxx
ucb/source/ucp/webdav-neon/NeonHeadRequest.hxx
+1
-0
NeonInputStream.hxx
ucb/source/ucp/webdav-neon/NeonInputStream.hxx
+1
-0
NeonLockStore.hxx
ucb/source/ucp/webdav-neon/NeonLockStore.hxx
+1
-0
NeonPropFindRequest.hxx
ucb/source/ucp/webdav-neon/NeonPropFindRequest.hxx
+1
-0
NeonSession.hxx
ucb/source/ucp/webdav-neon/NeonSession.hxx
+1
-0
NeonTypes.hxx
ucb/source/ucp/webdav-neon/NeonTypes.hxx
+1
-0
NeonUri.hxx
ucb/source/ucp/webdav-neon/NeonUri.hxx
+1
-0
PropertyMap.hxx
ucb/source/ucp/webdav-neon/PropertyMap.hxx
+1
-0
UCBDeadPropertyValue.cxx
ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx
+1
-1
webdavcontent.hxx
ucb/source/ucp/webdav-neon/webdavcontent.hxx
+1
-0
webdavdatasupplier.hxx
ucb/source/ucp/webdav-neon/webdavdatasupplier.hxx
+1
-0
webdavprovider.hxx
ucb/source/ucp/webdav-neon/webdavprovider.hxx
+1
-0
webdavresultset.hxx
ucb/source/ucp/webdav-neon/webdavresultset.hxx
+1
-0
No files found.
config_host/config_lgpl.h.in
0 → 100644
Dosyayı görüntüle @
cb33ae88
/*
* Include this file to ensure that this code is not
* compiled into the MPL subset.
*/
#ifndef CONFIG_LGPL_H
#define CONFIG_LGPL_H
#define MPL_HAVE_SUBSET 0
#if MPL_HAVE_SUBSET
# error "Attempting to compile LGPL code into MPL subset"
#endif
#endif
This diff is collapsed.
Click to expand it.
configure.ac
Dosyayı görüntüle @
cb33ae88
...
...
@@ -6944,12 +6944,17 @@ AC_MSG_CHECKING([MPL subset])
MPL_SUBSET=
if test "$enable_mpl_subset" = "yes"; then
if test "x$enable_postgresql_sdbc" != "xno"; then
AC_MSG_ERROR([need to --disable-postgresql-sdbc.])
AC_MSG_ERROR([need to --disable-postgresql-sdbc
- the postgress database backend
.])
fi
if test "$enable_lotuswordpro" = "yes"; then
AC_MSG_ERROR([need to --disable-lotuswordpro.])
AC_MSG_ERROR([need to --disable-lotuswordpro
- a Lotus Word Pro file format import filter
.])
fi
if test "$enable_neon" != "no"; then
AC_MSG_ERROR([need to --disable-neon - webdav support.])
fi
MPL_SUBSET="TRUE"
AC_DEFINE(MPL_HAVE_SUBSET)
AC_MSG_RESULT([only])
else
AC_MSG_RESULT([no restrictions])
...
...
@@ -11931,6 +11936,7 @@ AC_CONFIG_HEADERS([config_host/config_features.h])
AC_CONFIG_HEADERS([config_host/config_global.h])
AC_CONFIG_HEADERS([config_host/config_graphite.h])
AC_CONFIG_HEADERS([config_host/config_harfbuzz.h])
AC_CONFIG_HEADERS([config_host/config_lgpl.h])
AC_CONFIG_HEADERS([config_host/config_kde4.h])
AC_CONFIG_HEADERS([config_host/config_mingw.h])
AC_CONFIG_HEADERS([config_host/config_oox.h])
...
...
This diff is collapsed.
Click to expand it.
include/tubes/file-transfer-helper.h
Dosyayı görüntüle @
cb33ae88
...
...
@@ -24,6 +24,7 @@
#ifndef __EMPATHY_FT_HANDLER_H__
#define __EMPATHY_FT_HANDLER_H__
#include <config_lgpl.h>
#include <glib-object.h>
#include <gio/gio.h>
...
...
This diff is collapsed.
Click to expand it.
lotuswordpro/source/filter/lwpheader.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -57,14 +57,11 @@
* @file
* For LWP filter architecture prototype
************************************************************************/
/*************************************************************************
* Change History
Jan 2005 Created
************************************************************************/
#ifndef _LWPHEADERS_HXX
#define _LWPHEADERS_HXX
#include <config_lgpl.h>
#include <math.h>
#include <vector>
#include <memory>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/ContentProperties.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _WEBDAV_UCP_CONTENTPROPERTIES_HXX
#define _WEBDAV_UCP_CONTENTPROPERTIES_HXX
#include <config_lgpl.h>
#include <memory>
#include <vector>
#include <boost/unordered_map.hpp>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/DAVAuthListener.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -28,6 +28,7 @@
#ifndef _DAVAUTHLISTENER_HXX_
#define _DAVAUTHLISTENER_HXX_
#include <config_lgpl.h>
#include <salhelper/simplereferenceobject.hxx>
#include <rtl/ustring.hxx>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/DAVAuthListenerImpl.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _DAVAUTHLISTENERIMPL_HXX_
#define _DAVAUTHLISTENERIMPL_HXX_
#include <config_lgpl.h>
#include "DAVAuthListener.hxx"
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/DAVException.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _DAVEXCEPTION_HXX_
#define _DAVEXCEPTION_HXX_
#include <config_lgpl.h>
#include <rtl/ustring.hxx>
namespace
webdav_ucp
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/DAVProperties.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -28,6 +28,7 @@
#ifndef _DAVPROPERTIES_HXX_
#define _DAVPROPERTIES_HXX_
#include <config_lgpl.h>
#include <rtl/ustring.hxx>
#include "NeonTypes.hxx"
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/DAVRequestEnvironment.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -28,6 +28,7 @@
#ifndef _DAVREQUESTENVIRONMENT_HXX_
#define _DAVREQUESTENVIRONMENT_HXX_
#include <config_lgpl.h>
#include <vector>
#include <rtl/ref.hxx>
#include "DAVAuthListener.hxx"
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/DAVResource.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _DAVRESOURCE_HXX_
#define _DAVRESOURCE_HXX_
#include <config_lgpl.h>
#include <vector>
#include "rtl/ustring.hxx"
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/DAVResourceAccess.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _DAVRESOURCEACCESS_HXX_
#define _DAVRESOURCEACCESS_HXX_
#include <config_lgpl.h>
#include <vector>
#include <rtl/ustring.hxx>
#include <rtl/ref.hxx>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/DAVSession.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _DAVSESSION_HXX_
#define _DAVSESSION_HXX_
#include <config_lgpl.h>
#include <memory>
#include <rtl/ustring.hxx>
#include <com/sun/star/io/XInputStream.hpp>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/DAVSessionFactory.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -31,6 +31,7 @@
#ifdef min
#undef min // GNU libstdc++ <memory> includes <limit> which defines methods called min...
#endif
#include <config_lgpl.h>
#include <map>
#include <memory>
#include <osl/mutex.hxx>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/DAVTypes.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _DAVTYPES_HXX_
#define _DAVTYPES_HXX_
#include <config_lgpl.h>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Any.hxx>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/DateTimeHelper.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _WEBDAV_DATETIME_HELPER_HXX
#define _WEBDAV_DATETIME_HELPER_HXX
#include <config_lgpl.h>
#include <sal/types.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
util
{
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/LinkSequence.cxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -26,7 +26,7 @@
*
************************************************************************/
#include <config_lgpl.h>
#include <string.h>
#include <ne_xml.h>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/LockEntrySequence.cxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -26,7 +26,7 @@
*
************************************************************************/
#include <config_lgpl.h>
#include <string.h>
#include <ne_xml.h>
#include "LockEntrySequence.hxx"
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/LockSequence.cxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -26,7 +26,7 @@
*
************************************************************************/
#include <config_lgpl.h>
#include <string.h>
#include <ne_xml.h>
#include "LockSequence.hxx"
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/LockSequence.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _LOCKSEQUENCE_HXX_
#define _LOCKSEQUENCE_HXX_
#include <config_lgpl.h>
#include <rtl/string.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/ucb/Lock.hpp>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/NeonHeadRequest.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _NEONHEADREQUEST_HXX_
#define _NEONHEADREQUEST_HXX_
#include <config_lgpl.h>
#include <vector>
#include "NeonTypes.hxx"
#include "DAVResource.hxx"
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/NeonInputStream.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -28,6 +28,7 @@
#ifndef _NEONINPUTSTREAM_HXX_
#define _NEONINPUTSTREAM_HXX_
#include <config_lgpl.h>
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <cppuhelper/weak.hxx>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/NeonLockStore.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -28,6 +28,7 @@
#ifndef INCLUDED_NEONLOCKSTORE_HXX
#define INCLUDED_NEONLOCKSTORE_HXX
#include <config_lgpl.h>
#include <map>
#include "warnings_guard_ne_locks.h"
#include "osl/mutex.hxx"
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/NeonPropFindRequest.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _NEONPROPFINDREQUEST_HXX_
#define _NEONPROPFINDREQUEST_HXX_
#include <config_lgpl.h>
#include <vector>
#include <rtl/ustring.hxx>
#include "NeonTypes.hxx"
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/NeonSession.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _NEONSESSION_HXX_
#define _NEONSESSION_HXX_
#include <config_lgpl.h>
#include <vector>
#include <osl/mutex.hxx>
#include "DAVSession.hxx"
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/NeonTypes.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _NEONTYPES_HXX_
#define _NEONTYPES_HXX_
#include <config_lgpl.h>
#include <ne_session.h>
#include <ne_utils.h>
#include <ne_basic.h>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/NeonUri.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -28,6 +28,7 @@
#ifndef _NEONURI_HXX_
#define _NEONURI_HXX_
#include <config_lgpl.h>
#include <ne_uri.h>
#include <rtl/ustring.hxx>
#include <DAVException.hxx>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/PropertyMap.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _WEBDAV_UCP_PROPERTYMAP_HXX
#define _WEBDAV_UCP_PROPERTYMAP_HXX
#include <config_lgpl.h>
#include <boost/unordered_set.hpp>
#include <com/sun/star/beans/Property.hpp>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/UCBDeadPropertyValue.cxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -26,7 +26,7 @@
*
************************************************************************/
#include <config_lgpl.h>
#include <string.h>
#include <ne_xml.h>
#include <osl/diagnose.h>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/webdavcontent.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _WEBDAV_UCP_CONTENT_HXX
#define _WEBDAV_UCP_CONTENT_HXX
#include <config_lgpl.h>
#include <memory>
#include <list>
#include <rtl/ref.hxx>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/webdavdatasupplier.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef WEBDAV_UCP_DATASUPPLIER_HXX
#define WEBDAV_UCP_DATASUPPLIER_HXX
#include <config_lgpl.h>
#include <vector>
#include <boost/scoped_ptr.hpp>
#include <rtl/ref.hxx>
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/webdavprovider.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _WEBDAV_UCP_PROVIDER_HXX
#define _WEBDAV_UCP_PROVIDER_HXX
#include <config_lgpl.h>
#include <rtl/ref.hxx>
#include <com/sun/star/beans/Property.hpp>
#include "DAVSessionFactory.hxx"
...
...
This diff is collapsed.
Click to expand it.
ucb/source/ucp/webdav-neon/webdavresultset.hxx
Dosyayı görüntüle @
cb33ae88
...
...
@@ -29,6 +29,7 @@
#ifndef _WEBDAV_UCP_RESULTSET_HXX
#define _WEBDAV_UCP_RESULTSET_HXX
#include <config_lgpl.h>
#include <rtl/ref.hxx>
#include <ucbhelper/resultsethelper.hxx>
#include "webdavcontent.hxx"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment