Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/
H A Dscrollabledialog.cxx160 Point aHPos( 0, aOutSz.Height() - mnScrWidth ); in ResetScrollBars() local
163 … maHScrollBar->SetPosSizePixel( aHPos, Size( GetSizePixel().Width() - mnScrWidth, mnScrWidth ) ); in ResetScrollBars()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/
H A Dscrollabledialog.cxx160 Point aHPos( 0, aOutSz.Height() - mnScrWidth ); in ResetScrollBars() local
163 … maHScrollBar->SetPosSizePixel( aHPos, Size( GetSizePixel().Width() - mnScrWidth, mnScrWidth ) ); in ResetScrollBars()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dtabpage.cxx294 Point aHPos( 0, aOutSz.Height() - mnScrWidth ); in ResetScrollBars() local
305 … m_pHScroll->SetPosSizePixel( aHPos, Size( GetSizePixel().Width() - mnScrWidth, mnScrWidth ) ); in ResetScrollBars()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dimp_listbox.cxx2314 Point aHPos( 0, aOutSz.Height() - nSBWidth ); in ImplResizeControls() local
2315 mpHScrollBar->SetPosSizePixel( aHPos, Size( aInnerSz.Width(), nSBWidth ) ); in ImplResizeControls()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dimp_listbox.cxx2451 Point aHPos( ( bMirroring && mbVScroll ) ? nSBWidth : 0, aOutSz.Height() - nSBWidth ); in ImplResizeControls() local
2452 mpHScrollBar->SetPosSizePixel( aHPos, Size( aInnerSz.Width(), nSBWidth ) ); in ImplResizeControls()