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
f49ffef7
Kaydet (Commit)
f49ffef7
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/salhelper
Change-Id: I487c51fced345f5dd0ba2f67f528d060c250d49a
üst
5db050af
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
15 deletions
+15
-15
condition.hxx
include/salhelper/condition.hxx
+1
-1
dynload.hxx
include/salhelper/dynload.hxx
+1
-1
salhelperdllapi.h
include/salhelper/salhelperdllapi.h
+1
-1
simplereferenceobject.hxx
include/salhelper/simplereferenceobject.hxx
+3
-3
singletonref.hxx
include/salhelper/singletonref.hxx
+3
-3
thread.hxx
include/salhelper/thread.hxx
+5
-5
timer.hxx
include/salhelper/timer.hxx
+1
-1
No files found.
include/salhelper/condition.hxx
Dosyayı görüntüle @
f49ffef7
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include <osl/conditn.h>
#include <osl/conditn.h>
#include <osl/mutex.hxx>
#include <osl/mutex.hxx>
#include
"salhelperdllapi.h"
#include
<salhelper/salhelperdllapi.h>
namespace
salhelper
namespace
salhelper
{
{
...
...
include/salhelper/dynload.hxx
Dosyayı görüntüle @
f49ffef7
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#include <sal/types.h>
#include <sal/types.h>
#include <rtl/ustring.hxx>
#include <rtl/ustring.hxx>
#include <osl/module.h>
#include <osl/module.h>
#include
"salhelperdllapi.h"
#include
<salhelper/salhelperdllapi.h>
namespace
salhelper
namespace
salhelper
{
{
...
...
include/salhelper/salhelperdllapi.h
Dosyayı görüntüle @
f49ffef7
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SALHELPER_SALHELPERDLLAPI_H
#ifndef INCLUDED_SALHELPER_SALHELPERDLLAPI_H
#define INCLUDED_SALHELPER_SALHELPERDLLAPI_H
#define INCLUDED_SALHELPER_SALHELPERDLLAPI_H
#include
"sal/types.h"
#include
<sal/types.h>
#if defined(SALHELPER_DLLIMPLEMENTATION)
#if defined(SALHELPER_DLLIMPLEMENTATION)
#define SALHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
#define SALHELPER_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
...
...
include/salhelper/simplereferenceobject.hxx
Dosyayı görüntüle @
f49ffef7
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
#ifndef INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX
#ifndef INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX
#define INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX
#define INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX
#include
"osl/interlck.h"
#include
<osl/interlck.h>
#include
"sal/types.h"
#include
<sal/types.h>
#include
"salhelperdllapi.h"
#include
<salhelper/salhelperdllapi.h>
#include <cstddef>
#include <cstddef>
#include <new>
#include <new>
...
...
include/salhelper/singletonref.hxx
Dosyayı görüntüle @
f49ffef7
...
@@ -21,9 +21,9 @@
...
@@ -21,9 +21,9 @@
#define INCLUDED_SALHELPER_SINGLETONREF_HXX
#define INCLUDED_SALHELPER_SINGLETONREF_HXX
#include <osl/mutex.hxx>
#include <osl/mutex.hxx>
#include
"rtl/instance.hxx"
#include
<rtl/instance.hxx>
#include
"osl/diagnose.h"
#include
<osl/diagnose.h>
#include
"osl/getglobalmutex.hxx"
#include
<osl/getglobalmutex.hxx>
namespace
salhelper
{
namespace
salhelper
{
...
...
include/salhelper/thread.hxx
Dosyayı görüntüle @
f49ffef7
...
@@ -10,14 +10,14 @@
...
@@ -10,14 +10,14 @@
#ifndef INCLUDED_SALHELPER_THREAD_HXX
#ifndef INCLUDED_SALHELPER_THREAD_HXX
#define INCLUDED_SALHELPER_THREAD_HXX
#define INCLUDED_SALHELPER_THREAD_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include <cstddef>
#include <cstddef>
#include
"osl/thread.hxx"
#include
<osl/thread.hxx>
#include
"sal/types.h"
#include
<sal/types.h>
#include
"salhelper/salhelperdllapi.h"
#include
<salhelper/salhelperdllapi.h>
#include
"salhelper/simplereferenceobject.hxx"
#include
<salhelper/simplereferenceobject.hxx>
namespace
salhelper
{
namespace
salhelper
{
...
...
include/salhelper/timer.hxx
Dosyayı görüntüle @
f49ffef7
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
#include <salhelper/simplereferenceobject.hxx>
#include <salhelper/simplereferenceobject.hxx>
#include <osl/time.h>
#include <osl/time.h>
#include
"salhelperdllapi.h"
#include
<salhelper/salhelperdllapi.h>
namespace
salhelper
namespace
salhelper
{
{
...
...
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