Home
last modified time | relevance | path

Searched refs:nDy (Results 26 – 50 of 57) sorted by relevance

123

/aoo41x/main/sc/source/core/data/
H A Ddrwlayer.cxx469 SCsCOL nDx,SCsROW nDy, bool bUpdateNoteCaptionPos ) in MoveCells() argument
491 pData->maStart.IncRow( nDy ); in MoveCells()
497 pData->maEnd.IncRow( nDy ); in MoveCells()
1034 SCsCOL nDx,SCsROW nDy, sal_Bool bInsDel, bool bUpdateNoteCaptionPos ) in MoveArea() argument
1057 if (nDy > 0) in MoveArea()
1058 aMove.Y() += pDoc->GetRowHeight( nRow1, nRow1+nDy-1, nTab); in MoveArea()
1060 aMove.Y() -= pDoc->GetRowHeight( nRow1+nDy, nRow1-1, nTab); in MoveArea()
1083 MoveCells( nTab, nCol1,nRow1, nCol2,nRow2, nDx,nDy, bUpdateNoteCaptionPos ); in MoveArea()
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()
1993 nDx, nDy, nDz, pCBFCP->pRefUndoDoc, sal_False ); in CopyBlockFromClip()
1999 nDx, nDy, nDz, pCBFCP->pRefUndoDoc, sal_False ); in CopyBlockFromClip()
2222 SCsROW nDy = ((SCsROW)nR1) - nClipStartRow; in CopyFromClip() local
2226 nDy, &aCBFCP ); in CopyFromClip()
2232 nDx, nDy, &aCBFCP, nClipStartRow ); in CopyFromClip()
2362 SCsROW nDy = static_cast<SCsROW>(nBegRow - p->aStart.Row()); in CopyMultiRangeFromClip() local
2370 CopyBlockFromClip(nCol1, nBegRow, nCol2, nEndRow, rMark, nDx, nDy, &aCBFCP); in CopyMultiRangeFromClip()
[all …]
H A Ddpobject.cxx703 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
717 rRange.aEnd.Col(), rRange.aEnd.Row(), rRange.aEnd.Tab(), nDx, nDy, nDz, in UpdateReference()
735 rRange.aEnd.Col(), rRange.aEnd.Row(), rRange.aEnd.Tab(), nDx, nDy, nDz, in UpdateReference()
2431 const ScRange& r, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateReference() argument
2434 ((ScDPObject*)At(i))->UpdateReference( eUpdateRefMode, r, nDx, nDy, nDz ); in UpdateReference()
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()
H A Ddocumen5.cxx508 SCsCOL nDx, SCsROW nDy, SCsTAB nDz ) in UpdateChartRef() argument
533 nDx,nDy,nDz, in UpdateChartRef()
H A Dcolumn.cxx1612 SCCOL nCol2, SCROW nRow2, SCTAB nTab2, SCsCOL nDx, SCsROW nDy, SCsTAB nDz, in UpdateReference() argument
1626 pCell->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz, pUndoDoc ); in UpdateReference()
1647 … ((ScFormulaCell*)pCell)->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz, pUndoDoc ); in UpdateReference()
1665 …((ScFormulaCell*)pCell)->UpdateReference( eUpdateRefMode, aRange, nDx, nDy, nDz, pUndoDoc, &aUndoP… in UpdateReference()
/aoo41x/main/sc/source/core/tool/
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 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 Dhints.cxx65 nDy( nY ), in ScUpdateRefHint()
/aoo41x/main/sc/source/core/inc/
H A Dbcaslot.hxx187 SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
264 SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
/aoo41x/main/sc/inc/
H A Drangenam.hxx135 SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
217 SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
H A Ddrwlayer.hxx110 SCsCOL nDx,SCsROW nDy, bool bUpdateNoteCaptionPos );
170 SCsCOL nDx,SCsROW nDy, sal_Bool bInsDel, bool bUpdateNoteCaptionPos = true );
H A Dattarray.hxx160 void CopyAreaSafe( SCROW nStartRow, SCROW nEndRow, long nDy, ScAttrArray& rAttrArray );
185 void CopyArea( SCROW nStartRow, SCROW nEndRow, long nDy, ScAttrArray& rAttrArray,
H A Ddpobject.hxx220 const ScRange& r, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
278 const ScRange& r, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
H A Dcolumn.hxx190 void CopyFromClip(SCROW nRow1, SCROW nRow2, long nDy,
284 SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
H A Ddocument.hxx753 SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
1082 const ScMarkData& rMark, SCsCOL nDx, SCsROW nDy,
1085 const ScMarkData& rMark, SCsCOL nDx, SCsROW nDy,
1172 SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
1690 SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
1898 const ScRange& r, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
H A Ddetdata.hxx91 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
H A Dtable.hxx376 void CopyFromClip(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, SCsCOL nDx, SCsROW nDy,
477 SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
482 SCsCOL nDx, SCsROW nDy, SCsTAB nDz, bool bUpdateNoteCaptionPos = true );
H A Dvalidat.hxx198 const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx3217 SCsROW nDy = 0; in DropScroll() local
3231 nDy = -1; in DropScroll()
3234 nDy = 1; in DropScroll()
3237 if ( nDx != 0 || nDy != 0 ) in DropScroll()
3244 if ( nDy != 0 ) in DropScroll()
4837 SCsROW nDy = 0; in RFMouseMove() local
4839 if ( aPos.Y() < 0 ) nDy = -1; in RFMouseMove()
4844 nDy = 1; in RFMouseMove()
4845 if ( nDx != 0 || nDy != 0 ) in RFMouseMove()
4848 if ( nDy != 0 ) pViewData->GetView()->ScrollY( nDy, WhichV(eWhich) ); in RFMouseMove()
[all …]
/aoo41x/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()
/aoo41x/main/svtools/source/contnr/
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()
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()
/aoo41x/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.hxx104 void InsertColRow(const ScRange& rRange, const SCsCOL nDx, const SCsROW nDy,

Completed in 238 milliseconds

123