Home
last modified time | relevance | path

Searched refs:nDeltaY (Results 26 – 36 of 36) sorted by relevance

12

/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx278 void Scroll( long nDeltaX, long nDeltaY, sal_Bool bScrollBar = sal_False );
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx471 const long nDeltaY = rPageRect.Top() + aLongULSpace.GetUpper() - rRect.Top(); in ExecTabWin() local
485 aHoriOrient.SetPos(aHoriOrient.GetPos() + nDeltaY ); in ExecTabWin()
492 aVertOrient.SetPos(aVertOrient.GetPos() + nDeltaY ); in ExecTabWin()
/trunk/main/svtools/source/contnr/
H A Dimivctl.hxx441 void Scroll( long nDeltaX, long nDeltaY, sal_Bool bScrollBar = sal_False );
H A Dsvimpicn.cxx3711 void SvImpIconView::Scroll( long nDeltaX, long nDeltaY, sal_Bool bScrollBar ) in Scroll() argument
3717 aOrigin.Y() += nDeltaY; in Scroll()
H A Dimivctl1.cxx3119 void SvxIconChoiceCtrl_Impl::Scroll( long nDeltaX, long nDeltaY, sal_Bool bScrollBar ) in Scroll() argument
3125 aOrigin.Y() += nDeltaY; in Scroll()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx1127 long nDeltaY = aOverallAreaBRPos.Y(); in ImplPaintData() local
1154 : aPos.Y() + nDeltaY ) ); in ImplPaintData()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1165 const sal_Int32 nDeltaY = abs(aLeftTop.Y() - aAbsolutePnt.Y()); in BegDragObj() local
1167 m_aDragDelta.Y() = nDeltaY; in BegDragObj()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx263 long nDeltaY = ((long)nFirstVisibleRow) - pViewData->GetPosY( eWhichV ); in setFirstVisibleRow() local
264 pViewShell->ScrollY( nDeltaY, eWhichV ); in setFirstVisibleRow()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx453 int nDeltaY = (aSubSize.Height() - aTextSize.Height()) / 2; in Paint() local
455 nY * aSubSize.Height() + nDeltaY ), in Paint()
H A Dwindow.cxx10019 long nDeltaY = pChild->GetOutOffYPixel() - GetOutOffYPixel(); in ImplPaintToDevice() local
10021 Point aDelta( nDeltaX, nDeltaY ); in ImplPaintToDevice()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3493 long nDeltaY = labs( static_cast< long >( nNewDragY - nSourceStartY ) ); in AcceptPrivateDrop() local
3494 if ( nDeltaX <= nDeltaY ) in AcceptPrivateDrop()

Completed in 166 milliseconds

12