Home
last modified time | relevance | path

Searched refs:STYLE_CURSOR_NOBLINKTIME (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/window/
H A Dcursor.cxx207 if ( mpData->maTimer.GetTimeout() != STYLE_CURSOR_NOBLINKTIME ) in ImplShow()
249 if ( mpData->maTimer.GetTimeout() != STYLE_CURSOR_NOBLINKTIME ) in ImplNew()
/trunk/main/vcl/unx/kde4/
H A DKDESalFrame.cxx307 style.SetCursorBlinkTime( flash_time != 0 ? flash_time/2 : STYLE_CURSOR_NOBLINKTIME ); in UpdateSettings()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3541 gint blink_time = STYLE_CURSOR_NOBLINKTIME; in updateSettings()
3545 if( blink_time > 100 && blink_time != gint(STYLE_CURSOR_NOBLINKTIME) ) in updateSettings()
3549 aStyleSet.SetCursorBlinkTime( STYLE_CURSOR_NOBLINKTIME ); in updateSettings()
/trunk/main/vcl/inc/vcl/
H A Dsettings.hxx502 #define STYLE_CURSOR_NOBLINKTIME ((sal_uLong)0xFFFFFFFF) macro
/trunk/main/vcl/source/app/
H A Dsettings.cxx418 mnCursorBlinkTime = STYLE_CURSOR_NOBLINKTIME; in ImplStyleData()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1948 aStyleSettings.SetCursorBlinkTime( flash_time != 0 ? flash_time/2 : STYLE_CURSOR_NOBLINKTIME ); in UpdateSettings()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1865 static const long nNoBlinkTime = STYLE_CURSOR_NOBLINKTIME; in UpdateCrsr()

Completed in 88 milliseconds