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
a75c8443
Kaydet (Commit)
a75c8443
authored
Kas 06, 2014
tarafından
Jennifer Liebel
Kaydeden (comit)
Tobias Madl
Ara 09, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
changed timers to idles
Change-Id: Ic045e0c066ff1f607f0582b88e72375efaaa708f
üst
439c8eba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
svimpbox.cxx
svtools/source/contnr/svimpbox.cxx
+3
-3
svimpbox.hxx
svtools/source/inc/svimpbox.hxx
+1
-1
No files found.
svtools/source/contnr/svimpbox.cxx
Dosyayı görüntüle @
a75c8443
...
@@ -89,8 +89,8 @@ SvImpLBox::SvImpLBox( SvTreeListBox* pLBView, SvTreeList* pLBTree, WinBits nWinS
...
@@ -89,8 +89,8 @@ SvImpLBox::SvImpLBox( SvTreeListBox* pLBView, SvTreeList* pLBTree, WinBits nWinS
nNodeBmpWidth
=
0
;
nNodeBmpWidth
=
0
;
bAsyncBeginDrag
=
false
;
bAsyncBeginDrag
=
false
;
aAsyncBeginDrag
Timer
.
SetTimeout
(
0
);
aAsyncBeginDrag
Idle
.
SetPriority
(
VCL_IDLE_PRIORITY_HIGHEST
);
aAsyncBeginDrag
Timer
.
SetTimeout
Hdl
(
LINK
(
this
,
SvImpLBox
,
BeginDragHdl
));
aAsyncBeginDrag
Idle
.
SetIdle
Hdl
(
LINK
(
this
,
SvImpLBox
,
BeginDragHdl
));
// button animation in listbox
// button animation in listbox
pActiveButton
=
0
;
pActiveButton
=
0
;
pActiveEntry
=
0
;
pActiveEntry
=
0
;
...
@@ -2933,7 +2933,7 @@ void SvImpLBox::BeginDrag()
...
@@ -2933,7 +2933,7 @@ void SvImpLBox::BeginDrag()
else
else
{
{
aAsyncBeginDragPos
=
aSelEng
.
GetMousePosPixel
();
aAsyncBeginDragPos
=
aSelEng
.
GetMousePosPixel
();
aAsyncBeginDrag
Timer
.
Start
();
aAsyncBeginDrag
Idle
.
Start
();
}
}
}
}
...
...
svtools/source/inc/svimpbox.hxx
Dosyayı görüntüle @
a75c8443
...
@@ -125,7 +125,7 @@ private:
...
@@ -125,7 +125,7 @@ private:
Size
aOutputSize
;
Size
aOutputSize
;
SelectionEngine
aSelEng
;
SelectionEngine
aSelEng
;
ImpLBSelEng
aFctSet
;
ImpLBSelEng
aFctSet
;
Timer
aAsyncBeginDragTimer
;
Idle
aAsyncBeginDragIdle
;
Point
aAsyncBeginDragPos
;
Point
aAsyncBeginDragPos
;
long
nYoffsNodeBmp
;
long
nYoffsNodeBmp
;
...
...
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