Commit d7f8505d authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54790 954022d7-b5bf-4e40-9824-e11837661b57
parent 5418820b
......@@ -408,3 +408,12 @@ window.native.Call_CalculateResume = function()
{
Document_Recalculate_Page();
};
window.native.Call_TurnOffRecalculate = function()
{
_api.WordControl.m_oLogicDocument.TurnOffRecalc = true;
};
window.native.Call_TurnOnRecalculate = function()
{
_api.WordControl.m_oLogicDocument.TurnOffRecalc = false;
};
\ No newline at end of file
......@@ -1722,7 +1722,8 @@ CDocument.prototype =
{
if (window["native"]["WC_CheckSuspendRecalculate"]())
{
return;
if ( _PageIndex > this.FullRecalc.StartPage + 2 )
return;
}
}
......
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