34 Commits

Author SHA1 Message Date
c035370bb0 Fixed bug B2016-013 where the step properties would be inactive the first time it’s opened
Bug fix B2016-014 where a change bar was set when you check the CAS checkbox or the Page Break check box
Bug Fix B2016-011 where a change bar a compressed table was too short
Bug Fix  B2015-184 where generate PDF would bomb when it tried to print a change bar related to a null step element.
2016-01-22 21:49:26 +00:00
Rich
e668a71b43 Changed the code that was presenting a message that the step had been deleted when the step had not been deleted.
Allow a transition to be modified.  The current code does not allow an existing transition to be modified unless you change the Step Number of the destintation.
Add a hardspace bewteen multiple returns.  This assures that blank lines will be printed.
2015-10-20 21:12:33 +00:00
a58add8937 B2015-103: indents (strip out rtf indent commands)
B2015-103:  indents (handle rtf indent commands)
B2015-103:  indents (set/clear ribbon button for indents)
B2015-103: setup rtf string for indents; display small identifying marks for indents
B2015-103: remove page break from ribbon; move indent; support new indent; support for table grid indent
B2015-103: Print for new indents in tables
B2015-103: Print for new indents in paragraphs
2015-08-19 12:18:39 +00:00
a038fe06e9 B2015- 076: underlining overwrites text below (occurred on compressed steps with larger font) 2015-06-22 14:42:46 +00:00
Rich
6732e6c9fc Added suffix to GetParagraphHeight to calculate the height of the Continue Message.
Added ContinueHeight property to calculate tthe height of the Section continue message.
2015-02-26 18:48:29 +00:00
Rich
ad300e777a Convert Hard hyphens to soft hyphens so that the PDF can be searched for hyphens.
Use the ISplitCharacter Interface to treat soft hyphens as non-breaking hyphens (only word wrap on spaces)
2015-02-09 16:07:12 +00:00
Rich
8df668c5e2 Added Profile debug
Changed NextItem property to use GetNextItem method when printing
Changed RegisterFont to improve print performance
2015-01-19 20:58:05 +00:00
1b0079388e Implement code for DontResetIndentOnNewline for BGE 2015-01-16 15:02:06 +00:00
Rich
f7e805a745 Added Page Count to Status
Fixed Hanging Indent logic for vlnParagraphs
2014-10-08 20:14:27 +00:00
Rich
aa6050a955 Changed Rtf to virtual so that vlnParagraph could override the derived property 2014-09-05 14:30:41 +00:00
86cac2ae13 BGE: Fix pagination when a phone list exists
BGE: Auto Table Of Contents, multi-line title leader dots
BGE: Auto ToC, save section title length for printing of leader dots on last line of title
BGE: Fix location of bottom continue message when phone list exists
BGE: Auto ToC, save section title length for printing of leader dots on multi-line of title
2014-05-19 13:16:45 +00:00
Rich
7e67e619e8 Changed pagination logic for Cautions and Notes on substeps
Removed code to remove last character when printing in compare mode.  This was originally done because of differences with the way 16 Bit VE-PROMS did word wrapping to aid in comparision printing.
2014-02-06 18:38:26 +00:00
Rich
750c8df895 Revised code to assure setpoint ro's were underlined and non-setpoint ro's were not underlined during printing
Revised code to assure ro's in grids are not colored red during printing
Added code to override Height property of vlnPrintObject class in vlnBox class
Added code to utilize BoxLeftAdj property
Removed blank lines and previous debug code
Added code to assure spaces between note and caution boxes are added when separate box format flag is used
Added code to implement %c token in continue message of Byron/Braidwood formats
Added code to utilize BoxLeftAdj property
Added code to correct underline termination issue involving reference objects and transitions
Changed Height property to virtual to allow overriding in inherited classes
2014-01-17 16:12:20 +00:00
1aa10bf9cd Fixed issue where the Note tab was not always being underlined 2014-01-09 14:15:41 +00:00
Rich
48960152ac Set PDF fonts to be embedded. 2013-10-04 20:30:14 +00:00
e0b20d8ab1 Logic for Comanche Peak’s Step Designator and boxed Cautions and Notes
Supporting logic for used by the redefined “WidthOverride”
Added support the “{UNITNUMBER}” pagelist token
2013-10-02 22:15:04 +00:00
6eb479b8fa B2012-368 fixed problem to newly entered not being saved when checkoff type is changed
B2012-357  fixed problem of not being able to insert a new substep if you first deleted an equipment list substep
B2012-367  Fixed problem of Note type that uses the Indent token not printing the note
2012-12-13 22:57:50 +00:00
e648a50e9b 2012-11-08 17:10:04 +00:00
Rich
a3fcf2a0bb Added TotalPages count to DebugPagination
Added logic to close output file on Dispose
Output TotalPages count when closed
Added Manual Page Break output to DebugPagination.txt
Added preliminary pagination logic for KeepStepsOnPages
Fixed Pagination Logic for HLP EOPs and WCN EMGs
Update TotalPages on completing print of procedure
Added YTop to Debug Output on Paragraphs
Added preliminary logic for KeepStepsOnPage
Correct logic for word-wrap issue
2012-09-17 19:16:27 +00:00
Rich
dbdb1d6f7d Remove unused parameter from PromsPrinter constructor
Set the offset of the BackGround (Overlay) depending on the source of the background.  If the background source is 32 Bit set the offset to zero.
Add DebugPagination output for blank pages
Add DebugPagination output for MSWord Sections
Add DbeugPagination output for Foldout pages
Only adjust wordwrap if background is not 32Bit output
Added Back32BitPROMS boolean property to determine if the background is 32 Bit output
2012-07-25 21:46:29 +00:00
86277422a5 Added WrapSameAsEdit check to the RemoveLastCharacter() logic for debug/16-bit compare printing. Also added a check in RemoveLastCharacter() so that if there was only one character in the line of text, to NOT remove it (was removing hard-return characters) 2012-06-12 15:22:25 +00:00
Rich
58cb0f1c77 Added a fix not to check for font if the paragraph is not a step. 2012-05-29 10:54:03 +00:00
Rich
604c39a5c0 Added Headings to clipboard for PROMS QA process
Limit Word-Wrap fix to paragraphs that have Prestige Elite Tall font
2012-05-29 10:42:33 +00:00
Rich
3b54c091c9 Added logic to eliminate WordWrap differences that occur due to 16-Bit issues where the last line in a paragraph wraps at one character wider than the rest of the paragraph. For 32-bit this is only done when printing in Debug mode.
Add PromsPrinter to constructor for VlnPageHelper
2012-05-10 15:45:34 +00:00
b4d5b3f70a 2012-04-11 10:42:57 +00:00
a5e638833e 2012-01-27 12:48:17 +00:00
7e05b609f2 2011-05-19 13:38:10 +00:00
f1074ce770 2011-04-06 14:28:12 +00:00
38dbd7a31a 2010-08-10 11:04:42 +00:00
9140d46c1d 2010-06-23 12:50:45 +00:00
7b018d1abb 2010-06-16 14:12:14 +00:00
d465521f2c 2010-06-08 11:57:22 +00:00
Rich
b00005780b - Fixed Header for EquipmentWBlank
- Aligned Tables properly
- Skip Section Title
- Calculated Table Width
- Fixed ChangeBar logic
- Added Text and Debug layers
- Adedd debug output to PDF
- Changed Paginate logic
- Adedd debug output to PDF
- Move GetParagraphHeight
- Added GetTableWidth
- Added ChangeBar Properties
- Added Debug and Text layers
Removed fixed override color for SVG
Removed simple PageBreak
2010-05-25 16:15:26 +00:00
Rich
6f21da7573 2010-05-19 15:01:06 +00:00