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
f17bc7f5
Kaydet (Commit)
f17bc7f5
authored
Eki 24, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:includeform: bridges (macOS)
Change-Id: I9df97c6684de7dfc60f79dd11abaed069e5f08b2
üst
5460a1dc
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
29 additions
and
29 deletions
+29
-29
abi.cxx
bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.cxx
+1
-1
call.cxx
bridges/source/cpp_uno/gcc3_macosx_x86-64/call.cxx
+1
-1
callvirtualmethod.cxx
...s/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx
+5
-5
callvirtualmethod.hxx
...s/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.hxx
+4
-4
cpp2uno.cxx
bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx
+5
-5
except.cxx
bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx
+8
-8
share.hxx
bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx
+1
-1
uno2cpp.cxx
bridges/source/cpp_uno/gcc3_macosx_x86-64/uno2cpp.cxx
+4
-4
No files found.
bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.cxx
Dosyayı görüntüle @
f17bc7f5
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
OTHER DEALINGS IN THE SOFTWARE.
OTHER DEALINGS IN THE SOFTWARE.
----------------------------------------------------------------------- */
----------------------------------------------------------------------- */
#include
"sal/config.h"
#include
<sal/config.h>
#include "abi.hxx"
#include "abi.hxx"
...
...
bridges/source/cpp_uno/gcc3_macosx_x86-64/call.cxx
Dosyayı görüntüle @
f17bc7f5
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
#include <sal/config.h>
#include <sal/config.h>
#include
<call.hxx>
#include
"call.hxx"
void
privateSnippetExecutor
()
void
privateSnippetExecutor
()
{
{
...
...
bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.cxx
Dosyayı görüntüle @
f17bc7f5
...
@@ -17,14 +17,14 @@
...
@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <cstring>
#include <cstring>
#include
"cppu/macros.hxx"
#include
<cppu/macros.hxx>
#include
"sal/types.h"
#include
<sal/types.h>
#include
"typelib/typeclass.h"
#include
<typelib/typeclass.h>
#include
"typelib/typedescription.h"
#include
<typelib/typedescription.h>
#include "abi.hxx"
#include "abi.hxx"
#include "callvirtualmethod.hxx"
#include "callvirtualmethod.hxx"
...
...
bridges/source/cpp_uno/gcc3_macosx_x86-64/callvirtualmethod.hxx
Dosyayı görüntüle @
f17bc7f5
...
@@ -20,11 +20,11 @@
...
@@ -20,11 +20,11 @@
#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_CALLVIRTUALMETHOD_HXX
#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_CALLVIRTUALMETHOD_HXX
#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_CALLVIRTUALMETHOD_HXX
#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_CALLVIRTUALMETHOD_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"cppu/macros.hxx"
#include
<cppu/macros.hxx>
#include
"sal/types.h"
#include
<sal/types.h>
#include
"typelib/typedescription.h"
#include
<typelib/typedescription.h>
namespace
CPPU_CURRENT_NAMESPACE
{
namespace
CPPU_CURRENT_NAMESPACE
{
...
...
bridges/source/cpp_uno/gcc3_macosx_x86-64/cpp2uno.cxx
Dosyayı görüntüle @
f17bc7f5
...
@@ -25,14 +25,14 @@
...
@@ -25,14 +25,14 @@
#include <sal/log.hxx>
#include <sal/log.hxx>
#include <com/sun/star/uno/genfunc.hxx>
#include <com/sun/star/uno/genfunc.hxx>
#include
"com/sun/star/uno/RuntimeException.hpp"
#include
<com/sun/star/uno/RuntimeException.hpp>
#include <uno/data.h>
#include <uno/data.h>
#include <typelib/typedescription.hxx>
#include <typelib/typedescription.hxx>
#include
"bridge.hxx"
#include
<bridge.hxx>
#include
"cppinterfaceproxy.hxx"
#include
<cppinterfaceproxy.hxx>
#include
"types.hxx"
#include
<types.hxx>
#include
"vtablefactory.hxx"
#include
<vtablefactory.hxx>
#include "abi.hxx"
#include "abi.hxx"
#include "call.hxx"
#include "call.hxx"
...
...
bridges/source/cpp_uno/gcc3_macosx_x86-64/except.cxx
Dosyayı görüntüle @
f17bc7f5
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <cassert>
#include <cassert>
#include <new>
#include <new>
...
@@ -28,14 +28,14 @@
...
@@ -28,14 +28,14 @@
#include <cxxabi.h>
#include <cxxabi.h>
#include <dlfcn.h>
#include <dlfcn.h>
#include
"com/sun/star/uno/RuntimeException.hpp"
#include
<com/sun/star/uno/RuntimeException.hpp>
#include
"com/sun/star/uno/genfunc.hxx"
#include
<com/sun/star/uno/genfunc.hxx>
#include <sal/log.hxx>
#include <sal/log.hxx>
#include
"osl/mutex.hxx"
#include
<osl/mutex.hxx>
#include
"rtl/strbuf.hxx"
#include
<rtl/strbuf.hxx>
#include
"rtl/ustrbuf.hxx"
#include
<rtl/ustrbuf.hxx>
#include
"typelib/typedescription.h"
#include
<typelib/typedescription.h>
#include
"uno/any2.h"
#include
<uno/any2.h>
#include <unordered_map>
#include <unordered_map>
#include "share.hxx"
#include "share.hxx"
...
...
bridges/source/cpp_uno/gcc3_macosx_x86-64/share.hxx
Dosyayı görüntüle @
f17bc7f5
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_SHARE_HXX
#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_SHARE_HXX
#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_SHARE_HXX
#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_MACOSX_X86_64_SHARE_HXX
#include
"uno/mapping.h"
#include
<uno/mapping.h>
#include <typeinfo>
#include <typeinfo>
#include <exception>
#include <exception>
...
...
bridges/source/cpp_uno/gcc3_macosx_x86-64/uno2cpp.cxx
Dosyayı görüntüle @
f17bc7f5
...
@@ -22,17 +22,17 @@
...
@@ -22,17 +22,17 @@
#include <exception>
#include <exception>
#include <typeinfo>
#include <typeinfo>
#include
"rtl/alloc.h"
#include
<rtl/alloc.h>
#include <com/sun/star/uno/genfunc.hxx>
#include <com/sun/star/uno/genfunc.hxx>
#include
"com/sun/star/uno/RuntimeException.hpp"
#include
<com/sun/star/uno/RuntimeException.hpp>
#include <o3tl/runtimetooustring.hxx>
#include <o3tl/runtimetooustring.hxx>
#include <uno/data.h>
#include <uno/data.h>
#include <bridge.hxx>
#include <bridge.hxx>
#include <types.hxx>
#include <types.hxx>
#include
"unointerfaceproxy.hxx"
#include
<unointerfaceproxy.hxx>
#include
"vtables.hxx"
#include
<vtables.hxx>
#include "abi.hxx"
#include "abi.hxx"
#include "callvirtualmethod.hxx"
#include "callvirtualmethod.hxx"
...
...
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