Lines Matching refs:Height

2677 	if ( 0 != aPlaygroundSize.Height() )  in resizeDocumentView()
2680 || ( nSplitPos >= aPlaygroundSize.Height() ) in resizeDocumentView()
2685 …nSplitPos = aPlaygroundSize.Height() - aSelectionBoxSize.Height() - m_aSplitter.GetSizePixel().Hei… in resizeDocumentView()
2687 if ( nSplitPos == -1 || nSplitPos >= aPlaygroundSize.Height() ) in resizeDocumentView()
2688 nSplitPos = sal_Int32(aPlaygroundSize.Height()*0.6); in resizeDocumentView()
2697 if ( aSelBoxSize.Height() ) in resizeDocumentView()
2700 … nSplitPos = aPlaygroundSize.Height() - m_aSplitter.GetSizePixel().Height() - aSelBoxSize.Height(); in resizeDocumentView()
2704 if ( aSelBoxOptSize.Height() > aSelBoxSize.Height() ) in resizeDocumentView()
2706 …nSplitPos = aPlaygroundSize.Height() - m_aSplitter.GetSizePixel().Height() - aSelBoxOptSize.Height in resizeDocumentView()
2716 Size aSplitSize = Size( _rPlayground.GetSize().Width(), m_aSplitter.GetSizePixel().Height() ); in resizeDocumentView()
2718 if( ( aSplitPos.Y() + aSplitSize.Height() ) > ( aPlaygroundSize.Height() )) in resizeDocumentView()
2719 aSplitPos.Y() = aPlaygroundSize.Height() - aSplitSize.Height(); in resizeDocumentView()
2722 aSplitPos.Y() = aPlaygroundPos.Y() + sal_Int32(aPlaygroundSize.Height() * 0.2); in resizeDocumentView()
2729 Point aPos( aPlaygroundPos.X(), aSplitPos.Y() + aSplitSize.Height() ); in resizeDocumentView()
2730 …, Size( aPlaygroundSize.Width(), aPlaygroundSize.Height() - aSplitSize.Height() - aTableViewSize.H… in resizeDocumentView()