Commit 60a874e7 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

селект после вставки из word в excel

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55784 954022d7-b5bf-4e40-9824-e11837661b57
parent 4d0979df
...@@ -3183,10 +3183,11 @@ ...@@ -3183,10 +3183,11 @@
var documentContentBounds = new Asc.DocumentContentBounds(); var documentContentBounds = new Asc.DocumentContentBounds();
var coverDocument = documentContentBounds.getBounds(0,0, documentContent); var coverDocument = documentContentBounds.getBounds(0,0, documentContent);
this._parseChildren(coverDocument, activeRange); this._parseChildren(coverDocument, activeRange);
//this.parseDocumentContent(documentContent, activeRange);
} }
this.aResult.fontsNew = this.fontsNew; this.aResult.fontsNew = this.fontsNew;
this.aResult.rowSpanSpCount = 0;
this.aResult.cellCount = coverDocument.width;
worksheet.setSelectionInfo('paste', this.aResult, this); worksheet.setSelectionInfo('paste', this.aResult, this);
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment