Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/inc/
H A Dgridwin.hxx144 sal_uInt16 nCursorHideCount; member in ScGridWindow
/aoo4110/main/sc/source/ui/view/
H A Dgridwin.cxx414 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()
H A Dgridwin4.cxx492 sal_Bool bCurVis = nCursorHideCount==0 && in Draw()
496 if ( !bCurVis && nCursorHideCount==0 && bAutoMarkVisible && aAutoMarkPos.Tab() == nTab && in Draw()

Completed in 52 milliseconds