Lines Matching refs:aHatchRect
342 awt::Rectangle aHatchRect = AddBorderToArea( aNewRect ); in PlaceFrame() local
344 ResizeWindows_Impl( aHatchRect ); in PlaceFrame()
356 void DocumentHolder::ResizeWindows_Impl( const awt::Rectangle& aHatchRect ) in ResizeWindows_Impl() argument
364 aHatchRect.Width - 2*HATCH_BORDER_WIDTH, in ResizeWindows_Impl()
365 aHatchRect.Height - 2*HATCH_BORDER_WIDTH, in ResizeWindows_Impl()
370 m_xHatchWindow->setPosSize( aHatchRect.X, in ResizeWindows_Impl()
371 aHatchRect.Y, in ResizeWindows_Impl()
372 aHatchRect.Width, in ResizeWindows_Impl()
373 aHatchRect.Height, in ResizeWindows_Impl()
377 m_xOwnWindow->setPosSize( aHatchRect.X + HATCH_BORDER_WIDTH, in ResizeWindows_Impl()
378 aHatchRect.Y + HATCH_BORDER_WIDTH, in ResizeWindows_Impl()
379 aHatchRect.Width - 2*HATCH_BORDER_WIDTH, in ResizeWindows_Impl()
380 aHatchRect.Height - 2*HATCH_BORDER_WIDTH, in ResizeWindows_Impl()
1346 awt::Rectangle aHatchRect = AddBorderToArea( m_aObjRect ); in ResizeHatchWindow() local
1347 ResizeWindows_Impl( aHatchRect ); in ResizeHatchWindow()