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
2f3305e9
Kaydet (Commit)
2f3305e9
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/cppuhelper
Change-Id: Ife81bf3dacb574b664982f3b4d2c7af9eb78a66a
üst
7f997d5d
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
44 additions
and
44 deletions
+44
-44
access_control.hxx
include/cppuhelper/access_control.hxx
+1
-1
bootstrap.hxx
include/cppuhelper/bootstrap.hxx
+6
-6
compbase_ex.hxx
include/cppuhelper/compbase_ex.hxx
+1
-1
component.hxx
include/cppuhelper/component.hxx
+1
-1
component_context.hxx
include/cppuhelper/component_context.hxx
+1
-1
cppuhelperdllapi.h
include/cppuhelper/cppuhelperdllapi.h
+1
-1
exc_hlp.hxx
include/cppuhelper/exc_hlp.hxx
+1
-1
factory.hxx
include/cppuhelper/factory.hxx
+1
-1
findsofficepath.h
include/cppuhelper/findsofficepath.h
+1
-1
implbase.hxx
include/cppuhelper/implbase.hxx
+1
-1
implementationentry.hxx
include/cppuhelper/implementationentry.hxx
+1
-1
interfacecontainer.h
include/cppuhelper/interfacecontainer.h
+2
-2
propertysetmixin.hxx
include/cppuhelper/propertysetmixin.hxx
+13
-13
propshlp.hxx
include/cppuhelper/propshlp.hxx
+1
-1
queryinterface.hxx
include/cppuhelper/queryinterface.hxx
+4
-4
shlib.hxx
include/cppuhelper/shlib.hxx
+1
-1
supportsservice.hxx
include/cppuhelper/supportsservice.hxx
+2
-2
typeprovider.hxx
include/cppuhelper/typeprovider.hxx
+1
-1
unourl.hxx
include/cppuhelper/unourl.hxx
+1
-1
weak.hxx
include/cppuhelper/weak.hxx
+1
-1
weakagg.hxx
include/cppuhelper/weakagg.hxx
+1
-1
weakref.hxx
include/cppuhelper/weakref.hxx
+1
-1
No files found.
include/cppuhelper/access_control.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/security/XAccessController.hpp>
#include <com/sun/star/security/XAccessController.hpp>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
cppu
namespace
cppu
...
...
include/cppuhelper/bootstrap.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -19,12 +19,12 @@
...
@@ -19,12 +19,12 @@
#ifndef INCLUDED_CPPUHELPER_BOOTSTRAP_HXX
#ifndef INCLUDED_CPPUHELPER_BOOTSTRAP_HXX
#define INCLUDED_CPPUHELPER_BOOTSTRAP_HXX
#define INCLUDED_CPPUHELPER_BOOTSTRAP_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"com/sun/star/uno/Exception.hpp"
#include
<com/sun/star/uno/Exception.hpp>
#include
"com/sun/star/uno/Reference.hxx"
#include
<com/sun/star/uno/Reference.hxx>
#include
"rtl/ustring.hxx"
#include
<rtl/ustring.hxx>
#include
"sal/types.h"
#include
<sal/types.h>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
container
{
class
XHierarchicalNameAccess
;
}
namespace
container
{
class
XHierarchicalNameAccess
;
}
...
...
include/cppuhelper/compbase_ex.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#include <cppuhelper/implbase_ex.hxx>
#include <cppuhelper/implbase_ex.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
/// @cond INTERNAL
/// @cond INTERNAL
...
...
include/cppuhelper/component.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
cppu
namespace
cppu
{
{
...
...
include/cppuhelper/component_context.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include <com/sun/star/lang/XSingleComponentFactory.hpp>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
cppu
namespace
cppu
...
...
include/cppuhelper/cppuhelperdllapi.h
Dosyayı görüntüle @
2f3305e9
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_CPPUHELPER_CPPUHELPERDLLAPI_H
#ifndef INCLUDED_CPPUHELPER_CPPUHELPERDLLAPI_H
#define INCLUDED_CPPUHELPER_CPPUHELPERDLLAPI_H
#define INCLUDED_CPPUHELPER_CPPUHELPERDLLAPI_H
#include
"sal/types.h"
#include
<sal/types.h>
#if defined(CPPUHELPER_DLLIMPLEMENTATION)
#if defined(CPPUHELPER_DLLIMPLEMENTATION)
#define CPPUHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#define CPPUHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
...
...
include/cppuhelper/exc_hlp.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#define INCLUDED_CPPUHELPER_EXC_HLP_HXX
#define INCLUDED_CPPUHELPER_EXC_HLP_HXX
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Any.hxx>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
cppu
namespace
cppu
{
{
...
...
include/cppuhelper/factory.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
//##################################################################################################
//##################################################################################################
...
...
include/cppuhelper/findsofficepath.h
Dosyayı görüntüle @
2f3305e9
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_CPPUHELPER_FINDSOFFICEPATH_H
#ifndef INCLUDED_CPPUHELPER_FINDSOFFICEPATH_H
#define INCLUDED_CPPUHELPER_FINDSOFFICEPATH_H
#define INCLUDED_CPPUHELPER_FINDSOFFICEPATH_H
#include
"sal/config.h"
#include
<sal/config.h>
#if defined __cplusplus
#if defined __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/cppuhelper/implbase.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
/* This header should not be used anymore.
/* This header should not be used anymore.
@deprecated
@deprecated
...
...
include/cppuhelper/implementationentry.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#define INCLUDED_CPPUHELPER_IMPLEMENTATIONENTRY_HXX
#define INCLUDED_CPPUHELPER_IMPLEMENTATIONENTRY_HXX
#include <cppuhelper/factory.hxx>
#include <cppuhelper/factory.hxx>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
// MinGW wants it the one way around while MSVC wants it the other (cf.
// MinGW wants it the one way around while MSVC wants it the other (cf.
// <sourceforge.net/support/tracker.php?aid=3514133> "Syntactic __cdecl
// <sourceforge.net/support/tracker.php?aid=3514133> "Syntactic __cdecl
...
...
include/cppuhelper/interfacecontainer.h
Dosyayı görüntüle @
2f3305e9
...
@@ -26,8 +26,8 @@
...
@@ -26,8 +26,8 @@
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/lang/EventObject.hpp>
#include <com/sun/star/lang/EventObject.hpp>
#include
"com/sun/star/lang/DisposedException.hpp"
#include
<com/sun/star/lang/DisposedException.hpp>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
/** */
//for docpp
/** */
//for docpp
namespace
cppu
namespace
cppu
...
...
include/cppuhelper/propertysetmixin.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -20,22 +20,22 @@
...
@@ -20,22 +20,22 @@
#ifndef INCLUDED_CPPUHELPER_PROPERTYSETMIXIN_HXX
#ifndef INCLUDED_CPPUHELPER_PROPERTYSETMIXIN_HXX
#define INCLUDED_CPPUHELPER_PROPERTYSETMIXIN_HXX
#define INCLUDED_CPPUHELPER_PROPERTYSETMIXIN_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <exception>
#include <exception>
#include
"com/sun/star/beans/PropertyVetoException.hpp"
#include
<com/sun/star/beans/PropertyVetoException.hpp>
#include
"com/sun/star/beans/UnknownPropertyException.hpp"
#include
<com/sun/star/beans/UnknownPropertyException.hpp>
#include
"com/sun/star/beans/XFastPropertySet.hpp"
#include
<com/sun/star/beans/XFastPropertySet.hpp>
#include
"com/sun/star/beans/XPropertyAccess.hpp"
#include
<com/sun/star/beans/XPropertyAccess.hpp>
#include
"com/sun/star/beans/XPropertySet.hpp"
#include
<com/sun/star/beans/XPropertySet.hpp>
#include
"com/sun/star/lang/IllegalArgumentException.hpp"
#include
<com/sun/star/lang/IllegalArgumentException.hpp>
#include
"com/sun/star/lang/WrappedTargetException.hpp"
#include
<com/sun/star/lang/WrappedTargetException.hpp>
#include
"com/sun/star/uno/Reference.hxx"
#include
<com/sun/star/uno/Reference.hxx>
#include
"com/sun/star/uno/RuntimeException.hpp"
#include
<com/sun/star/uno/RuntimeException.hpp>
#include
"com/sun/star/uno/Sequence.hxx"
#include
<com/sun/star/uno/Sequence.hxx>
#include
"sal/types.h"
#include
<sal/types.h>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
beans
{
namespace
beans
{
...
...
include/cppuhelper/propshlp.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <com/sun/star/beans/XFastPropertySet.hpp>
#include <memory>
#include <memory>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
cppu
namespace
cppu
...
...
include/cppuhelper/queryinterface.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -20,10 +20,10 @@
...
@@ -20,10 +20,10 @@
#ifndef INCLUDED_CPPUHELPER_QUERYINTERFACE_HXX
#ifndef INCLUDED_CPPUHELPER_QUERYINTERFACE_HXX
#define INCLUDED_CPPUHELPER_QUERYINTERFACE_HXX
#define INCLUDED_CPPUHELPER_QUERYINTERFACE_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"com/sun/star/uno/Any.hxx"
#include
<com/sun/star/uno/Any.hxx>
#include
"com/sun/star/uno/Type.hxx"
#include
<com/sun/star/uno/Type.hxx>
#include
"sal/types.h"
#include
<sal/types.h>
namespace
cppu
namespace
cppu
{
{
...
...
include/cppuhelper/shlib.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
#include <com/sun/star/loader/CannotActivateFactoryException.hpp>
#include <com/sun/star/loader/CannotActivateFactoryException.hpp>
#include <com/sun/star/registry/CannotRegisterImplementationException.hpp>
#include <com/sun/star/registry/CannotRegisterImplementationException.hpp>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
cppu
namespace
cppu
...
...
include/cppuhelper/supportsservice.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -10,9 +10,9 @@
...
@@ -10,9 +10,9 @@
#ifndef INCLUDED_CPPUHELPER_SUPPORTSSERVICE_HXX
#ifndef INCLUDED_CPPUHELPER_SUPPORTSSERVICE_HXX
#define INCLUDED_CPPUHELPER_SUPPORTSSERVICE_HXX
#define INCLUDED_CPPUHELPER_SUPPORTSSERVICE_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"cppuhelper/cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
lang
{
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
lang
{
class
XServiceInfo
;
class
XServiceInfo
;
...
...
include/cppuhelper/typeprovider.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#include <rtl/alloc.h>
#include <rtl/alloc.h>
#include <rtl/uuid.h>
#include <rtl/uuid.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
cppu
namespace
cppu
...
...
include/cppuhelper/unourl.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#define INCLUDED_CPPUHELPER_UNOURL_HXX
#define INCLUDED_CPPUHELPER_UNOURL_HXX
#include <memory>
#include <memory>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
rtl
{
class
OUString
;
}
namespace
rtl
{
class
OUString
;
}
...
...
include/cppuhelper/weak.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <cppuhelper/weakref.hxx>
#include <cppuhelper/weakref.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <com/sun/star/uno/XWeak.hpp>
#include <com/sun/star/uno/XWeak.hpp>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
cppu
namespace
cppu
...
...
include/cppuhelper/weakagg.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include <cppuhelper/weak.hxx>
#include <cppuhelper/weak.hxx>
#include <com/sun/star/uno/XAggregation.hpp>
#include <com/sun/star/uno/XAggregation.hpp>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
cppu
namespace
cppu
...
...
include/cppuhelper/weakref.hxx
Dosyayı görüntüle @
2f3305e9
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#define INCLUDED_CPPUHELPER_WEAKREF_HXX
#define INCLUDED_CPPUHELPER_WEAKREF_HXX
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/XInterface.hpp>
#include
"cppuhelperdllapi.h"
#include
<cppuhelper/cppuhelperdllapi.h>
namespace
com
namespace
com
...
...
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