Home
last modified time | relevance | path

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

123

/aoo41x/main/sc/inc/
H A Ddbcolect.hxx235 SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
H A Dcell.hxx390 SCsCOL nDx, SCsROW nDy, SCsTAB nDz,
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/vcl/inc/
H A Dprintergfx.hxx295 void PSRMoveTo (sal_Int32 nDx, sal_Int32 nDy = 0);
/aoo41x/main/sc/source/core/data/
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 Dtable2.cxx489 SCsCOL nDx, SCsROW nDy, sal_uInt16 nInsFlag, in CopyFromClip() argument
500 …aCol[i].CopyFromClip(nRow1, nRow2, nDy, nInsFlag, bAsLink, bSkipAttrForEmpty, pTable->aCol[i - nDx… in CopyFromClip()
511 CopyRowHeight(*pTable, nRow1, nRow2, -nDy); in CopyFromClip()
515 if ( pTable->pRowFlags->GetValue(j-nDy) & CR_MANUALSIZE ) in CopyFromClip()

Completed in 58 milliseconds

123