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
a6b9d9a1
Kaydet (Commit)
a6b9d9a1
authored
May 06, 2015
tarafından
Tomaž Vajngerl
Kaydeden (comit)
Jan Holesovsky
May 07, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
refactor "TabControl" to use RenderContext
Change-Id: Iac6703bb9cf42e18c658b560a10baa6af6fa1df3
üst
d8a53d46
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
tabctrl.hxx
include/vcl/tabctrl.hxx
+4
-2
tabctrl.cxx
vcl/source/control/tabctrl.cxx
+0
-0
No files found.
include/vcl/tabctrl.hxx
Dosyayı görüntüle @
a6b9d9a1
...
...
@@ -61,8 +61,10 @@ private:
SAL_DLLPRIVATE
bool
ImplPosCurTabPage
();
SAL_DLLPRIVATE
void
ImplActivateTabPage
(
bool
bNext
);
SAL_DLLPRIVATE
void
ImplShowFocus
();
SAL_DLLPRIVATE
void
ImplDrawItem
(
ImplTabItem
*
pItem
,
const
Rectangle
&
rCurRect
,
bool
bLayout
=
false
,
bool
bFirstInGroup
=
false
,
bool
bLastInGroup
=
false
,
bool
bIsCurrentItem
=
false
);
SAL_DLLPRIVATE
void
ImplPaint
(
const
Rectangle
&
rRect
,
bool
bLayout
=
false
);
SAL_DLLPRIVATE
void
ImplDrawItem
(
vcl
::
RenderContext
&
rRenderContext
,
ImplTabItem
*
pItem
,
const
Rectangle
&
rCurRect
,
bool
bLayout
=
false
,
bool
bFirstInGroup
=
false
,
bool
bLastInGroup
=
false
,
bool
bIsCurrentItem
=
false
);
SAL_DLLPRIVATE
void
ImplPaint
(
vcl
::
RenderContext
&
rRenderContext
,
const
Rectangle
&
rRect
,
bool
bLayout
=
false
);
SAL_DLLPRIVATE
void
ImplFreeLayoutData
();
SAL_DLLPRIVATE
bool
ImplHandleKeyEvent
(
const
KeyEvent
&
rKeyEvent
);
...
...
vcl/source/control/tabctrl.cxx
Dosyayı görüntüle @
a6b9d9a1
This diff is collapsed.
Click to expand it.
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