Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/source/sidebar/
H A DSidebarController.cxx354 bool bIsDeckVisible; in NotifyResize() local
359 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthOpenThreshold; in NotifyResize()
361 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthCloseThreshold; in NotifyResize()
362 mbIsDeckRequestedOpen = bIsDeckVisible; in NotifyResize()
363 UpdateCloseIndicator(!bIsDeckVisible); in NotifyResize()
366 bIsDeckVisible = false; in NotifyResize()
371 if (bIsDeckVisible) in NotifyResize()

Completed in 15 milliseconds