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
3d12a333
Kaydet (Commit)
3d12a333
authored
Kas 09, 2013
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#65108 inter-module includes <> include/ucbhelper
Change-Id: I355c0873ef51b92f39dd7cc0d696075f54f890d9
üst
4a61b2fe
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
38 additions
and
38 deletions
+38
-38
activedatasink.hxx
include/ucbhelper/activedatasink.hxx
+1
-1
cancelcommandexecution.hxx
include/ucbhelper/cancelcommandexecution.hxx
+1
-1
commandenvironment.hxx
include/ucbhelper/commandenvironment.hxx
+1
-1
content.hxx
include/ucbhelper/content.hxx
+2
-2
contenthelper.hxx
include/ucbhelper/contenthelper.hxx
+3
-3
contentidentifier.hxx
include/ucbhelper/contentidentifier.hxx
+1
-1
contentinfo.hxx
include/ucbhelper/contentinfo.hxx
+1
-1
fd_inputstream.hxx
include/ucbhelper/fd_inputstream.hxx
+1
-1
fileidentifierconverter.hxx
include/ucbhelper/fileidentifierconverter.hxx
+1
-1
getcomponentcontext.hxx
include/ucbhelper/getcomponentcontext.hxx
+3
-3
interactionrequest.hxx
include/ucbhelper/interactionrequest.hxx
+1
-1
interceptedinteraction.hxx
include/ucbhelper/interceptedinteraction.hxx
+1
-1
macros.hxx
include/ucbhelper/macros.hxx
+2
-2
propertyvalueset.hxx
include/ucbhelper/propertyvalueset.hxx
+2
-2
providerhelper.hxx
include/ucbhelper/providerhelper.hxx
+3
-3
proxydecider.hxx
include/ucbhelper/proxydecider.hxx
+1
-1
registerucb.hxx
include/ucbhelper/registerucb.hxx
+1
-1
resultset.hxx
include/ucbhelper/resultset.hxx
+3
-3
resultsethelper.hxx
include/ucbhelper/resultsethelper.hxx
+1
-1
resultsetmetadata.hxx
include/ucbhelper/resultsetmetadata.hxx
+1
-1
simpleauthenticationrequest.hxx
include/ucbhelper/simpleauthenticationrequest.hxx
+1
-1
simplecertificatevalidationrequest.hxx
include/ucbhelper/simplecertificatevalidationrequest.hxx
+1
-1
simpleinteractionrequest.hxx
include/ucbhelper/simpleinteractionrequest.hxx
+1
-1
simplenameclashresolverequest.hxx
include/ucbhelper/simplenameclashresolverequest.hxx
+1
-1
std_inputstream.hxx
include/ucbhelper/std_inputstream.hxx
+1
-1
std_outputstream.hxx
include/ucbhelper/std_outputstream.hxx
+1
-1
ucbhelperdllapi.h
include/ucbhelper/ucbhelperdllapi.h
+1
-1
No files found.
include/ucbhelper/activedatasink.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -24,7 +24,7 @@
#include <com/sun/star/io/XActiveDataSink.hpp>
#include <cppuhelper/weak.hxx>
#include <ucbhelper/macros.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
ucbhelper
{
...
...
include/ucbhelper/cancelcommandexecution.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -24,7 +24,7 @@
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/ucb/IOErrorCode.hpp>
#include <com/sun/star/ucb/XCommandProcessor.hpp>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
uno
{
class
Any
;
}
...
...
include/ucbhelper/commandenvironment.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -24,7 +24,7 @@
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <cppuhelper/weak.hxx>
#include <ucbhelper/macros.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
ucbhelper
{
...
...
include/ucbhelper/content.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -19,13 +19,13 @@
#ifndef INCLUDED_UCBHELPER_CONTENT_HXX
#define INCLUDED_UCBHELPER_CONTENT_HXX
#include
"rtl/ref.hxx"
#include
<rtl/ref.hxx>
#include <com/sun/star/ucb/ContentCreationException.hpp>
#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
beans
{
class
XPropertySetInfo
;
...
...
include/ucbhelper/contenthelper.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -34,10 +34,10 @@
#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <cppuhelper/weak.hxx>
#include
"osl/mutex.hxx"
#include
"rtl/ref.hxx"
#include
<osl/mutex.hxx>
#include
<rtl/ref.hxx>
#include <ucbhelper/macros.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
ucb
{
struct
CommandInfo
;
...
...
include/ucbhelper/contentidentifier.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -23,7 +23,7 @@
#include <cppuhelper/weak.hxx>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/ucb/XContentIdentifier.hpp>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
ucbhelper
...
...
include/ucbhelper/contentinfo.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -26,7 +26,7 @@
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <cppuhelper/weak.hxx>
#include
"osl/mutex.hxx"
#include
<osl/mutex.hxx>
#include <ucbhelper/macros.hxx>
namespace
ucbhelper
{
...
...
include/ucbhelper/fd_inputstream.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -28,7 +28,7 @@
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/basemutex.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
ucbhelper
{
...
...
include/ucbhelper/fileidentifierconverter.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -23,7 +23,7 @@
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <sal/types.h>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
ucb
{
class
XUniversalContentBroker
;
...
...
include/ucbhelper/getcomponentcontext.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -20,10 +20,10 @@
#ifndef INCLUDED_UCBHELPER_GETCOMPONENTCONTEXT_HXX
#define INCLUDED_UCBHELPER_GETCOMPONENTCONTEXT_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"com/sun/star/uno/Reference.hxx"
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<com/sun/star/uno/Reference.hxx>
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
lang
{
class
XMultiServiceFactory
;
}
...
...
include/ucbhelper/interactionrequest.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -31,7 +31,7 @@
#include <com/sun/star/ucb/XInteractionSupplyName.hpp>
#include <rtl/ref.hxx>
#include <cppuhelper/weak.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
ucbhelper
{
...
...
include/ucbhelper/interceptedinteraction.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -26,7 +26,7 @@
#include <com/sun/star/task/XInteractionRequest.hpp>
#include <cppuhelper/implbase1.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
ucbhelper
{
...
...
include/ucbhelper/macros.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -26,8 +26,8 @@
#include <cppuhelper/weakref.hxx>
#include <cppuhelper/typeprovider.hxx>
#include
"osl/mutex.hxx"
#include
"ucbhelper/getcomponentcontext.hxx"
#include
<osl/mutex.hxx>
#include
<ucbhelper/getcomponentcontext.hxx>
//=========================================================================
...
...
include/ucbhelper/propertyvalueset.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -26,9 +26,9 @@
#include <com/sun/star/beans/Property.hpp>
#include <cppuhelper/weak.hxx>
#include
"osl/mutex.hxx"
#include
<osl/mutex.hxx>
#include <ucbhelper/macros.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
script
{
class
XTypeConverter
;
...
...
include/ucbhelper/providerhelper.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -27,10 +27,10 @@
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <cppuhelper/weak.hxx>
#include
"osl/mutex.hxx"
#include
"rtl/ref.hxx"
#include
<osl/mutex.hxx>
#include
<rtl/ref.hxx>
#include <ucbhelper/macros.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
//=========================================================================
...
...
include/ucbhelper/proxydecider.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -23,7 +23,7 @@
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
lang
{
class
XMultiServiceFactory
;
...
...
include/ucbhelper/registerucb.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -25,7 +25,7 @@
#include <com/sun/star/ucb/XContentProviderManager.hpp>
#include <vector>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
lang
{
class
XMultiServiceFactory
;
}
...
...
include/ucbhelper/resultset.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -32,11 +32,11 @@
#include <com/sun/star/sdbc/XCloseable.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include
"rtl/ref.hxx"
#include
"salhelper/simplereferenceobject.hxx"
#include
<rtl/ref.hxx>
#include
<salhelper/simplereferenceobject.hxx>
#include <cppuhelper/weak.hxx>
#include <ucbhelper/macros.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
ucbhelper
{
...
...
include/ucbhelper/resultsethelper.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -29,7 +29,7 @@
#include <cppuhelper/weak.hxx>
#include <ucbhelper/macros.hxx>
#include <ucbhelper/contenthelper.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
cppu
{
class
OInterfaceContainerHelper
;
...
...
include/ucbhelper/resultsetmetadata.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -28,7 +28,7 @@
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
#include <cppuhelper/weak.hxx>
#include <ucbhelper/macros.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
lang
{
class
XMultiServiceFactory
;
}
...
...
include/ucbhelper/simpleauthenticationrequest.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -22,7 +22,7 @@
#include <rtl/ref.hxx>
#include <ucbhelper/interactionrequest.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
ucb
{
class
URLAuthenticationRequest
;
...
...
include/ucbhelper/simplecertificatevalidationrequest.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -22,7 +22,7 @@
#include <rtl/ref.hxx>
#include <ucbhelper/interactionrequest.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
#include <com/sun/star/security/XCertificate.hpp>
...
...
include/ucbhelper/simpleinteractionrequest.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -21,7 +21,7 @@
#define INCLUDED_UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX
#include <ucbhelper/interactionrequest.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
ucbhelper
{
...
...
include/ucbhelper/simplenameclashresolverequest.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -22,7 +22,7 @@
#include <rtl/ref.hxx>
#include <ucbhelper/interactionrequest.hxx>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
ucbhelper
{
...
...
include/ucbhelper/std_inputstream.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -20,7 +20,7 @@
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XSeekable.hpp>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
ucbhelper
{
...
...
include/ucbhelper/std_outputstream.hxx
Dosyayı görüntüle @
3d12a333
...
...
@@ -17,7 +17,7 @@
#include <cppuhelper/weak.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <com/sun/star/io/XOutputStream.hpp>
#include
"ucbhelper/ucbhelperdllapi.h"
#include
<ucbhelper/ucbhelperdllapi.h>
namespace
ucbhelper
{
...
...
include/ucbhelper/ucbhelperdllapi.h
Dosyayı görüntüle @
3d12a333
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_UCBHELPER_UCBHELPERDLLAPI_H
#define INCLUDED_UCBHELPER_UCBHELPERDLLAPI_H
#include
"sal/types.h"
#include
<sal/types.h>
#if defined(UCBHELPER_DLLIMPLEMENTATION)
#define UCBHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
...
...
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