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
a525fa44
Kaydet (Commit)
a525fa44
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/osl
Change-Id: I0490192db3d6b46c6b181ae122028e11682a13cf
üst
1daa9264
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
74 additions
and
74 deletions
+74
-74
conditn.h
include/osl/conditn.h
+3
-3
file.h
include/osl/detail/file.h
+3
-3
diagnose.h
include/osl/diagnose.h
+4
-4
diagnose.hxx
include/osl/diagnose.hxx
+10
-10
file.h
include/osl/file.h
+4
-4
file.hxx
include/osl/file.hxx
+1
-1
getglobalmutex.hxx
include/osl/getglobalmutex.hxx
+1
-1
interlck.h
include/osl/interlck.h
+3
-3
module.h
include/osl/module.h
+4
-4
mutex.h
include/osl/mutex.h
+3
-3
nlsupport.h
include/osl/nlsupport.h
+4
-4
pipe.h
include/osl/pipe.h
+4
-4
process.h
include/osl/process.h
+11
-11
profile.h
include/osl/profile.h
+4
-4
profile.hxx
include/osl/profile.hxx
+1
-1
security.h
include/osl/security.h
+3
-3
signal.h
include/osl/signal.h
+3
-3
thread.h
include/osl/thread.h
+4
-4
thread.hxx
include/osl/thread.hxx
+1
-1
time.h
include/osl/time.h
+3
-3
No files found.
include/osl/conditn.h
Dosyayı görüntüle @
a525fa44
...
@@ -21,10 +21,10 @@
...
@@ -21,10 +21,10 @@
#ifndef INCLUDED_OSL_CONDITN_H
#ifndef INCLUDED_OSL_CONDITN_H
#define INCLUDED_OSL_CONDITN_H
#define INCLUDED_OSL_CONDITN_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"osl/time.h"
#include
<osl/time.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/osl/detail/file.h
Dosyayı görüntüle @
a525fa44
...
@@ -10,12 +10,12 @@
...
@@ -10,12 +10,12 @@
#ifndef INCLUDED_OSL_DETAIL_FILE_H
#ifndef INCLUDED_OSL_DETAIL_FILE_H
#define INCLUDED_OSL_DETAIL_FILE_H
#define INCLUDED_OSL_DETAIL_FILE_H
#include
"sal/config.h"
#include
<sal/config.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#include
"sal/types.h"
#include
<sal/types.h>
/** @cond INTERNAL */
/** @cond INTERNAL */
...
...
include/osl/diagnose.h
Dosyayı görüntüle @
a525fa44
...
@@ -21,11 +21,11 @@
...
@@ -21,11 +21,11 @@
#ifndef INCLUDED_OSL_DIAGNOSE_H
#ifndef INCLUDED_OSL_DIAGNOSE_H
#define INCLUDED_OSL_DIAGNOSE_H
#define INCLUDED_OSL_DIAGNOSE_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"sal/detail/log.h"
#include
<sal/detail/log.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#include
"sal/types.h"
#include
<sal/types.h>
/** provides simple diagnostic support
/** provides simple diagnostic support
...
...
include/osl/diagnose.hxx
Dosyayı görüntüle @
a525fa44
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_OSL_DIAGNOSE_HXX
#ifndef INCLUDED_OSL_DIAGNOSE_HXX
#define INCLUDED_OSL_DIAGNOSE_HXX
#define INCLUDED_OSL_DIAGNOSE_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <functional>
#include <functional>
#include <typeinfo>
#include <typeinfo>
...
@@ -29,15 +29,15 @@
...
@@ -29,15 +29,15 @@
#if !HAVE_CXX11
#if !HAVE_CXX11
#define BOOST_NO_0X_HDR_TYPEINDEX
#define BOOST_NO_0X_HDR_TYPEINDEX
#endif
#endif
#include
"boost/unordered_set.hpp"
#include
<boost/unordered_set.hpp>
#include
"osl/diagnose.h"
#include
<osl/diagnose.h>
#include
"osl/interlck.h"
#include
<osl/interlck.h>
#include
"osl/mutex.hxx"
#include
<osl/mutex.hxx>
#include
"rtl/allocator.hxx"
#include
<rtl/allocator.hxx>
#include
"rtl/instance.hxx"
#include
<rtl/instance.hxx>
#include
"sal/log.hxx"
#include
<sal/log.hxx>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#include
"sal/types.h"
#include
<sal/types.h>
/// @cond INTERNAL
/// @cond INTERNAL
...
...
include/osl/file.h
Dosyayı görüntüle @
a525fa44
...
@@ -20,11 +20,11 @@
...
@@ -20,11 +20,11 @@
#ifndef INCLUDED_OSL_FILE_H
#ifndef INCLUDED_OSL_FILE_H
#define INCLUDED_OSL_FILE_H
#define INCLUDED_OSL_FILE_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"osl/time.h"
#include
<osl/time.h>
#include
"rtl/ustring.h"
#include
<rtl/ustring.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/osl/file.hxx
Dosyayı görüntüle @
a525fa44
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OSL_FILE_HXX
#ifndef INCLUDED_OSL_FILE_HXX
#define INCLUDED_OSL_FILE_HXX
#define INCLUDED_OSL_FILE_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <string.h>
#include <string.h>
...
...
include/osl/getglobalmutex.hxx
Dosyayı görüntüle @
a525fa44
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OSL_GETGLOBALMUTEX_HXX
#ifndef INCLUDED_OSL_GETGLOBALMUTEX_HXX
#define INCLUDED_OSL_GETGLOBALMUTEX_HXX
#define INCLUDED_OSL_GETGLOBALMUTEX_HXX
#include
"osl/mutex.hxx"
#include
<osl/mutex.hxx>
namespace
osl
{
namespace
osl
{
...
...
include/osl/interlck.h
Dosyayı görüntüle @
a525fa44
...
@@ -20,10 +20,10 @@
...
@@ -20,10 +20,10 @@
#ifndef INCLUDED_OSL_INTERLCK_H
#ifndef INCLUDED_OSL_INTERLCK_H
#define INCLUDED_OSL_INTERLCK_H
#define INCLUDED_OSL_INTERLCK_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#include
"sal/types.h"
#include
<sal/types.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/osl/module.h
Dosyayı görüntüle @
a525fa44
...
@@ -20,11 +20,11 @@
...
@@ -20,11 +20,11 @@
#ifndef INCLUDED_OSL_MODULE_H
#ifndef INCLUDED_OSL_MODULE_H
#define INCLUDED_OSL_MODULE_H
#define INCLUDED_OSL_MODULE_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"rtl/tencinfo.h"
#include
<rtl/tencinfo.h>
#include
"rtl/ustring.h"
#include
<rtl/ustring.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/osl/mutex.h
Dosyayı görüntüle @
a525fa44
...
@@ -20,10 +20,10 @@
...
@@ -20,10 +20,10 @@
#ifndef INCLUDED_OSL_MUTEX_H
#ifndef INCLUDED_OSL_MUTEX_H
#define INCLUDED_OSL_MUTEX_H
#define INCLUDED_OSL_MUTEX_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#include
"sal/types.h"
#include
<sal/types.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/osl/nlsupport.h
Dosyayı görüntüle @
a525fa44
...
@@ -21,11 +21,11 @@
...
@@ -21,11 +21,11 @@
#ifndef INCLUDED_OSL_NLSUPPORT_H
#ifndef INCLUDED_OSL_NLSUPPORT_H
#define INCLUDED_OSL_NLSUPPORT_H
#define INCLUDED_OSL_NLSUPPORT_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"rtl/locale.h"
#include
<rtl/locale.h>
#include
"rtl/textenc.h"
#include
<rtl/textenc.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/osl/pipe.h
Dosyayı görüntüle @
a525fa44
...
@@ -21,11 +21,11 @@
...
@@ -21,11 +21,11 @@
#ifndef INCLUDED_OSL_PIPE_H
#ifndef INCLUDED_OSL_PIPE_H
#define INCLUDED_OSL_PIPE_H
#define INCLUDED_OSL_PIPE_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"osl/security.h"
#include
<osl/security.h>
#include
"rtl/ustring.h"
#include
<rtl/ustring.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/osl/process.h
Dosyayı görüntüle @
a525fa44
...
@@ -21,17 +21,17 @@
...
@@ -21,17 +21,17 @@
#ifndef INCLUDED_OSL_PROCESS_H
#ifndef INCLUDED_OSL_PROCESS_H
#define INCLUDED_OSL_PROCESS_H
#define INCLUDED_OSL_PROCESS_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"osl/file.h"
#include
<osl/file.h>
#include
"osl/pipe.h"
#include
<osl/pipe.h>
#include
"osl/security.h"
#include
<osl/security.h>
#include
"osl/socket.h"
#include
<osl/socket.h>
#include
"osl/time.h"
#include
<osl/time.h>
#include
"rtl/locale.h"
#include
<rtl/locale.h>
#include
"rtl/textenc.h"
#include
<rtl/textenc.h>
#include
"rtl/ustring.h"
#include
<rtl/ustring.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/osl/profile.h
Dosyayı görüntüle @
a525fa44
...
@@ -20,11 +20,11 @@
...
@@ -20,11 +20,11 @@
#ifndef INCLUDED_OSL_PROFILE_H
#ifndef INCLUDED_OSL_PROFILE_H
#define INCLUDED_OSL_PROFILE_H
#define INCLUDED_OSL_PROFILE_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"rtl/ustring.h"
#include
<rtl/ustring.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#include
"sal/types.h"
#include
<sal/types.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/osl/profile.hxx
Dosyayı görüntüle @
a525fa44
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OSL_PROFILE_HXX
#ifndef INCLUDED_OSL_PROFILE_HXX
#define INCLUDED_OSL_PROFILE_HXX
#define INCLUDED_OSL_PROFILE_HXX
#include
"profile.h"
#include
<osl/profile.h>
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include <string.h>
#include <string.h>
#include <list>
#include <list>
...
...
include/osl/security.h
Dosyayı görüntüle @
a525fa44
...
@@ -20,10 +20,10 @@
...
@@ -20,10 +20,10 @@
#ifndef INCLUDED_OSL_SECURITY_H
#ifndef INCLUDED_OSL_SECURITY_H
#define INCLUDED_OSL_SECURITY_H
#define INCLUDED_OSL_SECURITY_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"rtl/ustring.h"
#include
<rtl/ustring.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/osl/signal.h
Dosyayı görüntüle @
a525fa44
...
@@ -20,10 +20,10 @@
...
@@ -20,10 +20,10 @@
#ifndef INCLUDED_OSL_SIGNAL_H
#ifndef INCLUDED_OSL_SIGNAL_H
#define INCLUDED_OSL_SIGNAL_H
#define INCLUDED_OSL_SIGNAL_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#include
"sal/types.h"
#include
<sal/types.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/osl/thread.h
Dosyayı görüntüle @
a525fa44
...
@@ -20,11 +20,11 @@
...
@@ -20,11 +20,11 @@
#ifndef INCLUDED_OSL_THREAD_H
#ifndef INCLUDED_OSL_THREAD_H
#define INCLUDED_OSL_THREAD_H
#define INCLUDED_OSL_THREAD_H
#include
"sal/config.h"
#include
<sal/config.h>
#include
"osl/time.h"
#include
<osl/time.h>
#include
"rtl/textenc.h"
#include
<rtl/textenc.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
include/osl/thread.hxx
Dosyayı görüntüle @
a525fa44
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_OSL_THREAD_HXX
#ifndef INCLUDED_OSL_THREAD_HXX
#define INCLUDED_OSL_THREAD_HXX
#define INCLUDED_OSL_THREAD_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <cassert>
#include <cassert>
...
...
include/osl/time.h
Dosyayı görüntüle @
a525fa44
...
@@ -20,10 +20,10 @@
...
@@ -20,10 +20,10 @@
#ifndef _OSL_TIME_H_
#ifndef _OSL_TIME_H_
#define _OSL_TIME_H_
#define _OSL_TIME_H_
#include
"sal/config.h"
#include
<sal/config.h>
#include
"sal/saldllapi.h"
#include
<sal/saldllapi.h>
#include
"sal/types.h"
#include
<sal/types.h>
#ifdef __cplusplus
#ifdef __cplusplus
extern
"C"
{
extern
"C"
{
...
...
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