Home
last modified time | relevance | path

Searched refs:nCursorHideCount (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx416 nCursorHideCount( 0 ), in ScGridWindow()
4562 ++nCursorHideCount; in HideCursor()
4563 if (nCursorHideCount==1) in HideCursor()
4572 if (nCursorHideCount==0) in ShowCursor()
4578 if (nCursorHideCount==1) in ShowCursor()
4586 --nCursorHideCount; in ShowCursor()
H A Dgridwin4.cxx492 sal_Bool bCurVis = nCursorHideCount==0 && in Draw()
496 if ( !bCurVis && nCursorHideCount==0 && bAutoMarkVisible && aAutoMarkPos.Tab() == nTab && in Draw()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx144 sal_uInt16 nCursorHideCount; member in ScGridWindow

Completed in 80 milliseconds