Searched refs:nDragPosP (Results 1 – 1 of 1) sorted by relevance
219 void ScColBar::DrawInvert( long nDragPosP ) in DrawInvert() argument221 Rectangle aRect( nDragPosP,0, nDragPosP+HDR_SLIDERSIZE-1,GetOutputSizePixel().Width()-1 ); in DrawInvert()225 pViewData->GetView()->InvertVertical(eWhich,nDragPosP); in DrawInvert()386 void ScRowBar::DrawInvert( long nDragPosP ) in DrawInvert() argument388 Rectangle aRect( 0,nDragPosP, GetOutputSizePixel().Width()-1,nDragPosP+HDR_SLIDERSIZE-1 ); in DrawInvert()392 pViewData->GetView()->InvertHorizontal(eWhich,nDragPosP); in DrawInvert()
Completed in 10 milliseconds