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
40b72d61
Kaydet (Commit)
40b72d61
authored
May 19, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:saloverride
Change-Id: I2c1033358c546adefa4e280f0b6cb577ee7e3b25
üst
44c4ee3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
pixelctl.cxx
svx/workben/pixelctl.cxx
+9
-9
No files found.
svx/workben/pixelctl.cxx
Dosyayı görüntüle @
40b72d61
...
@@ -71,15 +71,15 @@ class MyWin : public WorkWindow
...
@@ -71,15 +71,15 @@ class MyWin : public WorkWindow
public
:
public
:
MyWin
(
Window
*
pParent
,
WinBits
nWinStyle
);
MyWin
(
Window
*
pParent
,
WinBits
nWinStyle
);
void
MouseMove
(
const
MouseEvent
&
rMEvt
);
void
MouseMove
(
const
MouseEvent
&
rMEvt
)
SAL_OVERRIDE
;
void
MouseButtonDown
(
const
MouseEvent
&
rMEvt
);
void
MouseButtonDown
(
const
MouseEvent
&
rMEvt
)
SAL_OVERRIDE
;
void
MouseButtonUp
(
const
MouseEvent
&
rMEvt
);
void
MouseButtonUp
(
const
MouseEvent
&
rMEvt
)
SAL_OVERRIDE
;
void
KeyInput
(
const
KeyEvent
&
rKEvt
);
void
KeyInput
(
const
KeyEvent
&
rKEvt
)
SAL_OVERRIDE
;
void
KeyUp
(
const
KeyEvent
&
rKEvt
);
void
KeyUp
(
const
KeyEvent
&
rKEvt
)
SAL_OVERRIDE
;
void
Paint
(
const
Rectangle
&
rRect
);
void
Paint
(
const
Rectangle
&
rRect
)
SAL_OVERRIDE
;
void
Resize
();
void
Resize
()
SAL_OVERRIDE
;
bool
Close
();
bool
Close
()
SAL_OVERRIDE
;
};
};
void
Main
()
void
Main
()
...
...
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