Searched refs:aScrRect (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extlistbox.cxx | 1257 Rectangle aScrRect( Point(), GetOutputSizePixel() ); in DoScroll() local 1258 aScrRect.Right() -= m_pScrollBar->GetSizePixel().Width(); in DoScroll() 1259 Scroll( 0, -nDelta, aScrRect ); in DoScroll()
|
/aoo4110/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 742 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 30 milliseconds