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
08138396
Kaydet (Commit)
08138396
authored
Kas 10, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Missing includes (for NULL)
Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3
üst
e2ff5810
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
94 additions
and
0 deletions
+94
-0
Any.hxx
include/com/sun/star/uno/Any.hxx
+1
-0
Reference.h
include/com/sun/star/uno/Reference.h
+1
-0
Reference.hxx
include/com/sun/star/uno/Reference.hxx
+4
-0
Sequence.hxx
include/com/sun/star/uno/Sequence.hxx
+1
-0
Type.hxx
include/com/sun/star/uno/Type.hxx
+4
-0
genfunc.hxx
include/com/sun/star/uno/genfunc.hxx
+4
-0
unotype.hxx
include/cppu/unotype.hxx
+2
-0
factory.hxx
include/cppuhelper/factory.hxx
+4
-0
interfacecontainer.h
include/cppuhelper/interfacecontainer.h
+1
-0
interfacecontainer.hxx
include/cppuhelper/interfacecontainer.hxx
+4
-0
typeprovider.hxx
include/cppuhelper/typeprovider.hxx
+4
-0
weak.hxx
include/cppuhelper/weak.hxx
+1
-0
weakref.hxx
include/cppuhelper/weakref.hxx
+4
-0
conditn.hxx
include/osl/conditn.hxx
+4
-0
diagnose.hxx
include/osl/diagnose.hxx
+1
-0
file.hxx
include/osl/file.hxx
+1
-0
module.hxx
include/osl/module.hxx
+4
-0
pipe.hxx
include/osl/pipe.hxx
+4
-0
security.hxx
include/osl/security.hxx
+4
-0
socket_decl.hxx
include/osl/socket_decl.hxx
+4
-0
thread.hxx
include/osl/thread.hxx
+1
-0
bootstrap.hxx
include/rtl/bootstrap.hxx
+5
-0
byteseq.hxx
include/rtl/byteseq.hxx
+1
-0
instance.hxx
include/rtl/instance.hxx
+2
-0
math.hxx
include/rtl/math.hxx
+1
-0
strbuf.hxx
include/rtl/strbuf.hxx
+1
-0
ustrbuf.hxx
include/rtl/ustrbuf.hxx
+1
-0
ustring.hxx
include/rtl/ustring.hxx
+1
-0
singletonref.hxx
include/salhelper/singletonref.hxx
+4
-0
typedescription.hxx
include/typelib/typedescription.hxx
+4
-0
current_context.hxx
include/uno/current_context.hxx
+4
-0
dispatcher.hxx
include/uno/dispatcher.hxx
+4
-0
environment.hxx
include/uno/environment.hxx
+4
-0
mapping.hxx
include/uno/mapping.hxx
+4
-0
No files found.
include/com/sun/star/uno/Any.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -22,6 +22,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <iomanip>
#include <ostream>
...
...
include/com/sun/star/uno/Reference.h
Dosyayı görüntüle @
08138396
...
...
@@ -22,6 +22,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <rtl/alloc.h>
...
...
include/com/sun/star/uno/Reference.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -19,6 +19,10 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX
#define INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX
#include <sal/config.h>
#include <cstddef>
#include <com/sun/star/uno/Reference.h>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/uno/XInterface.hpp>
...
...
include/com/sun/star/uno/Sequence.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -22,6 +22,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <osl/interlck.h>
#include <com/sun/star/uno/Sequence.h>
...
...
include/com/sun/star/uno/Type.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -19,6 +19,10 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX
#define INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX
#include <sal/config.h>
#include <cstddef>
#include <com/sun/star/uno/Type.h>
#include <cppu/unotype.hxx>
...
...
include/com/sun/star/uno/genfunc.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -19,6 +19,10 @@
#ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX
#define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX
#include <sal/config.h>
#include <cstddef>
#include <com/sun/star/uno/genfunc.h>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/XInterface.hpp>
...
...
include/cppu/unotype.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -22,6 +22,8 @@
#include <sal/config.h>
#include <cstddef>
#if defined LIBO_INTERNAL_ONLY
#include <type_traits>
#endif
...
...
include/cppuhelper/factory.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -19,6 +19,10 @@
#ifndef INCLUDED_CPPUHELPER_FACTORY_HXX
#define INCLUDED_CPPUHELPER_FACTORY_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/ustring.hxx>
#include <rtl/unload.h>
...
...
include/cppuhelper/interfacecontainer.h
Dosyayı görüntüle @
08138396
...
...
@@ -21,6 +21,7 @@
#include <sal/config.h>
#include <cstddef>
#include <functional>
#include <vector>
#include <utility>
...
...
include/cppuhelper/interfacecontainer.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -19,6 +19,10 @@
#ifndef INCLUDED_CPPUHELPER_INTERFACECONTAINER_HXX
#define INCLUDED_CPPUHELPER_INTERFACECONTAINER_HXX
#include <sal/config.h>
#include <cstddef>
#include <cppuhelper/interfacecontainer.h>
...
...
include/cppuhelper/typeprovider.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -19,6 +19,10 @@
#ifndef INCLUDED_CPPUHELPER_TYPEPROVIDER_HXX
#define INCLUDED_CPPUHELPER_TYPEPROVIDER_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/alloc.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <cppuhelper/cppuhelperdllapi.h>
...
...
include/cppuhelper/weak.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -20,6 +20,7 @@
#define INCLUDED_CPPUHELPER_WEAK_HXX
#include <cassert>
#include <cstddef>
#include <osl/interlck.h>
#include <rtl/alloc.h>
#include <com/sun/star/uno/XWeak.hpp>
...
...
include/cppuhelper/weakref.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -19,6 +19,10 @@
#ifndef INCLUDED_CPPUHELPER_WEAKREF_HXX
#define INCLUDED_CPPUHELPER_WEAKREF_HXX
#include <sal/config.h>
#include <cstddef>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/XInterface.hpp>
#include <cppuhelper/cppuhelperdllapi.h>
...
...
include/osl/conditn.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_CONDITN_HXX
#define INCLUDED_OSL_CONDITN_HXX
#include <sal/config.h>
#include <cstddef>
#include <osl/time.h>
#include <osl/conditn.h>
...
...
include/osl/diagnose.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cstddef>
#include <functional>
#include <typeinfo>
...
...
include/osl/file.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -25,6 +25,7 @@
#include <string.h>
#include <cassert>
#include <cstddef>
#include <sal/log.hxx>
#include <osl/time.h>
...
...
include/osl/module.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_MODULE_HXX
#define INCLUDED_OSL_MODULE_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/ustring.hxx>
#include <osl/module.h>
...
...
include/osl/pipe.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -19,6 +19,10 @@
#ifndef INCLUDED_OSL_PIPE_HXX
#define INCLUDED_OSL_PIPE_HXX
#include <sal/config.h>
#include <cstddef>
#include <osl/pipe_decl.hxx>
namespace
osl
...
...
include/osl/security.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_SECURITY_HXX
#define INCLUDED_OSL_SECURITY_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/ustring.hxx>
#include <osl/security_decl.hxx>
...
...
include/osl/socket_decl.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -20,6 +20,10 @@
#ifndef INCLUDED_OSL_SOCKET_DECL_HXX
#define INCLUDED_OSL_SOCKET_DECL_HXX
#include <sal/config.h>
#include <cstddef>
#include <osl/socket.h>
#include <rtl/ustring.hxx>
#include <rtl/byteseq.hxx>
...
...
include/osl/thread.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <osl/time.h>
#include <osl/thread.h>
...
...
include/rtl/bootstrap.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -18,6 +18,11 @@
*/
#ifndef INCLUDED_RTL_BOOTSTRAP_HXX
#define INCLUDED_RTL_BOOTSTRAP_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/ustring.hxx>
#include <rtl/bootstrap.h>
...
...
include/rtl/byteseq.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -21,6 +21,7 @@
#include <rtl/byteseq.h>
#include <cstddef>
#include <new>
namespace
rtl
...
...
include/rtl/instance.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -22,6 +22,8 @@
#include <sal/config.h>
#include <cstddef>
#include <osl/doublecheckedlocking.h>
#if ! HAVE_THREADSAFE_STATICS
#include <osl/getglobalmutex.hxx>
...
...
include/rtl/math.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -27,6 +27,7 @@
#include <sal/mathconf.h>
#include <sal/types.h>
#include <cstddef>
#include <math.h>
namespace
rtl
{
...
...
include/rtl/strbuf.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <string.h>
#include <rtl/strbuf.h>
...
...
include/rtl/ustrbuf.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <string.h>
#include <rtl/ustrbuf.h>
...
...
include/rtl/ustring.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -23,6 +23,7 @@
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <new>
#include <ostream>
#include <string.h>
...
...
include/salhelper/singletonref.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -20,6 +20,10 @@
#ifndef INCLUDED_SALHELPER_SINGLETONREF_HXX
#define INCLUDED_SALHELPER_SINGLETONREF_HXX
#include <sal/config.h>
#include <cstddef>
#include <osl/mutex.hxx>
#include <rtl/instance.hxx>
#include <osl/diagnose.h>
...
...
include/typelib/typedescription.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -19,6 +19,10 @@
#ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
#define INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <com/sun/star/uno/Type.h>
...
...
include/uno/current_context.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -19,6 +19,10 @@
#ifndef INCLUDED_UNO_CURRENT_CONTEXT_HXX
#define INCLUDED_UNO_CURRENT_CONTEXT_HXX
#include <sal/config.h>
#include <cstddef>
#include <uno/current_context.h>
#include <uno/lbnames.h>
...
...
include/uno/dispatcher.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -20,6 +20,10 @@
#ifndef INCLUDED_UNO_DISPATCHER_HXX
#define INCLUDED_UNO_DISPATCHER_HXX
#include <sal/config.h>
#include <cstddef>
#include <uno/dispatcher.h>
/// @cond INTERNAL
...
...
include/uno/environment.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -19,6 +19,10 @@
#ifndef INCLUDED_UNO_ENVIRONMENT_HXX
#define INCLUDED_UNO_ENVIRONMENT_HXX
#include <sal/config.h>
#include <cstddef>
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
#include <uno/environment.h>
...
...
include/uno/mapping.hxx
Dosyayı görüntüle @
08138396
...
...
@@ -19,6 +19,10 @@
#ifndef INCLUDED_UNO_MAPPING_HXX
#define INCLUDED_UNO_MAPPING_HXX
#include <sal/config.h>
#include <cstddef>
#include <uno/lbnames.h>
#include <rtl/alloc.h>
#include <rtl/ustring.hxx>
...
...
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