Home
last modified time | relevance | path

Searched refs:nDy (Results 1 – 25 of 57) sorted by last modified time

123

/trunk/main/sc/source/core/data/
H A Ddocument.cxx1929 SCsCOL nDx, SCsROW nDy, in CopyBlockFromClip() argument
1941 pTab[i]->CopyFromClip( nCol1, nRow1, nCol2, nRow2, nDx, nDy, in CopyBlockFromClip()
1958 nCol1-nDx, nRow1-nDy, nCol2-nDx, nRow2-nDy, nClipTab ); in CopyBlockFromClip()
1995 nDx, nDy, nDz, pCBFCP->pRefUndoDoc, sal_False ); in CopyBlockFromClip()
2001 nDx, nDy, nDz, pCBFCP->pRefUndoDoc, sal_False ); in CopyBlockFromClip()
2224 SCsROW nDy = ((SCsROW)nR1) - nClipStartRow; in CopyFromClip() local
2228 nDy, &aCBFCP ); in CopyFromClip()
2234 nDx, nDy, &aCBFCP, nClipStartRow ); in CopyFromClip()
2364 SCsROW nDy = static_cast<SCsROW>(nBegRow - p->aStart.Row()); in CopyMultiRangeFromClip() local
2372 CopyBlockFromClip(nCol1, nBegRow, nCol2, nEndRow, rMark, nDx, nDy, &aCBFCP); in CopyMultiRangeFromClip()
[all …]
H A Ddocumen8.cxx1373 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateRefAreaLinks() argument
1399 rRange.aEnd.Col(), rRange.aEnd.Row(), rRange.aEnd.Tab(), nDx, nDy, nDz, in UpdateRefAreaLinks()
H A Dvalidat.cxx961 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
965 (*this)[i]->UpdateReference( eUpdateRefMode, rRange, nDx, nDy, nDz); in UpdateReference()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3232 SCsROW nDy = 0; in DropScroll() local
3246 nDy = -1; in DropScroll()
3249 nDy = 1; in DropScroll()
3252 if ( nDx != 0 || nDy != 0 ) in DropScroll()
3259 if ( nDy != 0 ) in DropScroll()
4852 SCsROW nDy = 0; in RFMouseMove() local
4854 if ( aPos.Y() < 0 ) nDy = -1; in RFMouseMove()
4859 nDy = 1; in RFMouseMove()
4860 if ( nDx != 0 || nDy != 0 ) in RFMouseMove()
4863 if ( nDy != 0 ) pViewData->GetView()->ScrollY( nDy, WhichV(eWhich) ); in RFMouseMove()
[all …]
H A Dgridwin2.cxx271 SCsROW nDy = 0; in DPTestMouse() local
275 nDy = -1; in DPTestMouse()
280 nDy = 1; in DPTestMouse()
281 if ( nDx != 0 || nDy != 0 ) in DPTestMouse()
287 if ( nDy != 0 ) in DPTestMouse()
806 SCsROW nDy = 0; in PagebreakMove() local
808 if ( aPos.Y() < 0 ) nDy = -1; in PagebreakMove()
813 nDy = 1; in PagebreakMove()
814 if ( nDx != 0 || nDy != 0 ) in PagebreakMove()
825 if ( nDy != 0 ) pViewData->GetView()->ScrollY( nDy, WhichV(eWhich) ); in PagebreakMove()
[all …]
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx2840 long nDy; in MakeVisible() local
2844 nDy = aVirtRect.Top() - aOutputArea.Top(); in MakeVisible()
2849 nDy = aVirtRect.Bottom() - aOutputArea.Bottom(); in MakeVisible()
2852 nDy = 0; in MakeVisible()
2869 aOrigin.Y() += nDy; in MakeVisible()
2895 pView->Control::Scroll( -nDx, -nDy, aOutputArea, in MakeVisible()
H A Dsvimpicn.cxx2915 long nDy; in MakeVisible() local
2919 nDy = aRect.Top() - aOutputArea.Top(); in MakeVisible()
2924 nDy = aRect.Bottom() - aOutputArea.Bottom(); in MakeVisible()
2927 nDy = 0; in MakeVisible()
2944 aOrigin.Y() += nDy; in MakeVisible()
2956 pView->Control::Scroll( -nDx, -nDy, aOutputArea, sal_True ); in MakeVisible()
/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx1119 short nDy = 0; in DropScroll() local
1140 nDy = -1; in DropScroll()
1145 nDy = 1; in DropScroll()
1149 if ( (nDx || nDy) && (rMousePos.X()!=0 || rMousePos.Y()!=0 ) ) in DropScroll()
1152 mpViewShell->ScrollLines(nDx, nDy); in DropScroll()
/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx910 PrinterGfx::PSRMoveTo (sal_Int32 nDx, sal_Int32 nDy) in PSRMoveTo() argument
912 Point aPoint(nDx, nDy); in PSRMoveTo()
/trunk/main/vcl/inc/
H A Dprintergfx.hxx295 void PSRMoveTo (sal_Int32 nDx, sal_Int32 nDy = 0);
/trunk/main/tools/source/generic/
H A Dpoly.cxx1327 const long nDy = rPnt.Y() - nYRef; in SlantX() local
1329 rPnt.X() += (long)( fSin * nDy ); in SlantX()
1330 rPnt.Y() = nYRef + (long)( fCos * nDy ); in SlantX()
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1328 long nDy = rPnt.Y() - nYRef; in SlantX() local
1329 rPnt.X() += (long)(fSin * nDy); in SlantX()
1330 rPnt.Y() = nYRef + (long)(fCos * nDy); in SlantX()
/trunk/main/svx/source/sidebar/possize/
H A DSidebarDialControlBmp.cxx61 const sal_Int32 nDy (-fSin * (maRect.GetHeight()-4) / 2); in DrawElements() local
63 Point pt2( pt1.X() + nDx, pt1.Y() + nDy); in DrawElements()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsScrollBarManager.cxx540 int nDy = 0; in CalcAutoScrollOffset() local
573 nDy = -1 + (int)(mnVerticalScrollFactor in CalcAutoScrollOffset()
580 nDy = 1 + (int)(mnVerticalScrollFactor in CalcAutoScrollOffset()
586 maAutoScrollOffset = Size(nDx,nDy); in CalcAutoScrollOffset()
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx219 void ScMyStyleRanges::InsertColRow(const ScRange& rRange, const SCsCOL nDx, const SCsROW nDy, in InsertColRow() argument
224 pNumberList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
226 pTextList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
228 pTimeList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
230 pDateTimeList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
232 pPercentList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
234 pLogicalList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
236 pUndefinedList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
243 aItr->xRanges->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow()
H A DXMLStylesImportHelper.hxx104 void InsertColRow(const ScRange& rRange, const SCsCOL nDx, const SCsROW nDy,
/trunk/main/sc/source/core/tool/
H A Drefupdat.cxx264 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in Update() argument
316 Expand( theRow1, theRow2, nRow1, nDy ); in Update()
354 if ( nDy ) in Update()
573 if( nDy && in Update()
582 rRef.Ref2.nRow, nRow1, nDy )); in Update()
589 nRow1, nRow2, nDy, MAXROW ) ) in Update()
595 rRef.Ref1.nRow <= nRow1 + nDy ) in Update()
598 rRef.Ref2.nRow <= nRow1 + nDy ) in Update()
677 && rRef.Ref1.nRow >= nRow1-nDy in Update()
680 && rRef.Ref2.nRow <= nRow2-nDy in Update()
[all …]
H A Drangelst.cxx235 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
258 nDx, nDy, nDz, in UpdateReference()
482 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
508 nDx, nDy, nDz, in UpdateReference()
H A Drangenam.cxx260 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
271 nDx, nDy, nDz, in UpdateReference()
843 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
847 nDx, nDy, nDz); in UpdateReference()
H A Dcompiler.cxx4196 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in UpdateReference() argument
4213 ScAddress aNewRef( rRef.nCol + nDx, rRef.nRow + nDy, rRef.nTab + nDz ); in UpdateReference()
4217 r, nDx, nDy, nDz, in UpdateReference()
4311 aPos, r, nDx, nDy, nDz, in UpdateReference()
4325 aPos, r, nDx, nDy, nDz, in UpdateReference()
4372 r, nDx, nDy, nDz, aMod.Ref() ) in UpdateReference()
4401 r, nDx, nDy, nDz, rRef ) in UpdateReference()
4446 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in UpdateNameReference() argument
4482 nDx, nDy, nDz, rRef, ScRefUpdate::ABSOLUTE) in UpdateNameReference()
4493 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateSharedFormulaReference() argument
[all …]
H A Ddetdata.cxx68 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
84 rRange.aEnd.Col(), rRange.aEnd.Row(), rRange.aEnd.Tab(), nDx, nDy, nDz, in UpdateReference()
H A Dhints.cxx65 nDy( nY ), in ScUpdateRefHint()
H A Ddbcolect.cxx821 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
835 nCol1,nRow1,nTab1, nCol2,nRow2,nTab2, nDx,nDy,nDz, in UpdateReference()
845 nCol1,nRow1,nTab1, nCol2,nRow2,nTab2, nDx,nDy,nDz, in UpdateReference()
H A Dchgtrack.cxx907 nDy( nDyP ) in ScChangeActionDel()
946 nDy( 0 ) in ScChangeActionDel()
1977 if ( nDy ) in PutValueToDoc()
1978 aPos.IncRow( nDy ); in PutValueToDoc()
2100 if ( nDy > 0 ) in UpdateReference()
2102 else if ( nDy < 0 ) in UpdateReference()
2118 if ( nDy ) in UpdateReference()
2136 if ( nDy ) in UpdateReference()
2658 if ( nDy ) in AppendOneDeleteRange()
3476 nDx = nDy = nDz = 0; in UpdateReference()
[all …]
/trunk/main/sc/source/core/inc/
H A Drefupdat.hxx56 SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
62 sal_Int32 nDx, sal_Int32 nDy, sal_Int32 nDz,
69 SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
74 SCsCOL nDx, SCsROW nDy, SCsTAB nDz,

Completed in 329 milliseconds

123