Home
last modified time | relevance | path

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

/AOO42X/main/reportdesign/source/ui/dlg/
H A DCondition.cxx295 Size aRelatedControls( LogicToPixel( Size( RELATED_CONTROLS, 0 ), MAP_APPFONT ) ); in Condition() local
298 … m_aPreview.SetPosSizePixel( aToolbarPos.X() + aToolbarSize.Width() + 2 * aRelatedControls.Width(), in Condition()
470 …const Size aRelatedControls = LogicToPixel( Size( RELATED_CONTROLS, RELATED_CONTROLS ), MAP_APPFON… in impl_getToolBarBorderRect() local
473 aBorderRect.Left() -= aRelatedControls.Width(); in impl_getToolBarBorderRect()
474 aBorderRect.Top() -= aRelatedControls.Height(); in impl_getToolBarBorderRect()
475 aBorderRect.Right() += aRelatedControls.Width(); in impl_getToolBarBorderRect()
476 aBorderRect.Bottom() += aRelatedControls.Height(); in impl_getToolBarBorderRect()
491 …const Size aRelatedControls( LogicToPixel( Size( RELATED_CONTROLS, RELATED_CONTROLS ), MAP_APPFONT… in impl_layoutAll() local
497 …m_aHeader.SetPosSizePixel( 0, 0, aSize.Width() - 2 * aRelatedControls.Width(), 0, WINDOW_POSSIZE_W… in impl_layoutAll()
503 aButtonPos.Move( 0, aButtonSize.Height() + aRelatedControls.Height() ); in impl_layoutAll()
[all …]