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
16faecda
Kaydet (Commit)
16faecda
authored
Eki 27, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:includeform: sal (Windows)
Change-Id: Id60bcfadbfdf4b37f276159b12360347bde30a2e
üst
33f67eee
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
21 additions
and
21 deletions
+21
-21
backtrace.cxx
sal/osl/w32/backtrace.cxx
+1
-1
dllentry.cxx
sal/osl/w32/dllentry.cxx
+2
-2
file_error.cxx
sal/osl/w32/file_error.cxx
+1
-1
file_error.hxx
sal/osl/w32/file_error.hxx
+1
-1
file_url.cxx
sal/osl/w32/file_url.cxx
+1
-1
file_url.hxx
sal/osl/w32/file_url.hxx
+4
-4
nlsupport.cxx
sal/osl/w32/nlsupport.cxx
+1
-1
process.cxx
sal/osl/w32/process.cxx
+2
-2
procimpl.cxx
sal/osl/w32/procimpl.cxx
+1
-1
salinit.cxx
sal/osl/w32/salinit.cxx
+1
-1
tempfile.cxx
sal/osl/w32/tempfile.cxx
+3
-3
thread.cxx
sal/osl/w32/thread.cxx
+1
-1
time.cxx
sal/osl/w32/time.cxx
+2
-2
No files found.
sal/osl/w32/backtrace.cxx
Dosyayı görüntüle @
16faecda
...
...
@@ -24,7 +24,7 @@
#include <rtl/ustrbuf.hxx>
#include <sal/backtrace.hxx>
#include
"backtraceasstring.hxx"
#include
<backtraceasstring.hxx>
namespace
{
...
...
sal/osl/w32/dllentry.cxx
Dosyayı görüntüle @
16faecda
...
...
@@ -33,9 +33,9 @@
#include "file_url.hxx"
#include "gmutex.hxx"
#include
"rtllifecycle.h"
#include
<rtllifecycle.h>
#include
<thread.hxx>
#include
"thread.hxx"
/*
This is needed because DllMain is called after static constructors. A DLL's
...
...
sal/osl/w32/file_error.cxx
Dosyayı görüntüle @
16faecda
...
...
@@ -18,7 +18,7 @@
*/
#include "file_error.hxx"
#include
"winerror.h"
#include
<winerror.h>
/* OS error to oslFileError values mapping table */
struct
osl_file_error_entry
...
...
sal/osl/w32/file_error.hxx
Dosyayı görüntüle @
16faecda
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SAL_OSL_W32_FILE_ERROR_HXX
#define INCLUDED_SAL_OSL_W32_FILE_ERROR_HXX
#include
"osl/file.h"
#include
<osl/file.h>
oslFileError
oslTranslateFileError
(
/*DWORD*/
unsigned
long
dwError
);
...
...
sal/osl/w32/file_url.cxx
Dosyayı görüntüle @
16faecda
...
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"systools/win32/uwinapi.h"
#include
<systools/win32/uwinapi.h>
#include "file_url.hxx"
#include "file_error.hxx"
...
...
sal/osl/w32/file_url.hxx
Dosyayı görüntüle @
16faecda
...
...
@@ -20,10 +20,10 @@
#ifndef INCLUDED_SAL_OSL_W32_FILE_URL_HXX
#define INCLUDED_SAL_OSL_W32_FILE_URL_HXX
#include
"sal/types.h"
#include
"rtl/ustring.h"
#include
"osl/file.h"
#include
"osl/mutex.h"
#include
<sal/types.h>
#include
<rtl/ustring.h>
#include
<osl/file.h>
#include
<osl/mutex.h>
#ifdef _MSC_VER
#pragma warning(push,1)
...
...
sal/osl/w32/nlsupport.cxx
Dosyayı görüntüle @
16faecda
...
...
@@ -27,7 +27,7 @@
#endif
#include <wchar.h>
#include
<nlsupport.hxx>
#include
"nlsupport.hxx"
#include <osl/mutex.h>
#include <osl/nlsupport.h>
...
...
sal/osl/w32/process.cxx
Dosyayı görüntüle @
16faecda
...
...
@@ -33,8 +33,8 @@
#include <osl/nlsupport.h>
#include <o3tl/char16_t2wchar_t.hxx>
#include
<filetime.hxx>
#include
<nlsupport.hxx>
#include
"filetime.hxx"
#include
"nlsupport.hxx"
#include "procimpl.hxx"
#include "file_url.hxx"
#include "path_helper.hxx"
...
...
sal/osl/w32/procimpl.cxx
Dosyayı görüntüle @
16faecda
...
...
@@ -29,7 +29,7 @@
# undef WIN32_LEAN_AND_MEAN
#endif
#include
<file-impl.hxx>
#include
"file-impl.hxx"
#include "procimpl.hxx"
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
...
...
sal/osl/w32/salinit.cxx
Dosyayı görüntüle @
16faecda
...
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include "system.h"
#include "time.hxx"
...
...
sal/osl/w32/tempfile.cxx
Dosyayı görüntüle @
16faecda
...
...
@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"systools/win32/uwinapi.h"
#include
<systools/win32/uwinapi.h>
#include
"osl/file.h"
#include
<osl/file.h>
#include <o3tl/char16_t2wchar_t.hxx>
#include
<file-impl.hxx>
#include
"file-impl.hxx"
#include "file_error.hxx"
#include "file_url.hxx"
#include "path_helper.hxx"
...
...
sal/osl/w32/thread.cxx
Dosyayı görüntüle @
16faecda
...
...
@@ -18,7 +18,7 @@
*/
#include "system.h"
#include
<thread.hxx>
#include
"thread.hxx"
#include <osl/diagnose.h>
#include <osl/thread.h>
...
...
sal/osl/w32/time.cxx
Dosyayı görüntüle @
16faecda
...
...
@@ -20,8 +20,8 @@
#include <sal/config.h>
#include "system.h"
#include
<filetime.hxx>
#include
<time.hxx>
#include
"filetime.hxx"
#include
"time.hxx"
#include <osl/diagnose.h>
#include <osl/time.h>
...
...
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