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
cb1f5749
Kaydet (Commit)
cb1f5749
authored
Mar 01, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: 'SalData' defined as a struct here but previously declared as a class
üst
8ffef2fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
saldata.hxx
vcl/inc/aqua/saldata.hxx
+2
-2
saldata.hxx
vcl/inc/ios/saldata.hxx
+2
-2
No files found.
vcl/inc/aqua/saldata.hxx
Dosyayı görüntüle @
cb1f5749
...
@@ -79,9 +79,9 @@ struct FrameHash : public boost::hash<sal_IntPtr>
...
@@ -79,9 +79,9 @@ struct FrameHash : public boost::hash<sal_IntPtr>
#define INVALID_CURSOR_PTR (NSCursor*)0xdeadbeef
#define INVALID_CURSOR_PTR (NSCursor*)0xdeadbeef
struct
SalData
class
SalData
{
{
public
:
SALTIMERPROC
mpTimerProc
;
// timer callback proc
SALTIMERPROC
mpTimerProc
;
// timer callback proc
AquaSalInstance
*
mpFirstInstance
;
// pointer of first instance
AquaSalInstance
*
mpFirstInstance
;
// pointer of first instance
std
::
list
<
AquaSalFrame
*>
maFrames
;
// list of all frames
std
::
list
<
AquaSalFrame
*>
maFrames
;
// list of all frames
...
...
vcl/inc/ios/saldata.hxx
Dosyayı görüntüle @
cb1f5749
...
@@ -75,9 +75,9 @@ struct FrameHash : public boost::hash<sal_IntPtr>
...
@@ -75,9 +75,9 @@ struct FrameHash : public boost::hash<sal_IntPtr>
{
return
boost
::
hash
<
sal_IntPtr
>::
operator
()(
reinterpret_cast
<
const
sal_IntPtr
>
(
frame
)
);
}
{
return
boost
::
hash
<
sal_IntPtr
>::
operator
()(
reinterpret_cast
<
const
sal_IntPtr
>
(
frame
)
);
}
};
};
struct
SalData
class
SalData
{
{
public
:
SALTIMERPROC
mpTimerProc
;
// timer callback proc
SALTIMERPROC
mpTimerProc
;
// timer callback proc
IosSalInstance
*
mpFirstInstance
;
// pointer of first instance
IosSalInstance
*
mpFirstInstance
;
// pointer of first instance
std
::
list
<
IosSalFrame
*>
maFrames
;
// pointer of first frame
std
::
list
<
IosSalFrame
*>
maFrames
;
// pointer of first frame
...
...
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