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
3a511d37
Kaydet (Commit)
3a511d37
authored
Eki 23, 2017
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:includeform: bridges
Change-Id: Icad98d3153a5b1710c8c2a2d338ba0129e9ff208
üst
a8047070
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
128 additions
and
128 deletions
+128
-128
cppinterfaceproxy.hxx
bridges/inc/cppinterfaceproxy.hxx
+1
-1
abi.cxx
bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx
+1
-1
callvirtualmethod.cxx
...es/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx
+5
-5
callvirtualmethod.hxx
...es/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.hxx
+4
-4
cpp2uno.cxx
bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx
+5
-5
except.cxx
bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
+1
-1
rtti.cxx
bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx
+2
-2
share.hxx
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
+4
-4
uno2cpp.cxx
bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx
+4
-4
bridge.cxx
bridges/source/cpp_uno/shared/bridge.cxx
+12
-12
component.cxx
bridges/source/cpp_uno/shared/component.cxx
+16
-16
cppinterfaceproxy.cxx
bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx
+8
-8
types.cxx
bridges/source/cpp_uno/shared/types.cxx
+3
-3
unointerfaceproxy.cxx
bridges/source/cpp_uno/shared/unointerfaceproxy.cxx
+5
-5
vtablefactory.cxx
bridges/source/cpp_uno/shared/vtablefactory.cxx
+12
-12
vtables.cxx
bridges/source/cpp_uno/shared/vtables.cxx
+3
-3
jni_base.h
bridges/source/jni_uno/jni_base.h
+8
-8
jni_bridge.cxx
bridges/source/jni_uno/jni_bridge.cxx
+4
-4
jni_bridge.h
bridges/source/jni_uno/jni_bridge.h
+4
-4
jni_data.cxx
bridges/source/jni_uno/jni_data.cxx
+2
-2
jni_info.cxx
bridges/source/jni_uno/jni_info.cxx
+6
-6
jni_info.h
bridges/source/jni_uno/jni_info.h
+7
-7
jni_uno2java.cxx
bridges/source/jni_uno/jni_uno2java.cxx
+2
-2
jniunoenvironmentdata.hxx
bridges/source/jni_uno/jniunoenvironmentdata.hxx
+1
-1
nativethreadpool.cxx
bridges/source/jni_uno/nativethreadpool.cxx
+8
-8
No files found.
bridges/inc/cppinterfaceproxy.hxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -30,7 +30,7 @@
#include <typelib/typedescription.h>
#include <uno/dispatcher.h>
#include <uno/environment.h>
#include
<vtablefactory.hxx>
#include
"vtablefactory.hxx"
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
uno
{
class
XInterface
;
...
...
bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -50,7 +50,7 @@
OTHER DEALINGS IN THE SOFTWARE.
----------------------------------------------------------------------- */
#include
"sal/config.h"
#include
<sal/config.h>
#include "abi.hxx"
...
...
bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <cstring>
#include
"cppu/macros.hxx"
#include
"sal/types.h"
#include
"typelib/typeclass.h"
#include
"typelib/typedescription.h"
#include
<cppu/macros.hxx>
#include
<sal/types.h>
#include
<typelib/typeclass.h>
#include
<typelib/typedescription.h>
#include "abi.hxx"
#include "callvirtualmethod.hxx"
...
...
bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.hxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -20,11 +20,11 @@
#ifndef INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_X86_64_CALLVIRTUALMETHOD_HXX
#define INCLUDED_BRIDGES_SOURCE_CPP_UNO_GCC3_LINUX_X86_64_CALLVIRTUALMETHOD_HXX
#include
"sal/config.h"
#include
<sal/config.h>
#include
"cppu/macros.hxx"
#include
"sal/types.h"
#include
"typelib/typedescription.h"
#include
<cppu/macros.hxx>
#include
<sal/types.h>
#include
<typelib/typedescription.h>
namespace
CPPU_CURRENT_NAMESPACE
{
...
...
bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -25,15 +25,15 @@
#include <sal/log.hxx>
#include <com/sun/star/uno/genfunc.hxx>
#include
"com/sun/star/uno/RuntimeException.hpp"
#include
<com/sun/star/uno/RuntimeException.hpp>
#include <config_options.h>
#include <uno/data.h>
#include <typelib/typedescription.hxx>
#include
"bridge.hxx"
#include
"cppinterfaceproxy.hxx"
#include
"types.hxx"
#include
"vtablefactory.hxx"
#include
<bridge.hxx>
#include
<cppinterfaceproxy.hxx>
#include
<types.hxx>
#include
<vtablefactory.hxx>
#include "abi.hxx"
#include "call.hxx"
...
...
bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -25,7 +25,7 @@
#include <sal/log.hxx>
#include <com/sun/star/uno/genfunc.hxx>
#include
"com/sun/star/uno/RuntimeException.hpp"
#include
<com/sun/star/uno/RuntimeException.hpp>
#include <typelib/typedescription.hxx>
#include <uno/any2.h>
...
...
bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -34,8 +34,8 @@
#include <sal/log.hxx>
#include <typelib/typedescription.h>
#include
<rtti.hxx>
#include
<share.hxx>
#include
"rtti.hxx"
#include
"share.hxx"
namespace
{
...
...
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"sal/config.h"
#include
<sal/config.h>
#include <typeinfo>
#include <exception>
...
...
@@ -29,9 +29,9 @@
#endif
#include <unwind.h>
#include
"config_cxxabi.h"
#include
"uno/any2.h"
#include
"uno/mapping.h"
#include
<config_cxxabi.h>
#include
<uno/any2.h>
#include
<uno/mapping.h>
#if !HAVE_CXXABI_H_CLASS_TYPE_INFO
// <https://mentorembedded.github.io/cxx-abi/abi.html>,
...
...
bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -22,17 +22,17 @@
#include <exception>
#include <typeinfo>
#include
"rtl/alloc.h"
#include
<rtl/alloc.h>
#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 <uno/data.h>
#include <bridge.hxx>
#include <types.hxx>
#include
"unointerfaceproxy.hxx"
#include
"vtables.hxx"
#include
<unointerfaceproxy.hxx>
#include
<vtables.hxx>
#include "abi.hxx"
#include "callvirtualmethod.hxx"
...
...
bridges/source/cpp_uno/shared/bridge.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -18,18 +18,18 @@
*/
#include
"bridge.hxx"
#include
"cppinterfaceproxy.hxx"
#include
"unointerfaceproxy.hxx"
#include
"com/sun/star/uno/XInterface.hpp"
#include
"rtl/ustring.h"
#include
"sal/types.h"
#include
"typelib/typedescription.h"
#include
"uno/dispatcher.h"
#include
"uno/environment.h"
#include
"uno/mapping.h"
#include
<bridge.hxx>
#include
<cppinterfaceproxy.hxx>
#include
<unointerfaceproxy.hxx>
#include
<com/sun/star/uno/XInterface.hpp>
#include
<rtl/ustring.h>
#include
<sal/types.h>
#include
<typelib/typedescription.h>
#include
<uno/dispatcher.h>
#include
<uno/environment.h>
#include
<uno/mapping.h>
namespace
bridges
{
namespace
cpp_uno
{
namespace
shared
{
...
...
bridges/source/cpp_uno/shared/component.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -17,23 +17,23 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"bridge.hxx"
#include
"com/sun/star/uno/Reference.hxx"
#include
"com/sun/star/uno/RuntimeException.hpp"
#include
"com/sun/star/uno/XInterface.hpp"
#include
"osl/mutex.hxx"
#include
"osl/time.h"
#include
"rtl/process.h"
#include
"rtl/ustrbuf.hxx"
#include
"rtl/ustring.h"
#include
"rtl/ustring.hxx"
#include
<bridge.hxx>
#include
<com/sun/star/uno/Reference.hxx>
#include
<com/sun/star/uno/RuntimeException.hpp>
#include
<com/sun/star/uno/XInterface.hpp>
#include
<osl/mutex.hxx>
#include
<osl/time.h>
#include
<rtl/process.h>
#include
<rtl/ustrbuf.hxx>
#include
<rtl/ustring.h>
#include
<rtl/ustring.hxx>
#include <sal/log.hxx>
#include
"sal/types.h"
#include
"uno/environment.h"
#include
"uno/lbnames.h"
#include
"uno/mapping.h"
#include
"cppu/EnvDcp.hxx"
#include
<sal/types.h>
#include
<uno/environment.h>
#include
<uno/lbnames.h>
#include
<uno/mapping.h>
#include
<cppu/EnvDcp.hxx>
namespace
{
...
...
bridges/source/cpp_uno/shared/cppinterfaceproxy.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -17,18 +17,18 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"cppinterfaceproxy.hxx"
#include
<cppinterfaceproxy.hxx>
#include "guardedarray.hxx"
#include
"bridge.hxx"
#include
"vtablefactory.hxx"
#include
<bridge.hxx>
#include
<vtablefactory.hxx>
#include
"com/sun/star/uno/XInterface.hpp"
#include
"osl/getglobalmutex.hxx"
#include
"osl/mutex.hxx"
#include
"rtl/instance.hxx"
#include
"typelib/typedescription.h"
#include
<com/sun/star/uno/XInterface.hpp>
#include
<osl/getglobalmutex.hxx>
#include
<osl/mutex.hxx>
#include
<rtl/instance.hxx>
#include
<typelib/typedescription.h>
#include <cstddef>
#include <new>
...
...
bridges/source/cpp_uno/shared/types.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -18,10 +18,10 @@
*/
#include
"types.hxx"
#include
<types.hxx>
#include
"typelib/typeclass.h"
#include
"typelib/typedescription.h"
#include
<typelib/typeclass.h>
#include
<typelib/typedescription.h>
namespace
bridges
{
namespace
cpp_uno
{
namespace
shared
{
...
...
bridges/source/cpp_uno/shared/unointerfaceproxy.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include
"unointerfaceproxy.hxx"
#include
<unointerfaceproxy.hxx>
#include
"bridge.hxx"
#include
<bridge.hxx>
#include
"com/sun/star/uno/XInterface.hpp"
#include
"typelib/typedescription.h"
#include
"uno/dispatcher.h"
#include
<com/sun/star/uno/XInterface.hpp>
#include
<typelib/typedescription.h>
#include
<uno/dispatcher.h>
namespace
bridges
{
namespace
cpp_uno
{
namespace
shared
{
...
...
bridges/source/cpp_uno/shared/vtablefactory.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -18,21 +18,21 @@
*/
#include
"vtablefactory.hxx"
#include
<vtablefactory.hxx>
#include "guardedarray.hxx"
#include
"vtables.hxx"
#include
"osl/thread.h"
#include
"osl/security.hxx"
#include
"osl/file.hxx"
#include
"osl/mutex.hxx"
#include
"rtl/alloc.h"
#include
"rtl/ustring.hxx"
#include
"sal/log.hxx"
#include
"sal/types.h"
#include
"typelib/typedescription.hxx"
#include
<vtables.hxx>
#include
<osl/thread.h>
#include
<osl/security.hxx>
#include
<osl/file.hxx>
#include
<osl/mutex.hxx>
#include
<rtl/alloc.h>
#include
<rtl/ustring.hxx>
#include
<sal/log.hxx>
#include
<sal/types.h>
#include
<typelib/typedescription.hxx>
#include <new>
#include <unordered_map>
...
...
bridges/source/cpp_uno/shared/vtables.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -18,10 +18,10 @@
*/
#include
"vtables.hxx"
#include
<vtables.hxx>
#include
"sal/types.h"
#include
"typelib/typedescription.h"
#include
<sal/types.h>
#include
<typelib/typedescription.h>
#include <algorithm>
#include <cassert>
...
...
bridges/source/jni_uno/jni_base.h
Dosyayı görüntüle @
3a511d37
...
...
@@ -24,17 +24,17 @@
#include <cassert>
#include
"jvmaccess/unovirtualmachine.hxx"
#include
"jvmaccess/virtualmachine.hxx"
#include
<jvmaccess/unovirtualmachine.hxx>
#include
<jvmaccess/virtualmachine.hxx>
#include
"osl/diagnose.h"
#include
<osl/diagnose.h>
#include
"rtl/alloc.h"
#include
"rtl/ustring.hxx"
#include
"sal/log.hxx"
#include
<rtl/alloc.h>
#include
<rtl/ustring.hxx>
#include
<sal/log.hxx>
#include
"uno/environment.h"
#include
"typelib/typedescription.h"
#include
<uno/environment.h>
#include
<typelib/typedescription.h>
namespace
jni_uno
...
...
bridges/source/jni_uno/jni_bridge.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -25,10 +25,10 @@
#include "jni_bridge.h"
#include "jniunoenvironmentdata.hxx"
#include
"jvmaccess/unovirtualmachine.hxx"
#include
"rtl/ref.hxx"
#include
"rtl/strbuf.hxx"
#include
"uno/lbnames.h"
#include
<jvmaccess/unovirtualmachine.hxx>
#include
<rtl/ref.hxx>
#include
<rtl/strbuf.hxx>
#include
<uno/lbnames.h>
using
namespace
::
osl
;
using
namespace
::
jni_uno
;
...
...
bridges/source/jni_uno/jni_bridge.h
Dosyayı görüntüle @
3a511d37
...
...
@@ -28,12 +28,12 @@
#include "jni_base.h"
#include "jni_helper.h"
#include
"osl/diagnose.h"
#include
<osl/diagnose.h>
#include
"uno/mapping.h"
#include
"uno/dispatcher.h"
#include
<uno/mapping.h>
#include
<uno/dispatcher.h>
#include
"com/sun/star/uno/XInterface.hpp"
#include
<com/sun/star/uno/XInterface.hpp>
namespace
jni_uno
...
...
bridges/source/jni_uno/jni_data.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -24,8 +24,8 @@
#include "jni_bridge.h"
#include
"rtl/strbuf.hxx"
#include
"uno/sequence2.h"
#include
<rtl/strbuf.hxx>
#include
<uno/sequence2.h>
namespace
jni_uno
{
...
...
bridges/source/jni_uno/jni_info.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -23,14 +23,14 @@
#include "jni_bridge.h"
#include
"com/sun/star/uno/RuntimeException.hpp"
#include
<com/sun/star/uno/RuntimeException.hpp>
#include
"jvmaccess/unovirtualmachine.hxx"
#include
"rtl/string.hxx"
#include
"rtl/strbuf.hxx"
#include
"rtl/ustrbuf.hxx"
#include
<jvmaccess/unovirtualmachine.hxx>
#include
<rtl/string.hxx>
#include
<rtl/strbuf.hxx>
#include
<rtl/ustrbuf.hxx>
#include
"uno/lbnames.h"
#include
<uno/lbnames.h>
using
namespace
::
std
;
...
...
bridges/source/jni_uno/jni_info.h
Dosyayı görüntüle @
3a511d37
...
...
@@ -26,15 +26,15 @@
#include "jni_base.h"
#include
"osl/mutex.hxx"
#include
"rtl/ref.hxx"
#include
"rtl/ustring.hxx"
#include
"rtl/strbuf.hxx"
#include
<osl/mutex.hxx>
#include
<rtl/ref.hxx>
#include
<rtl/ustring.hxx>
#include
<rtl/strbuf.hxx>
#include
"uno/environment.h"
#include
"typelib/typedescription.hxx"
#include
<uno/environment.h>
#include
<typelib/typedescription.hxx>
#include
"com/sun/star/uno/Type.hxx"
#include
<com/sun/star/uno/Type.hxx>
namespace
jvmaccess
{
class
UnoVirtualMachine
;
}
...
...
bridges/source/jni_uno/jni_uno2java.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -26,9 +26,9 @@
#include <sal/alloca.h>
#include
"com/sun/star/uno/RuntimeException.hpp"
#include
<com/sun/star/uno/RuntimeException.hpp>
#include
"rtl/ustrbuf.hxx"
#include
<rtl/ustrbuf.hxx>
#include "jni_bridge.h"
#include "jniunoenvironmentdata.hxx"
...
...
bridges/source/jni_uno/jniunoenvironmentdata.hxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -28,7 +28,7 @@
#include <osl/mutex.hxx>
#include <rtl/ref.hxx>
#include
<jni_info.h>
#include
"jni_info.h"
namespace
jni_uno
{
...
...
bridges/source/jni_uno/nativethreadpool.cxx
Dosyayı görüntüle @
3a511d37
...
...
@@ -19,14 +19,14 @@
#include <string.h>
#include
"jvmaccess/virtualmachine.hxx"
#include
"rtl/byteseq.h"
#include
"rtl/byteseq.hxx"
#include
"rtl/ref.hxx"
#include
"sal/types.h"
#include
"uno/threadpool.h"
#include
"jni.h"
#include
<jvmaccess/virtualmachine.hxx>
#include
<rtl/byteseq.h>
#include
<rtl/byteseq.hxx>
#include
<rtl/ref.hxx>
#include
<sal/types.h>
#include
<uno/threadpool.h>
#include
<jni.h>
#include <new>
...
...
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