Home
last modified time | relevance | path

Searched refs:nDiffY (Results 1 – 14 of 14) sorted by path

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx376 long nDiffY = rPoint.Y() - aOld.Y(); in setPosition() local
378 m_aCB_Stacked.SetPosPixel( Point( aOld.X()+nDiffX, aOld.Y()+nDiffY ) ); in setPosition()
381 m_aRB_Stack_Y.SetPosPixel( Point( aOld.X()+nDiffX, aOld.Y()+nDiffY ) ); in setPosition()
384 m_aRB_Stack_Y_Percent.SetPosPixel( Point( aOld.X()+nDiffX, aOld.Y()+nDiffY ) ); in setPosition()
387 m_aRB_Stack_Z.SetPosPixel( Point( aOld.X()+nDiffX, aOld.Y()+nDiffY ) ); in setPosition()
678 long nDiffY = rPoint.Y() - aOld.Y(); in setPosition() local
681 Point aNew( aOld.X()+nDiffX, aOld.Y()+nDiffY ); in setPosition()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx64 if ( nDiffY ) in lcl_AllignToPixel()
65 rPoint.Y() += nDiffY; in lcl_AllignToPixel()
789 if ( nDiffY < 0 ) in ShowCursor()
790 nDiffY -= nH; in ShowCursor()
792 nDiffY += nH; in ShowCursor()
801 if ( nDiffY < 0 ) in ShowCursor()
802 nDiffY -= nW; in ShowCursor()
804 nDiffY += nW; in ShowCursor()
810 if ( nDiffY ) in ShowCursor()
812 Scroll( -nDiffX, -nDiffY ); in ShowCursor()
[all …]
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx743 SCsROW nDiffY = nRow1 - (SCsROW) pSheetDesc->aSourceRange.aStart.Row(); in UpdateReference() local
748 aNewDesc.aQueryParam.nRow1 += nDiffY; //! used? in UpdateReference()
749 aNewDesc.aQueryParam.nRow2 += nDiffY; //! used? in UpdateReference()
H A Ddrwlayer.cxx1469 SCsROW nDiffY = rDestPos.Row() - (SCsROW)rSourceRange.aStart.Row(); in lcl_MoveRanges() local
1471 pRange->Move( nDiffX, nDiffY, nDiffZ ); in lcl_MoveRanges()
H A Dpostit.cxx359 long nDiffY = aCaptRect.Top() - rOldTailPos.Y(); in UpdateCaptionPos() local
360 aCaptRect.SetPos( aTailPos + Point( nDiffX, nDiffY ) ); in UpdateCaptionPos()
/trunk/main/sc/source/ui/view/
H A Dviewfun7.cxx137 long nDiffY = aPos.Y() - aSourceStart.Y(); in PasteDraw() local
145 if ( nDiffX != 0 || nDiffY != 0 ) in PasteDraw()
146 pDragEditView->MoveAllMarked(Size(nDiffX,nDiffY), sal_False); in PasteDraw()
181 if (nDiffX!=0 || nDiffY!=0) in PasteDraw()
182 pNeuObj->NbcMove(Size(nDiffX,nDiffY)); in PasteDraw()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx443 const sal_Int32 nDiffY = nY - maDragAnchor.Y; in mouseDragged() local
459 aBox.X += nDiffX; aBox.Y += nDiffY; in mouseDragged()
460 nRight += nDiffX; nBottom += nDiffY; in mouseDragged()
463 aBox.X += nDiffX; aBox.Y += nDiffY; in mouseDragged()
466 nRight += nDiffX; aBox.Y += nDiffY; in mouseDragged()
475 aBox.X += nDiffX; nBottom += nDiffY; in mouseDragged()
478 nRight += nDiffX; nBottom += nDiffY; in mouseDragged()
481 nBottom += nDiffY; in mouseDragged()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx355 long nDiffX = 0, nDiffY = 0; in IMPL_LINK() local
358 nDiffY = mpTextWindow->GetTextView()->GetStartDocPos().Y() - pCurScrollBar->GetThumbPos(); in IMPL_LINK()
362 mpTextWindow->GetTextView()->Scroll( nDiffX, nDiffY ); in IMPL_LINK()
H A Dtextview.cxx1101 long nDiffY = mpImpl->maStartDocPos.Y() - aNewStartPos.Y(); in Scroll() local
1103 if ( nDiffX || nDiffY ) in Scroll()
1112 mpImpl->mpWindow->Scroll( nDiffX, nDiffY ); in Scroll()
1114 mpImpl->mpCursor->SetPos( mpImpl->mpCursor->GetPos() + Point( nDiffX, nDiffY ) ); in Scroll()
/trunk/main/svx/source/svdraw/
H A Dimpgrfll.cxx208 const long nDiffY = aStartPoint.Y() - rOutputRect.Top(); in ImpCalcBmpFillSizes() local
220 if ( nDiffY ) in ImpCalcBmpFillSizes()
222 long nCount = nDiffY / rBmpOutputSize.Height() + 1; in ImpCalcBmpFillSizes()
/trunk/main/sw/source/core/access/
H A Dacccontext.cxx832 long nDiffY = aPoint.Y - aRect.Y; in lcl_PointInRectangle() local
835 nDiffX >= 0 && nDiffX < aRect.Width && nDiffY >= 0 && in lcl_PointInRectangle()
836 nDiffY < aRect.Height; in lcl_PointInRectangle()
H A Daccfield.cxx169 long nDiffY = aPoint.Y - aRect.Y; in lcl_PointInRectangle() local
172 nDiffX >= 0 && nDiffX < aRect.Width && nDiffY >= 0 && in lcl_PointInRectangle()
173 nDiffY < aRect.Height; in lcl_PointInRectangle()
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx439 long nDiffY = 0; in Scroll() local
466 nDiffY = aDlgRect.Bottom() - aVisArea.Top(); in Scroll()
467 aVisArea.Top() += nDiffY; in Scroll()
507 aPt.Y() -= nDiffY; in Scroll()
525 aPt.Y() -= nDiffY; in Scroll()
535 - aVisArea.Top() - aVisArea.Bottom() ) / 2 - nDiffY; in Scroll()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx3552 long nDiffY = nHeight-1; in ImplDrawWaveLine() local
3583 if ( !nDiffY ) in ImplDrawWaveLine()
3596 nCurY += nDiffY; in ImplDrawWaveLine()
3597 nFreq = nCount / (nDiffX+nDiffY); in ImplDrawWaveLine()
3600 for( i = nDiffY; i; --i ) in ImplDrawWaveLine()
3617 nFreq = nCount % (nDiffX+nDiffY); in ImplDrawWaveLine()
3620 for( i = nDiffY; i && nFreq; --i, --nFreq ) in ImplDrawWaveLine()

Completed in 119 milliseconds