Searched refs:nDestSizeX (Results 1 – 1 of 1) sorted by relevance
1026 SCCOL nDestSizeX; in PasteFromClip() local1028 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 53 milliseconds