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
55312b63
Kaydet (Commit)
55312b63
authored
Ock 20, 2011
tarafından
Carsten Driesner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removetooltypes01: #i112600# Remove tools types for Mac specific parts
üst
7a765fa7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sysplug.cxx
extensions/source/plugin/aqua/sysplug.cxx
+4
-4
No files found.
extensions/source/plugin/aqua/sysplug.cxx
Dosyayı görüntüle @
55312b63
...
@@ -67,8 +67,8 @@ struct FakeEventRecord : public EventRecord
...
@@ -67,8 +67,8 @@ struct FakeEventRecord : public EventRecord
}
}
-
(
id
)
initWithInstance
:
(
XPlugin_Impl
*
)
i_pImpl
pluginComm
:
(
MacPluginComm
*
)
i_pCom
frame
:
(
NSRect
)
i_aRect
;
-
(
id
)
initWithInstance
:
(
XPlugin_Impl
*
)
i_pImpl
pluginComm
:
(
MacPluginComm
*
)
i_pCom
frame
:
(
NSRect
)
i_aRect
;
-
(
void
)
drawRect
:
(
NSRect
)
i_aRect
;
-
(
void
)
drawRect
:
(
NSRect
)
i_aRect
;
-
(
MacOS
BOOL
)
isOpaque
;
-
(
BOOL
)
isOpaque
;
-
(
MacOS
BOOL
)
isFlipped
;
-
(
BOOL
)
isFlipped
;
// NSResponder
// NSResponder
-
(
void
)
mouseMoved
:
(
NSEvent
*
)
i_pEvent
;
-
(
void
)
mouseMoved
:
(
NSEvent
*
)
i_pEvent
;
...
@@ -101,12 +101,12 @@ struct FakeEventRecord : public EventRecord
...
@@ -101,12 +101,12 @@ struct FakeEventRecord : public EventRecord
m_pCom
->
drawView
(
m_pImpl
);
m_pCom
->
drawView
(
m_pImpl
);
}
}
-
(
MacOS
BOOL
)
isOpaque
-
(
BOOL
)
isOpaque
{
{
return
NO
;
return
NO
;
}
}
-
(
MacOS
BOOL
)
isFlipped
-
(
BOOL
)
isFlipped
{
{
return
YES
;
return
YES
;
}
}
...
...
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