Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx597 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()
[all …]