Lines Matching refs:HATCH_BORDER_WIDTH
89 #define HATCH_BORDER_WIDTH (((m_pEmbedObj->getStatus(embed::Aspects::MSOLE_CONTENT)&embed::EmbedMis… macro
362 m_xOwnWindow->setPosSize( HATCH_BORDER_WIDTH, in ResizeWindows_Impl()
363 HATCH_BORDER_WIDTH, in ResizeWindows_Impl()
364 aHatchRect.Width - 2*HATCH_BORDER_WIDTH, in ResizeWindows_Impl()
365 aHatchRect.Height - 2*HATCH_BORDER_WIDTH, 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()
426 awt::Rectangle aOwnRectangle( HATCH_BORDER_WIDTH, in ShowInplace()
427 HATCH_BORDER_WIDTH, in ShowInplace()
428 aHatchRectangle.Width - 2*HATCH_BORDER_WIDTH, in ShowInplace()
429 aHatchRectangle.Height - 2*HATCH_BORDER_WIDTH ); in ShowInplace()
447 awt::Size( HATCH_BORDER_WIDTH, HATCH_BORDER_WIDTH ) ); in ShowInplace()
1139 return awt::Rectangle( aRect.X + m_aBorderWidths.Left + HATCH_BORDER_WIDTH, in CalculateBorderedArea()
1140 aRect.Y + m_aBorderWidths.Top + HATCH_BORDER_WIDTH, in CalculateBorderedArea()
1141 aRect.Width - m_aBorderWidths.Left - m_aBorderWidths.Right - 2*HATCH_BORDER_WIDTH, in CalculateBorderedArea()
1142 aRect.Height - m_aBorderWidths.Top - m_aBorderWidths.Bottom - 2*HATCH_BORDER_WIDTH ); in CalculateBorderedArea()
1148 return awt::Rectangle( aRect.X - m_aBorderWidths.Left - HATCH_BORDER_WIDTH, in AddBorderToArea()
1149 aRect.Y - m_aBorderWidths.Top - HATCH_BORDER_WIDTH, in AddBorderToArea()
1150 aRect.Width + m_aBorderWidths.Left + m_aBorderWidths.Right + 2*HATCH_BORDER_WIDTH, in AddBorderToArea()
1151 aRect.Height + m_aBorderWidths.Top + m_aBorderWidths.Bottom + 2*HATCH_BORDER_WIDTH ); in AddBorderToArea()
1349 xHatchWindow->setHatchBorderSize( awt::Size( HATCH_BORDER_WIDTH, HATCH_BORDER_WIDTH ) ); in ResizeHatchWindow()