C2024-017 Removed old (not implemented) format variables and settings from the format files and removed incomplete references to them in the C# code. Also added descriptions of the used format variables in the C# code that hooks the XML format files to the PROMS C# logic.
This commit is contained in:
@@ -3179,7 +3179,7 @@ namespace Volian.Print.Library
|
||||
// C2021-024: WCN1 if bullet exists in combined tab, stop right before bullet.
|
||||
// B2021-085 & 087: crash if noBullet was null. Also, if null, see if text in parent. if no text, replace the
|
||||
// "%s." with noBullet (null) which won't put out just a '.' as step number.
|
||||
if (MyItemInfo.MyDocStyle.Continue.Top.RemoveBullet)
|
||||
if (MyItemInfo.MyDocStyle.Continue.Bottom.RemoveBullet)
|
||||
{
|
||||
if (tmp == null && MyItemInfo.IsCautionOrNotePart) tmp = MyItemInfo.MyParent.CombinedTab;
|
||||
if (tmp != null)
|
||||
@@ -7047,19 +7047,6 @@ namespace Volian.Print.Library
|
||||
if (formatInfo.PlantFormat.FormatData.ProcData.CheckOffData.CheckOffHeaderInPagelist) return true;
|
||||
return false;
|
||||
}
|
||||
// Currently not used.
|
||||
//
|
||||
//private bool UseCheckOffsDocStyle(int oldToNew, FormatInfo formatInfo)
|
||||
//{
|
||||
// int bit, retval=0;
|
||||
// int mask=1;
|
||||
|
||||
// for(bit=0; bit < 32; bit++){
|
||||
// if ((oldToNew & mask) != 0 && ((int)formatInfo.PlantFormat.FormatData.ProcData.CheckOffData.UseCheckOffsIn & mask) !=0) retval = 1;
|
||||
// mask <<= 1;
|
||||
// }
|
||||
// return retval > 0;
|
||||
//}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user