Lines Matching refs:aPlaygroundPos
134 Point aPlaygroundPos( 0,0 ); in Resize() local
144 aSplitPos.Y() = aPlaygroundPos.Y(); in Resize()
150 if( aSplitPos.X() <= aPlaygroundPos.X() ) in Resize()
151 aSplitPos.X() = aPlaygroundPos.X() + sal_Int32(aPlaygroundSize.Width() * 0.3); in Resize()
154 Point aTreeViewPos( aPlaygroundPos ); in Resize()
162 m_pSplitter->SetDragRectPixel( Rectangle(aPlaygroundPos,aPlaygroundSize) ); in Resize()
166 aSplitPos.X() = aPlaygroundPos.X(); in Resize()
172 if( aSplitPos.Y() <= aPlaygroundPos.Y() ) in Resize()
173 aSplitPos.Y() = aPlaygroundPos.Y() + sal_Int32(aPlaygroundSize.Height() * 0.3); in Resize()
176 Point aTreeViewPos( aPlaygroundPos ); in Resize()
184 m_pSplitter->SetDragRectPixel( Rectangle(aPlaygroundPos,aPlaygroundSize) ); in Resize()
191 m_pRight->SetPosSizePixel( aSplitPos.X() + aSplitSize.Width(), aPlaygroundPos.Y(), in Resize()
194 …m_pRight->SetPosSizePixel( aSplitPos.X(), aPlaygroundPos.Y() + aSplitPos.Y() + aSplitSize.Height(), in Resize()