Searched refs:nScrollBarWidth (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/forms/source/richtext/ |
H A D | richtextimplcontrol.cxx | 416 long nScrollBarWidth = m_pVScroll ? rStyleSettings.GetScrollBarSize() : 0; in layoutWindow() local 421 nScrollBarWidth = m_pAntiImpl->CalcZoom( nScrollBarWidth ); in layoutWindow() 431 …xel.Width() = ::std::max( long( 10 ), long( aViewportPlaygroundPixel.Width() - nScrollBarWidth ) ); in layoutWindow() 443 …SetPosSizePixel( Point( aViewportPlaygroundPixel.Width(), 0 ), Size( nScrollBarWidth, aViewportPla… in layoutWindow() 447 …tPlaygroundPixel.Width(), aViewportPlaygroundPixel.Height() ), Size( nScrollBarWidth, nScrollBarHe… in layoutWindow()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | DeckLayouter.cxx | 464 const sal_Int32 nScrollBarWidth (rVerticalScrollBar.GetSizePixel().Width()); in PlaceVerticalScrollBar() local 466 rAvailableSpace.Right() - nScrollBarWidth + 1, in PlaceVerticalScrollBar() 468 nScrollBarWidth, in PlaceVerticalScrollBar() 474 rAvailableSpace.Right() - nScrollBarWidth, in PlaceVerticalScrollBar()
|
/aoo41x/main/starmath/source/ |
H A D | dialog.cxx | 1247 long nScrollBarWidth = aVScrollBar.GetSizePixel().Width(), in SmShowSymbolSet() local 1248 nUseableWidth = aOutputSize.Width() - nScrollBarWidth; in SmShowSymbolSet() 1267 Size(nScrollBarWidth, aOutputSize.Height() + 2)); in SmShowSymbolSet() 1273 WindowSize.Width() += nScrollBarWidth; in SmShowSymbolSet()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 2000 const long nScrollBarWidth = pScrollBar->GetSizePixel().Width(); in InitControls() local 2001 const long nButtonWidth = m_aRemoveButton.GetSizePixel().Width() + nScrollBarWidth + nOffset; in InitControls()
|
Completed in 51 milliseconds