Lines Matching refs:aPlaygroundSize
135 Size aPlaygroundSize( GetOutputSizePixel() ); in Resize() local
145 aSplitSize.Height() = aPlaygroundSize.Height(); in Resize()
147 if( ( aSplitPos.X() + aSplitSize.Width() ) > ( aPlaygroundSize.Width() )) in Resize()
148 aSplitPos.X() = aPlaygroundSize.Width() - aSplitSize.Width(); in Resize()
151 aSplitPos.X() = aPlaygroundPos.X() + sal_Int32(aPlaygroundSize.Width() * 0.3); in Resize()
155 Size aTreeViewSize( aSplitPos.X(), aPlaygroundSize.Height() ); in Resize()
161 m_pSplitter->SetPosSizePixel( aSplitPos, Size( aSplitSize.Width(), aPlaygroundSize.Height() ) ); in Resize()
162 m_pSplitter->SetDragRectPixel( Rectangle(aPlaygroundPos,aPlaygroundSize) ); in Resize()
167 aSplitSize.Width() = aPlaygroundSize.Width(); in Resize()
169 if( ( aSplitPos.Y() + aSplitSize.Height() ) > ( aPlaygroundSize.Height() )) in Resize()
170 aSplitPos.Y() = aPlaygroundSize.Height() - aSplitSize.Height(); in Resize()
173 aSplitPos.Y() = aPlaygroundPos.Y() + sal_Int32(aPlaygroundSize.Height() * 0.3); in Resize()
177 Size aTreeViewSize( aPlaygroundSize.Width() ,aSplitPos.Y()); in Resize()
183 m_pSplitter->SetPosSizePixel( aSplitPos, Size( aPlaygroundSize.Width(), aSplitSize.Height() ) ); in Resize()
184 m_pSplitter->SetDragRectPixel( Rectangle(aPlaygroundPos,aPlaygroundSize) ); in Resize()
192 aPlaygroundSize.Width() - aSplitSize.Width() - aSplitPos.X(), aPlaygroundSize.Height()); in Resize()
195 … aPlaygroundSize.Width() , aPlaygroundSize.Height() - aSplitSize.Height() - aSplitPos.Y()); in Resize()