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
04c037d8
Kaydet (Commit)
04c037d8
authored
May 07, 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 ScrollBar to use RenderContext
Change-Id: I8707fa934d729d96e019ad5d0688299bf88954c4
üst
4c329456
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scrbar.hxx
include/vcl/scrbar.hxx
+2
-2
scrbar.cxx
vcl/source/control/scrbar.cxx
+0
-0
No files found.
include/vcl/scrbar.hxx
Dosyayı görüntüle @
04c037d8
...
...
@@ -76,13 +76,13 @@ private:
SAL_DLLPRIVATE
long
ImplCalcThumbPos
(
long
nPixPos
);
SAL_DLLPRIVATE
long
ImplCalcThumbPosPix
(
long
nPos
);
SAL_DLLPRIVATE
void
ImplCalc
(
bool
bUpdate
=
true
);
SAL_DLLPRIVATE
void
ImplDraw
(
sal_uInt16
nDrawFlags
,
OutputDevice
*
pOutDev
);
SAL_DLLPRIVATE
void
ImplDraw
(
vcl
::
RenderContext
&
rRenderContext
,
sal_uInt16
nDrawFlags
);
using
Window
::
ImplScroll
;
SAL_DLLPRIVATE
long
ImplScroll
(
long
nNewPos
,
bool
bCallEndScroll
);
SAL_DLLPRIVATE
long
ImplDoAction
(
bool
bCallEndScroll
);
SAL_DLLPRIVATE
void
ImplDoMouseAction
(
const
Point
&
rPos
,
bool
bCallAction
=
true
);
SAL_DLLPRIVATE
void
ImplInvert
();
SAL_DLLPRIVATE
bool
ImplDrawNative
(
sal_uInt16
nDrawFlags
);
SAL_DLLPRIVATE
bool
ImplDrawNative
(
vcl
::
RenderContext
&
rRenderContext
,
sal_uInt16
nDrawFlags
);
SAL_DLLPRIVATE
void
ImplDragThumb
(
const
Point
&
rMousePos
);
SAL_DLLPRIVATE
Size
getCurrentCalcSize
()
const
;
DECL_DLLPRIVATE_LINK
(
ImplTimerHdl
,
Timer
*
);
...
...
vcl/source/control/scrbar.cxx
Dosyayı görüntüle @
04c037d8
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