Searched refs:aTabSize (Results 1 – 7 of 7) sorted by relevance
92 Size aTabSize = pTabControl->GetSizePixel(); in ImplPosControls() local93 Size aDlgSize( aTabSize.Width() + IMPL_DIALOG_OFFSET*2, in ImplPosControls()94 aTabSize.Height() + IMPL_DIALOG_OFFSET*2 + nOffY ); in ImplPosControls()110 nViewWidth = aTabSize.Width(); in ImplPosControls()118 nViewOffY = aTabOffset.Y()+aTabSize.Height()+IMPL_DIALOG_OFFSET; in ImplPosControls()119 nViewWidth = aTabSize.Width(); in ImplPosControls()125 nViewOffX = aTabOffset.X()+aTabSize.Width()+IMPL_DIALOG_OFFSET; in ImplPosControls()127 nViewHeight = aTabSize.Height(); in ImplPosControls()136 nViewHeight = aTabSize.Height(); in ImplPosControls()161 if ( nCtrlBarWidth <= (aTabSize.Width()+nBtnEx) ) in ImplPosControls()[all …]
987 Size aTabSize( maTabCtrl.GetSizePixel() ); in PrintDialog() local989 aJobPageSize.Width() = aTabSize.Width(); in PrintDialog()991 aJobPageSize.Height() = aTabSize.Height(); in PrintDialog()1738 Size aTabSize = maTabCtrl.GetTabPageSizePixel(); in setupOptionalUI() local1740 if( aMaxSize.Height() > aTabSize.Height() || aMaxSize.Width() > aTabSize.Width() ) in setupOptionalUI()1743 if( aMaxSize.Height() > aTabSize.Height() ) in setupOptionalUI()1746 aTabSize.Height() = aMaxSize.Height(); in setupOptionalUI()1748 if( aMaxSize.Width() > aTabSize.Width() ) in setupOptionalUI()1752 aTabSize.Width() = aMaxSize.Width(); in setupOptionalUI()1754 maTabCtrl.SetTabPageSizePixel( aTabSize ); in setupOptionalUI()[all …]
138 Size aTabSize = pTabBar->GetSizePixel(); in IMPL_LINK() local139 aTabSize.Width() = Min(pTabBar->GetSplitSize(), (long)(nMax-1)); in IMPL_LINK()141 pTabBar->SetSizePixel (aTabSize); in IMPL_LINK()144 aPos.X() += aTabSize.Width(); in IMPL_LINK()146 Size aScrSize (nMax - aTabSize.Width(), maScrBarWH.Height()); in IMPL_LINK()
683 Size aTabSize = maTabControl.GetSizePixel(); in IMPL_LINK() local684 aTabSize.Width() = Min(pTab->GetSplitSize(), (long)(nMax-1)); in IMPL_LINK()686 maTabControl.SetSizePixel(aTabSize); in IMPL_LINK()687 GetLayerTabControl()->SetSizePixel(aTabSize); in IMPL_LINK()690 aPos.X() += aTabSize.Width(); in IMPL_LINK()692 Size aScrSize(nMax - aTabSize.Width(), maScrBarWH.Height()); in IMPL_LINK()
707 Size aTabSize = aRect.GetSize(); in ImplShowFocus() local728 …aRect.Left() = aRect.Left()+aImageSize.Width()+((aTabSize.Width()-nTextWidth-aImageSize.Width())… in ImplShowFocus()729 aRect.Top() = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-1-1; in ImplShowFocus()736 long nXPos = aRect.Left()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-1; in ImplShowFocus()918 Size aTabSize = aRect.GetSize(); in ImplDrawItem() local928 long nXPos = aRect.Left()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-nOff3; in ImplDrawItem()929 long nYPos = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-nOff3; in ImplDrawItem()
675 static void adjustTabViews( NSTabView* pTabView, NSSize aTabSize )687 double nDiff = aTabSize.height - aRect.size.height;688 aRect.size = aTabSize;704 aFrame.size.width = aTabSize.width - aFrame.origin.x - 10;
1201 Size aTabSize( pTabBar->GetSizePixel() ); in PositionScrollBars() local1202 aTabSize.Width() = nTabBarWidth; in PositionScrollBars()1203 pTabBar->SetSizePixel( aTabSize ); in PositionScrollBars()
Completed in 54 milliseconds