Lines Matching refs:contentRect
597 QRect contentRect = boundingRect; in getNativeControlRegion() local
634 contentRect = boundingRect; in getNativeControlRegion()
635 contentRect.adjust( -nLayoutLeft+1, -nLayoutTop+1, nLayoutRight-1, nLayoutBottom-1 ); in getNativeControlRegion()
645 contentRect.setWidth(kapp->style()->pixelMetric( in getNativeControlRegion()
647 contentRect.setHeight(kapp->style()->pixelMetric( in getNativeControlRegion()
650 contentRect.adjust(0, 0, in getNativeControlRegion()
657 boundingRect = contentRect; in getNativeControlRegion()
668 cbo.rect = QRect(0, 0, contentRect.width(), contentRect.height()); in getNativeControlRegion()
680 QSize aContentSize( contentRect.width(), nHeight ); in getNativeControlRegion()
683 if( aMinSize.height() > contentRect.height() ) in getNativeControlRegion()
684 contentRect.adjust( 0, 0, 0, aMinSize.height() - contentRect.height() ); in getNativeControlRegion()
685 boundingRect = contentRect; in getNativeControlRegion()
690 contentRect.adjust(-size,-size,size,size); in getNativeControlRegion()
699 contentRect = kapp->style()->subControlRect( in getNativeControlRegion()
702 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion()
716 sbo.rect = QRect(0, 0, contentRect.width(), contentRect.height()); in getNativeControlRegion()
722 contentRect = kapp->style()->subControlRect( in getNativeControlRegion()
724 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion()
730 contentRect = kapp->style()->subControlRect( in getNativeControlRegion()
733 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion()
738 contentRect = kapp->style()->subControlRect( in getNativeControlRegion()
741 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion()
754 contentRect.setWidth(contentRect.height()); in getNativeControlRegion()
759 contentRect.setWidth(contentRect.height()); in getNativeControlRegion()
774 contentRect.adjust(nFrameWidth, nFrameWidth, -nFrameWidth, -nFrameWidth); in getNativeControlRegion()
785 contentRect = QRect(boundingRect.left(), boundingRect.top(), w, h); in getNativeControlRegion()
786 contentRect.adjust(0, 0, in getNativeControlRegion()
792 boundingRect = contentRect; in getNativeControlRegion()
802 … contentRect = QRect(boundingRect.left(), boundingRect.top(), w, boundingRect.height()); in getNativeControlRegion()
803 boundingRect = contentRect; in getNativeControlRegion()
808 … contentRect = QRect(boundingRect.left(), boundingRect.top(), boundingRect.width(), w); in getNativeControlRegion()
809 boundingRect = contentRect; in getNativeControlRegion()
895 Point aPoint( contentRect.x(), contentRect.y() );
896 Size aSize( contentRect.width(), contentRect.height() );