Home
last modified time | relevance | path

Searched refs:nDeltaX (Results 26 – 33 of 33) sorted by relevance

12

/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
3718 aOrigin.X() += nDeltaX; in Scroll()
H A Dimivctl1.cxx3119 void SvxIconChoiceCtrl_Impl::Scroll( long nDeltaX, long nDeltaY, sal_Bool bScrollBar ) in Scroll() argument
3126 aOrigin.X() += nDeltaX; in Scroll()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1164 const sal_Int32 nDeltaX = abs(aLeftTop.X() - aAbsolutePnt.X()); in BegDragObj() local
1166 m_aDragDelta.X() = nDeltaX; in BegDragObj()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx229 long nDeltaX = ((long)nFirstVisibleColumn) - pViewData->GetPosX( eWhichH ); in setFirstVisibleColumn() local
230 pViewShell->ScrollX( nDeltaX, eWhichH ); in setFirstVisibleColumn()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx452 int nDeltaX = (aSubSize.Width() - aTextSize.Width()) / 2; in Paint() local
454 DrawText( Point( nX * aSubSize.Width() + nDeltaX, in Paint()
H A Dwindow.cxx10016 long nDeltaX = pChild->mnOutOffX - mnOutOffX; in ImplPaintToDevice() local
10018 nDeltaX = mnOutWidth - nDeltaX - pChild->mnOutWidth; in ImplPaintToDevice()
10021 Point aDelta( nDeltaX, nDeltaY ); in ImplPaintToDevice()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3492 long nDeltaX = labs( static_cast< long >( nNewDragX - nSourceStartX ) ); in AcceptPrivateDrop() local
3494 if ( nDeltaX <= nDeltaY ) in AcceptPrivateDrop()

Completed in 152 milliseconds

12