Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx1257 Rectangle aScrRect( Point(), GetOutputSizePixel() ); in DoScroll() local
1258 aScrRect.Right() -= m_pScrollBar->GetSizePixel().Width(); in DoScroll()
1259 Scroll( 0, -nDelta, aScrRect ); in DoScroll()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx742 Rectangle aScrRect( nX + std::min( (sal_uLong)nOldWidth, nWidth ), 0, in SetColumnWidth() local
745 Control::Scroll( nWidth-nOldWidth, 0, aScrRect, SCROLL_FLAGS ); in SetColumnWidth()
746 aScrRect.Bottom() = pDataWin->GetSizePixel().Height(); in SetColumnWidth()
747 getDataWindow()->Scroll( nWidth-nOldWidth, 0, aScrRect, SCROLL_FLAGS ); in SetColumnWidth()

Completed in 34 milliseconds