Home
last modified time | relevance | path

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

/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx409 sal_Bool bReallyHide = sal_False; in DrawCursor() local
413 bReallyHide = sal_True; in DrawCursor()
417 bReallyHide = sal_True; in DrawCursor()
420 bReallyHide |= !bSelectionIsVisible || !IsUpdateMode() || bScrolling || nCurRow < 0; in DrawCursor()
423 bReallyHide |= ( GetCursorHideCount() > 1 ); in DrawCursor()
425 bReallyHide |= ( GetCursorHideCount() > 0 ); in DrawCursor()
460 if ( bReallyHide ) in DrawCursor()
467 Color rCol = bReallyHide ? pDataWin->GetFillColor() : m_aCursorColor; in DrawCursor()

Completed in 22 milliseconds