Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx1026 SCCOL nDestSizeX; in PasteFromClip() local
1028 pClipDoc->GetClipArea( nDestSizeX, nDestSizeY, bIncludeFiltered ); in PasteFromClip()
1051 nEndCol = nStartCol + nDestSizeX; in PasteFromClip()
1111 if ( ( nBlockAddX != 0 && nBlockAddX < nDestSizeX ) || in PasteFromClip()
1125 if (nBlockAddX > nDestSizeX) in PasteFromClip()
1126 nMarkAddX = nBlockAddX - nDestSizeX; // fuer Merge-Test in PasteFromClip()
1129 nEndCol = nStartCol + nDestSizeX; in PasteFromClip()
1180 nEndCol = nStartCol + nDestSizeX; in PasteFromClip()

Completed in 17 milliseconds