Home
last modified time | relevance | path

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

/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx416 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()
/trunk/main/sfx2/source/sidebar/
H A DDeckLayouter.cxx466 const sal_Int32 nScrollBarWidth (rVerticalScrollBar.GetSizePixel().Width()); in PlaceVerticalScrollBar() local
468 rAvailableSpace.Right() - nScrollBarWidth + 1, in PlaceVerticalScrollBar()
470 nScrollBarWidth, in PlaceVerticalScrollBar()
476 rAvailableSpace.Right() - nScrollBarWidth, in PlaceVerticalScrollBar()
/trunk/main/starmath/source/
H A Ddialog.cxx1247 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()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2000 const long nScrollBarWidth = pScrollBar->GetSizePixel().Width(); in InitControls() local
2001 const long nButtonWidth = m_aRemoveButton.GetSizePixel().Width() + nScrollBarWidth + nOffset; in InitControls()

Completed in 59 milliseconds