Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dtabdlg.cxx92 Size aTabSize = pTabControl->GetSizePixel(); in ImplPosControls() local
93 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 …]
H A Dprintdlg.cxx987 Size aTabSize( maTabCtrl.GetSizePixel() ); in PrintDialog() local
989 aJobPageSize.Width() = aTabSize.Width(); in PrintDialog()
991 aJobPageSize.Height() = aTabSize.Height(); in PrintDialog()
1738 Size aTabSize = maTabCtrl.GetTabPageSizePixel(); in setupOptionalUI() local
1740 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 …]
/trunk/main/sd/source/ui/view/
H A Dgrviewsh.cxx138 Size aTabSize = pTabBar->GetSizePixel(); in IMPL_LINK() local
139 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()
H A Ddrviews1.cxx689 Size aTabSize = maTabControl.GetSizePixel(); in IMPL_LINK() local
690 aTabSize.Width() = Min(pTab->GetSplitSize(), (long)(nMax-1)); in IMPL_LINK()
692 maTabControl.SetSizePixel(aTabSize); in IMPL_LINK()
696 GetLayerTabControl()->SetSizePixel(aTabSize); in IMPL_LINK()
700 aPos.X() += aTabSize.Width(); in IMPL_LINK()
702 Size aScrSize(nMax - aTabSize.Width(), maScrBarWH.Height()); in IMPL_LINK()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx705 Size aTabSize = aRect.GetSize(); in ImplShowFocus() local
726 …aRect.Left() = aRect.Left()+aImageSize.Width()+((aTabSize.Width()-nTextWidth-aImageSize.Width())… in ImplShowFocus()
727 aRect.Top() = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-1-1; in ImplShowFocus()
734 long nXPos = aRect.Left()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-1; in ImplShowFocus()
916 Size aTabSize = aRect.GetSize(); in ImplDrawItem() local
926 long nXPos = aRect.Left()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-nOff3; in ImplDrawItem()
927 long nYPos = aRect.Top()+((aTabSize.Height()-nTextHeight)/2)-nOff3; in ImplDrawItem()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm675 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;
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1201 Size aTabSize( pTabBar->GetSizePixel() ); in PositionScrollBars() local
1202 aTabSize.Width() = nTabBarWidth; in PositionScrollBars()
1203 pTabBar->SetSizePixel( aTabSize ); in PositionScrollBars()

Completed in 57 milliseconds