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
ec147012
Kaydet (Commit)
ec147012
authored
Eki 01, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
We require OS X SDK 10.8 or newer now
Change-Id: I68eee76c8710c89af8e3c1e1006345f908923ece
üst
5e83f36c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
31 deletions
+1
-31
except.cxx
bridges/source/cpp_uno/gcc3_ios_arm/except.cxx
+0
-24
xslt-test.cxx
filter/qa/cppunit/xslt-test.cxx
+0
-2
osl_process.cxx
sal/qa/osl/process/osl_process.cxx
+1
-1
salframe.cxx
vcl/osx/salframe.cxx
+0
-4
No files found.
bridges/source/cpp_uno/gcc3_ios_arm/except.cxx
Dosyayı görüntüle @
ec147012
...
...
@@ -20,9 +20,6 @@
#include <typeinfo>
#include <dlfcn.h>
#if defined(MACOSX) && MACOSX_SDK_VERSION < 1070
#include <cxxabi.h>
#endif
#include <boost/static_assert.hpp>
#include <boost/unordered_map.hpp>
...
...
@@ -58,31 +55,15 @@ BOOST_STATIC_ASSERT(
struct
Fake_class_type_info
:
Fake_type_info
{};
#if defined(MACOSX) && MACOSX_SDK_VERSION < 1070
BOOST_STATIC_ASSERT
(
sizeof
(
Fake_class_type_info
)
==
sizeof
(
__cxxabiv1
::
__class_type_info
));
#endif
struct
Fake_si_class_type_info
:
Fake_class_type_info
{
void
const
*
base
;
};
#if defined(MACOSX) && MACOSX_SDK_VERSION < 1070
BOOST_STATIC_ASSERT
(
sizeof
(
Fake_si_class_type_info
)
==
sizeof
(
__cxxabiv1
::
__si_class_type_info
));
#endif
struct
Base
{};
struct
Derived
:
Base
{};
std
::
type_info
*
createFake_class_type_info
(
char
const
*
name
)
{
char
*
buf
=
new
char
[
sizeof
(
Fake_class_type_info
)];
#if defined(MACOSX) && MACOSX_SDK_VERSION < 1070
assert
(
dynamic_cast
<
__cxxabiv1
::
__class_type_info
const
*>
(
&
typeid
(
Base
))
!=
0
);
#endif
*
reinterpret_cast
<
void
**>
(
buf
)
=
*
reinterpret_cast
<
void
*
const
*>
(
&
typeid
(
Base
));
// copy __cxxabiv1::__class_type_info vtable into place
...
...
@@ -99,11 +80,6 @@ std::type_info * createFake_si_class_type_info(
char
const
*
name
,
std
::
type_info
const
*
base
)
{
char
*
buf
=
new
char
[
sizeof
(
Fake_si_class_type_info
)];
#if defined(MACOSX) && MACOSX_SDK_VERSION < 1070
assert
(
dynamic_cast
<
__cxxabiv1
::
__si_class_type_info
const
*>
(
&
typeid
(
Derived
))
!=
0
);
#endif
*
reinterpret_cast
<
void
**>
(
buf
)
=
*
reinterpret_cast
<
void
*
const
*>
(
&
typeid
(
Derived
));
// copy __cxxabiv1::__si_class_type_info vtable into place
...
...
filter/qa/cppunit/xslt-test.cxx
Dosyayı görüntüle @
ec147012
...
...
@@ -46,10 +46,8 @@ public:
void
testXsltCopyNew
();
CPPUNIT_TEST_SUITE
(
XsltFilterTest
);
#if !(defined(MACOSX) && (MACOSX_SDK_VERSION < 1060))
CPPUNIT_TEST
(
testXsltCopyOld
);
CPPUNIT_TEST
(
testXsltCopyNew
);
#endif
CPPUNIT_TEST_SUITE_END
();
};
...
...
sal/qa/osl/process/osl_process.cxx
Dosyayı görüntüle @
ec147012
...
...
@@ -466,7 +466,7 @@ public:
CPPUNIT_TEST_SUITE
(
Test_osl_executeProcess
);
//TODO: Repair these (at least under Windows)
#if !defined(WNT)
&& !(defined(MACOSX) && (MACOSX_SDK_VERSION < 1060))
#if !defined(WNT)
CPPUNIT_TEST
(
osl_execProc_parent_equals_child_environment
);
CPPUNIT_TEST
(
osl_execProc_merged_child_environment
);
#endif
...
...
vcl/osx/salframe.cxx
Dosyayı görüntüle @
ec147012
...
...
@@ -1246,11 +1246,7 @@ void AquaSalFrame::UpdateSettings( AllSettings& rSettings )
getAppleScrollBarVariant
(
aStyleSettings
);
// set scrollbar size
#if MACOSX_SDK_VERSION >= 1070
aStyleSettings
.
SetScrollBarSize
(
static_cast
<
long
int
>
([
NSScroller
scrollerWidthForControlSize
:
NSRegularControlSize
scrollerStyle
:
NSScrollerStyleLegacy
])
);
#else
aStyleSettings
.
SetScrollBarSize
(
static_cast
<
long
int
>
([
NSScroller
scrollerWidth
])
);
#endif
// images in menus false for MacOSX
aStyleSettings
.
SetPreferredUseImagesInMenus
(
false
);
aStyleSettings
.
SetHideDisabledMenuItems
(
true
);
...
...
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