Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx356 bool bIsDeckVisible; in NotifyResize() local
361 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthOpenThreshold; in NotifyResize()
363 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthCloseThreshold; in NotifyResize()
364 mbIsDeckRequestedOpen = bIsDeckVisible; in NotifyResize()
365 UpdateCloseIndicator(!bIsDeckVisible); in NotifyResize()
368 bIsDeckVisible = false; in NotifyResize()
373 if (bIsDeckVisible) in NotifyResize()

Completed in 22 milliseconds