Home
last modified time | relevance | path

Searched refs:nDragPosP (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dcolrowba.cxx219 void ScColBar::DrawInvert( long nDragPosP ) in DrawInvert() argument
221 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() argument
388 Rectangle aRect( 0,nDragPosP, GetOutputSizePixel().Width()-1,nDragPosP+HDR_SLIDERSIZE-1 ); in DrawInvert()
392 pViewData->GetView()->InvertHorizontal(eWhich,nDragPosP); in DrawInvert()

Completed in 14 milliseconds