Searched refs:aFillRect (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/source/window/ |
| H A D | decoview.cxx | 1004 Rectangle aFillRect = rRect; in ImplDrawButton() local 1013 ImplDrawDPILineRect( pDev, aFillRect, &aBlackColor ); in ImplDrawButton() 1015 ImplDrawDPILineRect( pDev, aFillRect, &aBlackColor ); in ImplDrawButton() 1031 aRect1.Left() = aFillRect.Left(); in ImplDrawButton() 1032 aRect1.Right() = aFillRect.Right(), in ImplDrawButton() 1033 aRect2.Top() = aFillRect.Top(); in ImplDrawButton() 1034 aRect2.Bottom() = aFillRect.Bottom(); in ImplDrawButton() 1037 aRect1.Top() = aFillRect.Top(); in ImplDrawButton() 1039 aRect2.Left() = aFillRect.Left(); in ImplDrawButton() 1040 aRect2.Right() = aFillRect.Left()+aBrdSize.Width()-1; in ImplDrawButton() [all …]
|
| /AOO41X/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()
|