Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/sidebar/ !
H A DDeck.cxx281 const sal_Int32 nPanelBottom (nPanelTop + rPanel.GetSizePixel().Height() - 1); in ShowPanel() local
290 if (nPanelBottom >= nNewThumbPos+mpVerticalScrollBar->GetVisibleSize()) in ShowPanel()
291 nNewThumbPos = nPanelBottom - mpVerticalScrollBar->GetVisibleSize(); in ShowPanel()