Searched refs:nCursorHideCount (Results 1 – 3 of 3) sorted by relevance
144 sal_uInt16 nCursorHideCount; member in ScGridWindow
414 nCursorHideCount( 0 ), in ScGridWindow()4547 ++nCursorHideCount; in HideCursor()4548 if (nCursorHideCount==1) in HideCursor()4557 if (nCursorHideCount==0) in ShowCursor()4563 if (nCursorHideCount==1) in ShowCursor()4571 --nCursorHideCount; in ShowCursor()
492 sal_Bool bCurVis = nCursorHideCount==0 && in Draw()496 if ( !bCurVis && nCursorHideCount==0 && bAutoMarkVisible && aAutoMarkPos.Tab() == nTab && in Draw()
Completed in 72 milliseconds