Home
last modified time | relevance | path

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

/aoo4110/main/basctl/source/basicide/
H A Dbaside2.cxx76 #define SPLIT_HEIGHT 2 macro
1572 nVSplitPos = ( nVSplitPos < nMinPos ) ? 0 : ( aSz.Height() - SPLIT_HEIGHT ); in ArrangeWindows()
1585 aVSplitter.SetSizePixel( Size( aSz.Width(), SPLIT_HEIGHT ) ); in ArrangeWindows()
1587 …Pixel( Rectangle( Point( 0, nVSplitPos+SPLIT_HEIGHT ), Size( aSz.Width(), aSz.Height() - nVSplitPo… in ArrangeWindows()
1589 aHSplitter.SetSizePixel( Size( SPLIT_HEIGHT, aSz.Height() - nVSplitPos ) ); in ArrangeWindows()
1592 Point aWWPos( 0, nVSplitPos+SPLIT_HEIGHT ); in ArrangeWindows()
1599 Point aSWPos( nHSplitPos+SPLIT_HEIGHT, nVSplitPos+SPLIT_HEIGHT ); in ArrangeWindows()

Completed in 18 milliseconds