Searched refs:boundingRect (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/vcl/unx/kde4/ |
H A D | KDESalGraphics.cxx | 702 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion() 724 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion() 726 boundingRect = QRect(); in getNativeControlRegion() 733 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion() 734 boundingRect = QRect(); in getNativeControlRegion() 741 contentRect.translate( boundingRect.left(), boundingRect.top() ); in getNativeControlRegion() 785 contentRect = QRect(boundingRect.left(), boundingRect.top(), w, h); in getNativeControlRegion() 802 … contentRect = QRect(boundingRect.left(), boundingRect.top(), w, boundingRect.height()); in getNativeControlRegion() 808 … contentRect = QRect(boundingRect.left(), boundingRect.top(), boundingRect.width(), w); in getNativeControlRegion() 890 Point aBPoint( boundingRect.x(), boundingRect.y() ); [all …]
|
Completed in 11 milliseconds