/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterPaneBorderManager.cxx | 443 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()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit.cxx | 64 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 …]
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfun7.cxx | 137 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()
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | tp_ChartType.cxx | 376 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()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | impgrfll.cxx | 209 const long nDiffY = aStartPoint.Y() - rOutputRect.Top(); in ImpCalcBmpFillSizes() local 221 if ( nDiffY ) in ImpCalcBmpFillSizes() 223 long nCount = nDiffY / rBmpOutputSize.Height() + 1; in ImpCalcBmpFillSizes()
|
/aoo4110/main/sw/source/core/access/ |
H A D | accfield.cxx | 169 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()
|
H A D | acccontext.cxx | 832 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()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 439 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()
|
/aoo4110/main/svtools/source/edit/ |
H A D | svmedit.cxx | 355 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 D | textview.cxx | 1097 long nDiffY = mpImpl->maStartDocPos.Y() - aNewStartPos.Y(); in Scroll() local 1099 if ( nDiffX || nDiffY ) in Scroll() 1108 mpImpl->mpWindow->Scroll( nDiffX, nDiffY ); in Scroll() 1110 mpImpl->mpCursor->SetPos( mpImpl->mpCursor->GetPos() + Point( nDiffX, nDiffY ) ); in Scroll()
|
/aoo4110/main/sc/source/core/data/ |
H A D | postit.cxx | 359 long nDiffY = aCaptRect.Top() - rOldTailPos.Y(); in UpdateCaptionPos() local 360 aCaptRect.SetPos( aTailPos + Point( nDiffX, nDiffY ) ); in UpdateCaptionPos()
|
H A D | dpobject.cxx | 743 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 D | drwlayer.cxx | 1469 SCsROW nDiffY = rDestPos.Row() - (SCsROW)rSourceRange.aStart.Row(); in lcl_MoveRanges() local 1471 pRange->Move( nDiffX, nDiffY, nDiffZ ); in lcl_MoveRanges()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 3552 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()
|