Lines Matching refs:aBoxSz
1282 Size aBoxSz( aSz.Width() - 2*DWBORDER, aSz.Height() - nVirtToolBoxHeight - DWBORDER ); in Resize() local
1284 if ( aBoxSz.Width() < 4 ) // < 4, weil noch Border... in Resize()
1285 aBoxSz.Width() = 0; in Resize()
1286 if ( aBoxSz.Height() < 4 ) in Resize()
1287 aBoxSz.Height() = 0; in Resize()
1289 aBoxSz.Height() -= nHeaderBarHeight; in Resize()
1290 aTreeListBox.SetSizePixel( aBoxSz ); in Resize()
1293 aBoxSz.Height() = nHeaderBarHeight; in Resize()
1294 aHeaderBar.SetSizePixel( aBoxSz ); in Resize()
1584 Size aBoxSz( aSz.Width() - 2*DWBORDER, aSz.Height() - nVirtToolBoxHeight - DWBORDER ); in Resize() local
1586 if ( aBoxSz.Width() < 4 ) // < 4, weil noch Border... in Resize()
1587 aBoxSz.Width() = 0; in Resize()
1588 if ( aBoxSz.Height() < 4 ) in Resize()
1589 aBoxSz.Height() = 0; in Resize()
1591 aTreeListBox.SetSizePixel( aBoxSz ); in Resize()