Home
last modified time | relevance | path

Searched refs:nClipStartRow (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Ddpglobal.cxx55 …stDoc, std::list<ScDPObject> & rClipboard, SCCOL nClipStartCol, SCROW nClipStartRow, SCCOL nStartC… in ChkDPTableOverlap() argument
61 SCsROW nOffsetY = nStartRow - nClipStartRow; in ChkDPTableOverlap()
H A Ddocument.cxx2168 SCROW nClipStartRow = aClipRange.aStart.Row(); in CopyFromClip() local
2217 SCROW nSaveClipStartRow = nClipStartRow; in CopyFromClip()
2220 nClipStartRow = nSaveClipStartRow; in CopyFromClip()
2222 SCsROW nDy = ((SCsROW)nR1) - nClipStartRow; in CopyFromClip()
2227 nClipStartRow += nR2 - nR1 + 1; in CopyFromClip()
2232 nDx, nDy, &aCBFCP, nClipStartRow ); in CopyFromClip()
2240 if (nClipStartRow > nClipEndRow) in CopyFromClip()
2241 nClipStartRow = aClipRange.aStart.Row(); in CopyFromClip()
/aoo4110/main/sc/inc/
H A Ddpglobal.hxx197 …stDoc, std::list<ScDPObject> & rClipboard, SCCOL nClipStartCol, SCROW nClipStartRow, SCCOL nStartC…

Completed in 43 milliseconds