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
9150e74c
Kaydet (Commit)
9150e74c
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/sot
Change-Id: I8e424310eba5a1a6fff3fc7a8402bbc0d58a4e95
üst
db3c5870
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
11 deletions
+11
-11
exchange.hxx
include/sot/exchange.hxx
+1
-1
factory.hxx
include/sot/factory.hxx
+1
-1
filelist.hxx
include/sot/filelist.hxx
+1
-1
object.hxx
include/sot/object.hxx
+1
-1
sotdata.hxx
include/sot/sotdata.hxx
+1
-1
sotdllapi.h
include/sot/sotdllapi.h
+1
-1
stg.hxx
include/sot/stg.hxx
+2
-2
storage.hxx
include/sot/storage.hxx
+2
-2
storinfo.hxx
include/sot/storinfo.hxx
+1
-1
No files found.
include/sot/exchange.hxx
Dosyayı görüntüle @
9150e74c
...
...
@@ -25,7 +25,7 @@
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
#include
"sot/sotdllapi.h"
#include
<sot/sotdllapi.h>
#include <tools/solar.h>
class
SotDataObject
;
...
...
include/sot/factory.hxx
Dosyayı görüntüle @
9150e74c
...
...
@@ -22,7 +22,7 @@
#include <tools/globname.hxx>
#include <tools/rtti.hxx>
#include
"sot/sotdllapi.h"
#include
<sot/sotdllapi.h>
#include <vector>
/*************************************************************************
...
...
include/sot/filelist.hxx
Dosyayı görüntüle @
9150e74c
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SOT_FILELIST_HXX
#define INCLUDED_SOT_FILELIST_HXX
#include
"sot/sotdllapi.h"
#include
<sot/sotdllapi.h>
#include <tools/stream.hxx>
#include <vector>
...
...
include/sot/object.hxx
Dosyayı görüntüle @
9150e74c
...
...
@@ -23,7 +23,7 @@
#include <sot/sotdata.hxx>
#include <tools/globname.hxx>
#include <tools/ref.hxx>
#include
"sot/sotdllapi.h"
#include
<sot/sotdllapi.h>
/*************************************************************************
*************************************************************************/
...
...
include/sot/sotdata.hxx
Dosyayı görüntüle @
9150e74c
...
...
@@ -24,7 +24,7 @@
*************************************************************************/
#include <tools/solar.h>
#include
"sot/sotdllapi.h"
#include
<sot/sotdllapi.h>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <vector>
#include <list>
...
...
include/sot/sotdllapi.h
Dosyayı görüntüle @
9150e74c
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SOT_SOTDLLAPI_H
#define INCLUDED_SOT_SOTDLLAPI_H
#include
"sal/types.h"
#include
<sal/types.h>
#if defined(SOT_DLLIMPLEMENTATION)
#define SOT_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
...
...
include/sot/stg.hxx
Dosyayı görüntüle @
9150e74c
...
...
@@ -34,8 +34,8 @@
#include <tools/solar.h>
#include <tools/stream.hxx>
#include <tools/globname.hxx>
#include
"sot/storinfo.hxx"
#include
"sot/sotdllapi.h"
#include
<sot/storinfo.hxx>
#include
<sot/sotdllapi.h>
class
Storage
;
class
StorageStream
;
...
...
include/sot/storage.hxx
Dosyayı görüntüle @
9150e74c
...
...
@@ -29,8 +29,8 @@
#include <sot/factory.hxx>
#include <tools/stream.hxx>
#include <tools/errcode.hxx>
#include
"sot/storinfo.hxx"
#include
"sot/sotdllapi.h"
#include
<sot/storinfo.hxx>
#include
<sot/sotdllapi.h>
#define STORAGE_FAILIFTHERE 0x02
#define STORAGE_TRANSACTED 0x04
...
...
include/sot/storinfo.hxx
Dosyayı görüntüle @
9150e74c
...
...
@@ -23,7 +23,7 @@
#include <tools/globname.hxx>
#include <tools/solar.h>
#include <vector>
#include
"sot/sotdllapi.h"
#include
<sot/sotdllapi.h>
class
StgDirEntry
;
class
SvStorageInfo
...
...
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