Searched refs:nClipStartRow (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | dpglobal.cxx | 55 …stDoc, std::list<ScDPObject> & rClipboard, SCCOL nClipStartCol, SCROW nClipStartRow, SCCOL nStartC… in ChkDPTableOverlap() argument 61 SCsROW nOffsetY = nStartRow - nClipStartRow; in ChkDPTableOverlap()
|
H A D | document.cxx | 2170 SCROW nClipStartRow = aClipRange.aStart.Row(); in CopyFromClip() local 2219 SCROW nSaveClipStartRow = nClipStartRow; in CopyFromClip() 2222 nClipStartRow = nSaveClipStartRow; in CopyFromClip() 2224 SCsROW nDy = ((SCsROW)nR1) - nClipStartRow; in CopyFromClip() 2229 nClipStartRow += nR2 - nR1 + 1; in CopyFromClip() 2234 nDx, nDy, &aCBFCP, nClipStartRow ); in CopyFromClip() 2242 if (nClipStartRow > nClipEndRow) in CopyFromClip() 2243 nClipStartRow = aClipRange.aStart.Row(); in CopyFromClip()
|
/aoo42x/main/sc/inc/ |
H A D | dpglobal.hxx | 197 …stDoc, std::list<ScDPObject> & rClipboard, SCCOL nClipStartCol, SCROW nClipStartRow, SCCOL nStartC…
|
Completed in 42 milliseconds