Commit 2b925370 authored by Igor.Zotov's avatar Igor.Zotov

http://bugzserver/show_bug.cgi?id=29994 - Вставка столбцов форматированной...

http://bugzserver/show_bug.cgi?id=29994 - Вставка столбцов форматированной таблицы вместо ее сдвига при применении Shift Cells Right

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64016 954022d7-b5bf-4e40-9824-e11837661b57
parent ad7d366d
...@@ -1294,7 +1294,7 @@ var maxIndividualValues = 10000; ...@@ -1294,7 +1294,7 @@ var maxIndividualValues = 10000;
oldFilter = filter.clone(null); oldFilter = filter.clone(null);
filter.moveRef(diff); filter.moveRef(diff);
} }
else if(activeRange.c1 < ref.c1 && activeRange.c2 >= ref.c1)//parts of until filter else if(activeRange.c1 <= ref.c1 && activeRange.c2 >= ref.c1)//parts of until filter
{ {
oldFilter = filter.clone(null); oldFilter = filter.clone(null);
......
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