Home
last modified time | relevance | path

Searched refs:aHatchRect (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/embeddedobj/source/general/
H A Ddocholder.cxx342 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()
[all …]
/AOO42X/main/embeddedobj/source/inc/
H A Ddocholder.hxx98 void ResizeWindows_Impl( const ::com::sun::star::awt::Rectangle& aHatchRect );