Searched refs:HDR_SLIDERSIZE (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | tabview4.cxx | 486 #ifndef HDR_SLIDERSIZE 487 #define HDR_SLIDERSIZE 2 macro 498 Rectangle aRect( 0,nDragPos, pWin->GetOutputSizePixel().Width()-1,nDragPos+HDR_SLIDERSIZE-1 ); in InvertHorizontal() 513 Rectangle aRect( nDragPos,0, nDragPos+HDR_SLIDERSIZE-1,pWin->GetOutputSizePixel().Height()-1 ); in InvertVertical()
|
H A D | colrowba.cxx | 221 Rectangle aRect( nDragPosP,0, nDragPosP+HDR_SLIDERSIZE-1,GetOutputSizePixel().Width()-1 ); in DrawInvert() 388 Rectangle aRect( 0,nDragPosP, GetOutputSizePixel().Width()-1,nDragPosP+HDR_SLIDERSIZE-1 ); in DrawInvert()
|
/trunk/main/sc/source/ui/inc/ |
H A D | hdrcont.hxx | 43 #define HDR_SLIDERSIZE 2 macro
|
Completed in 31 milliseconds