Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2291 SCCOL nOldEndCol = nEndCol; in MoveBlock() local
2296 SCCOL nTmpEndCol = nOldEndCol; in MoveBlock()
2304 SCCOL nDestEndCol = nDestCol + ( nOldEndCol-nStartCol ); in MoveBlock()
2408 pDoc->DeleteAreaTab( nStartCol,nStartRow, nOldEndCol,nOldEndRow, nTab, IDF_ALL ); in MoveBlock()
2411 pDoc->DeleteObjectsInArea( nStartCol,nStartRow, nOldEndCol,nOldEndRow, aDelMark ); in MoveBlock()
2494 nOldEndCol, nOldEndRow, nEndTab ), in MoveBlock()
/AOO42X/main/sc/source/ui/view/
H A Dprintfun.cxx673 SCCOL nOldEndCol = nEndCol; // nur wichtig bei !bNew in AdjustPrintArea() local
747 if (!bChangeCol) nEndCol = nOldEndCol; in AdjustPrintArea()
/AOO42X/main/sc/source/core/data/
H A Ddocument.cxx4677 SCCOL nOldEndCol = rEndCol; in ExtendMergeSel() local
4683 SCCOL nThisEndCol = nOldEndCol; in ExtendMergeSel()