Commit 6db52fdc authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

+ к предыдущей заливке

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59437 954022d7-b5bf-4e40-9824-e11837661b57
parent 9022d6d7
...@@ -2371,9 +2371,9 @@ ...@@ -2371,9 +2371,9 @@
result = true; result = true;
} }
//если выделенная область находится до а/ф //если выделенная область находится до а/ф
if(activeCells.c2 < tableRange.c1 && activeCells.r1 <= tableRange.r1 && activeCells.r2 >= tableRange.r2 /*&& (DeleteCellsAndShiftLeft || InsertCellsAndShiftRight)*/) if(activeCells.c2 < tableRange.c1 && activeCells.r1 <= tableRange.r1 && activeCells.r2 >= tableRange.r2 && (DeleteCellsAndShiftLeft || InsertCellsAndShiftRight))
result = true; result = true;
else if(activeCells.r2 < tableRange.r1 && activeCells.c1 <= tableRange.c1 && activeCells.c2 >= tableRange.c2 /*&& (InsertCellsAndShiftDown || DeleteCellsAndShiftTop)*/) else if(activeCells.r2 < tableRange.r1 && activeCells.c1 <= tableRange.c1 && activeCells.c2 >= tableRange.c2 && (InsertCellsAndShiftDown || DeleteCellsAndShiftTop))
result = true; result = true;
} }
......
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