Lines Matching refs:aPlayground
130 Rectangle aPlayground( _rPlayground ); in resizeAll() local
137 aSplitSize.Width() = aPlayground.GetWidth(); in resizeAll()
139 if ( aSplitPos.Y() <= aPlayground.Top() ) in resizeAll()
140 aSplitPos.Y() = aPlayground.Top() + sal_Int32( aPlayground.GetHeight() * 0.2 ); in resizeAll()
142 if ( aSplitPos.Y() + aSplitSize.Height() > aPlayground.GetHeight() ) in resizeAll()
143 aSplitPos.Y() = aPlayground.GetHeight() - aSplitSize.Height(); in resizeAll()
147 m_pSplitter->SetDragRectPixel( aPlayground ); in resizeAll()
150 Size aBeamerSize( aPlayground.GetWidth(), aSplitPos.Y() ); in resizeAll()
151 m_pBeamer->SetPosSizePixel( aPlayground.TopLeft(), aBeamerSize ); in resizeAll()
154 aPlayground.Top() = aSplitPos.Y() + aSplitSize.Height(); in resizeAll()
157 ODataView::resizeAll( aPlayground ); in resizeAll()