Searched refs:aFillRect (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/source/window/ |
H A D | decoview.cxx | 1074 pDev->DrawRect( Rectangle( aFillRect.Left(), aFillRect.Top(), in ImplDrawButton() 1075 aFillRect.Left(), aFillRect.Bottom() ) ); in ImplDrawButton() 1076 aFillRect.Left()++; in ImplDrawButton() 1082 pDev->DrawRect( Rectangle( aFillRect.Left(), aFillRect.Top(), in ImplDrawButton() 1083 aFillRect.Right(), aFillRect.Top() ) ); in ImplDrawButton() 1084 aFillRect.Top()++; in ImplDrawButton() 1090 pDev->DrawRect( Rectangle( aFillRect.Left(), aFillRect.Bottom(), in ImplDrawButton() 1091 aFillRect.Right(), aFillRect.Bottom() ) ); in ImplDrawButton() 1114 aFillRect.Left()++; in ImplDrawButton() 1115 aFillRect.Top()++; in ImplDrawButton() [all …]
|
/trunk/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 362 Rectangle aFillRect; in Paint() local 372 aFillRect = Rectangle( 0, nInitScrPos, nBarSize-1, nLineEnd ); in Paint() 374 aFillRect = Rectangle( nInitScrPos, 0, nLineEnd, nBarSize-1 ); in Paint() 375 DrawRect( aFillRect ); in Paint() 388 aFillRect = Rectangle( 0, nLineEnd+nLayoutSign, nBarSize-1, nPEnd ); in Paint() 390 aFillRect = Rectangle( nLineEnd+nLayoutSign, 0, nPEnd, nBarSize-1 ); in Paint() 391 DrawRect( aFillRect ); in Paint()
|
Completed in 44 milliseconds