Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm1350 NSSize aTabCtrlSize = [pTabView minimumSize];
1351 aTabCtrlSize.height += aMaxTabSize.height + 10;
1352 if( aTabCtrlSize.width < aMaxTabSize.width + 10 )
1353 aTabCtrlSize.width = aMaxTabSize.width + 10;
1354 [pTabView setFrameSize: aTabCtrlSize];
1355 aViewFrame.size.width = aTabCtrlSize.width + aTabViewFrame.origin.x;
1356 aViewFrame.size.height = aTabCtrlSize.height + aTabViewFrame.origin.y;
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1250 Size aTabCtrlSize( GetSizePixel() ); in Resize() local
1252 if( nPrefWidth > aTabCtrlSize.Width() ) in Resize()
1253 nPrefWidth = aTabCtrlSize.Width(); in Resize()
1255 Point aNewPos( (aTabCtrlSize.Width() - nPrefWidth) / 2, 0 ); in Resize()

Completed in 32 milliseconds