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
ffa11622
Kaydet (Commit)
ffa11622
authored
Eki 27, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:includeform: extensions (Windows)
Change-Id: I6619004353fb7e94506e2a75c77b42156f0b6c6d
üst
f3248818
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
22 additions
and
22 deletions
+22
-22
SOActionsApproval.cxx
extensions/source/activex/SOActionsApproval.cxx
+1
-1
SOActionsApproval.h
extensions/source/activex/SOActionsApproval.h
+1
-1
SOActiveX.cxx
extensions/source/activex/SOActiveX.cxx
+1
-1
SOActiveX.h
extensions/source/activex/SOActiveX.h
+1
-1
SOComWindowPeer.cxx
extensions/source/activex/SOComWindowPeer.cxx
+1
-1
SOComWindowPeer.h
extensions/source/activex/SOComWindowPeer.h
+1
-1
SODispatchInterceptor.cxx
extensions/source/activex/SODispatchInterceptor.cxx
+2
-2
SODispatchInterceptor.h
extensions/source/activex/SODispatchInterceptor.h
+1
-1
so_activex.cxx
extensions/source/activex/so_activex.cxx
+3
-3
jscriptclasses.hxx
extensions/source/ole/jscriptclasses.hxx
+1
-1
ole2uno.cxx
extensions/source/ole/ole2uno.cxx
+2
-2
ole2uno.hxx
extensions/source/ole/ole2uno.hxx
+1
-1
unotypewrapper.cxx
extensions/source/ole/unotypewrapper.cxx
+1
-1
unotypewrapper.hxx
extensions/source/ole/unotypewrapper.hxx
+1
-1
windata.hxx
extensions/source/ole/windata.hxx
+2
-2
scanwin.cxx
extensions/source/scanner/scanwin.cxx
+1
-1
onlinecheck.cxx
extensions/source/update/check/onlinecheck.cxx
+1
-1
No files found.
extensions/source/activex/SOActionsApproval.cxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -32,7 +32,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
#endif
#include
"so_activex.h"
#include
<so_activex.h>
#if defined __clang__
#pragma clang diagnostic pop
#endif
...
...
extensions/source/activex/SOActionsApproval.h
Dosyayı görüntüle @
ffa11622
...
...
@@ -37,7 +37,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
#endif
#include
"so_activex.h"
#include
<so_activex.h>
#if defined __clang__
#pragma clang diagnostic pop
#endif
...
...
extensions/source/activex/SOActiveX.cxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -32,7 +32,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
#endif
#include
"so_activex.h"
#include
<so_activex.h>
#if defined __clang__
#pragma clang diagnostic pop
#endif
...
...
extensions/source/activex/SOActiveX.h
Dosyayı görüntüle @
ffa11622
...
...
@@ -37,7 +37,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
#endif
#include
"so_activex.h"
#include
<so_activex.h>
#if defined __clang__
#pragma clang diagnostic pop
#endif
...
...
extensions/source/activex/SOComWindowPeer.cxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -31,7 +31,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
#endif
#include
"so_activex.h"
#include
<so_activex.h>
#if defined __clang__
#pragma clang diagnostic pop
#endif
...
...
extensions/source/activex/SOComWindowPeer.h
Dosyayı görüntüle @
ffa11622
...
...
@@ -37,7 +37,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
#endif
#include
"so_activex.h"
#include
<so_activex.h>
#if defined __clang__
#pragma clang diagnostic pop
#endif
...
...
extensions/source/activex/SODispatchInterceptor.cxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -23,7 +23,7 @@
#include <cstddef>
#include
"stdio.h"
#include
<stdio.h>
#include "StdAfx2.h"
#include "SOActiveX.h"
#include "SODispatchInterceptor.h"
...
...
@@ -34,7 +34,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
#endif
#include
"so_activex.h"
#include
<so_activex.h>
#if defined __clang__
#pragma clang diagnostic pop
#endif
...
...
extensions/source/activex/SODispatchInterceptor.h
Dosyayı görüntüle @
ffa11622
...
...
@@ -33,7 +33,7 @@
#include <atlctl.h>
#include
"so_activex.h"
#include
<so_activex.h>
class
CSOActiveX
;
...
...
extensions/source/activex/so_activex.cxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -23,7 +23,7 @@
// To build a separate proxy/stub DLL,
// run nmake -f so_activexps.mk in the project directory.
#include
"stdio.h"
#include
<stdio.h>
#include "StdAfx2.h"
#include "resource.h"
#include <initguid.h>
...
...
@@ -32,7 +32,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
#endif
#include
"so_activex.h"
#include
<so_activex.h>
#if defined __clang__
#pragma clang diagnostic pop
#endif
...
...
@@ -42,7 +42,7 @@
#pragma clang diagnostic ignored "-Wextra-tokens"
// "#endif !_MIDL_USE_GUIDDEF_" in midl-generated code
#endif
#include
"so_activex_i.c"
#include
<so_activex_i.c>
#if defined __clang__
#pragma clang diagnostic pop
#endif
...
...
extensions/source/ole/jscriptclasses.hxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -20,7 +20,7 @@
#ifndef INCLUDED_EXTENSIONS_SOURCE_OLE_JSCRIPTCLASSES_HXX
#define INCLUDED_EXTENSIONS_SOURCE_OLE_JSCRIPTCLASSES_HXX
#include
<wincrap.hxx>
#include
"wincrap.hxx"
#include "comifaces.hxx"
...
...
extensions/source/ole/ole2uno.cxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -18,8 +18,8 @@
*/
#include
"osl/getglobalmutex.hxx"
#include
"rtl/instance.hxx"
#include
<osl/getglobalmutex.hxx>
#include
<rtl/instance.hxx>
#include "ole2uno.hxx"
using
namespace
osl
;
...
...
extensions/source/ole/ole2uno.hxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -25,7 +25,7 @@
#pragma once
#endif
#include
<wincrap.hxx>
#include
"wincrap.hxx"
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
...
...
extensions/source/ole/unotypewrapper.cxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -18,7 +18,7 @@
*/
#include "unotypewrapper.hxx"
#include
"rtl/ustring.hxx"
#include
<rtl/ustring.hxx>
#include <osl/diagnose.h>
#include <o3tl/char16_t2wchar_t.hxx>
...
...
extensions/source/ole/unotypewrapper.hxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_EXTENSIONS_SOURCE_OLE_UNOTYPEWRAPPER_HXX
#define INCLUDED_EXTENSIONS_SOURCE_OLE_UNOTYPEWRAPPER_HXX
#include
<wincrap.hxx>
#include
"wincrap.hxx"
#include "comifaces.hxx"
...
...
extensions/source/ole/windata.hxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -23,7 +23,7 @@
#pragma warning (disable:4668)
#pragma warning (disable:4548)
#include
"oleidl.h"
#include
<oleidl.h>
#if defined __clang__
#pragma clang diagnostic push
...
...
@@ -45,7 +45,7 @@
#pragma warning (pop)
#include
"osl/diagnose.h"
#include
<osl/diagnose.h>
namespace
ole_adapter
{
...
...
extensions/source/scanner/scanwin.cxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -44,7 +44,7 @@
#pragma warning (push,1)
#pragma warning (disable:4668)
#endif
#include
"twain/twain.h"
#include
<twain/twain.h>
#if defined _MSC_VER
#pragma warning (pop)
#endif
...
...
extensions/source/update/check/onlinecheck.cxx
Dosyayı görüntüle @
ffa11622
...
...
@@ -24,7 +24,7 @@
#include <sal/types.h>
#include <sal/macros.h>
#include
<onlinecheck.hxx>
#include
"onlinecheck.hxx"
#define WIN32_LEAN_AND_MEAN
#include <windows.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