Lines Matching refs:aRelatedControls
295 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()
507 const long nNewPreviewRight = aButtonPos.X() - aRelatedControls.Width(); in impl_layoutAll()
516 aButtonPos.Move( -( aButtonSize.Width() + aRelatedControls.Width() ), 0 ); in impl_layoutAll()
551 const Size aRelatedControls( LogicToPixel( Size( RELATED_CONTROLS, 0 ), MAP_APPFONT ) ); in impl_layoutOperands() local
556 const Point aOpListPos( aCondTypeRect.Right() + aRelatedControls.Width(), aCondTypeRect.Top() ); in impl_layoutOperands()
562 … Point aLHSPos( aOpListPos.X() + aOpListSize.Width() + aRelatedControls.Width(), aOpListPos.Y() ); in impl_layoutOperands()
573 … const Point aOpGluePos( aLHSPos.X() + aLHSSize.Width() + aRelatedControls.Width(), aLHSPos.Y() ); in impl_layoutOperands()
574 …GlueSize( m_aOperandGlue.GetTextWidth( m_aOperandGlue.GetText() ) + aRelatedControls.Width(), aLHS… in impl_layoutOperands()
578 …const Point aRHSPos( aOpGluePos.X() + aOpGlueSize.Width() + aRelatedControls.Width(), aOpGluePos.Y… in impl_layoutOperands()