summaryrefslogtreecommitdiff
path: root/svtools/source/inc
diff options
context:
space:
mode:
authorJennifer Liebel <jliebel94@gmail.com>2014-11-06 14:18:54 +0000
committerTobias Madl <tobias.madl.dev@gmail.com>2014-12-09 12:34:51 +0000
commit7523b588f16e14f87c8146118a1f050f680795fa (patch)
treec66173cd0a556ebae6bc4a08c1aa7d4f768cf91c /svtools/source/inc
parent18102201f4a68bc41f7caa21fc22ec761812b70b (diff)
changed timers to idles
Change-Id: Ic045e0c066ff1f607f0582b88e72375efaaa708f
Diffstat (limited to 'svtools/source/inc')
-rw-r--r--svtools/source/inc/svimpbox.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/svtools/source/inc/svimpbox.hxx b/svtools/source/inc/svimpbox.hxx
index a897aa3320a7..84a5235d9758 100644
--- a/svtools/source/inc/svimpbox.hxx
+++ b/svtools/source/inc/svimpbox.hxx
@@ -122,19 +122,18 @@ private:
// all our images
Image m_aNodeAndEntryImages[ IT_IMAGE_COUNT ];
- // wg. kompat. hier
Size aOutputSize;
SelectionEngine aSelEng;
ImpLBSelEng aFctSet;
- Timer aAsyncBeginDragTimer;
+ Idle aAsyncBeginDragIdle;
Point aAsyncBeginDragPos;
long nYoffsNodeBmp;
- long nNodeBmpTabDistance; // typisch kleiner 0
+ long nNodeBmpTabDistance; // typical smaller than 0
long nNodeBmpWidth;
long nNextVerVisSize;
long nMostRight;
- sal_uLong nVisibleCount; // Anzahl Zeilen im Control
+ sal_uLong nVisibleCount; // Number of lines in control
ImplSVEvent * nCurUserEvent;
short nHorSBarHeight, nVerSBarWidth;
sal_uInt16 nFlags;
@@ -154,7 +153,7 @@ private:
bool bAreChildrenTransient;
Point aEditClickPos;
- Timer aEditTimer;
+ Idle aEditIdle;
// #102891# -------------------
comphelper::string::NaturalStringSorter *m_pStringSorter;