581 Commits

Author SHA1 Message Date
dd2d97ceb7 Fixed B2013-160: printing with blank page option causes various problems when procedure has continuous sections and for sections after the procedure steps section
Fixed B2014-023, null reference crash when printing some Farley procedures. Also WCN BCK formatting
2014-02-05 13:47:52 +00:00
Rich
e44f552a8d Created static Volian FlexGrid property to reduce number of FlexGrids created during printing. Utilized static property in code. 2014-01-31 20:08:05 +00:00
ba720b0adb Fixed tabs boxes on V.C. Summer Notes and Cautions 2014-01-31 19:11:15 +00:00
a5eadb3871 Fixed the logic for V.C. Summer Caution and Note (Transition Note and Transition Cautions) 2014-01-30 22:06:11 +00:00
Rich
60234adaf2 Added property ChildrenProcessed to record how many procedures are found to process
Added code to display message box when no procedures are found to be processed and terminates the processing.
Utilized ChildrenProcessed property when processing procedures
Added format changes to correct remaining Braidwood issues
Added code to resolve unit information in section transition
Modified page break logic to resolve issue with Braidwood deviation documents
Added code to resolve page number when section is a word document section
Added check to verify location was not already in list prior to adding it to list
Reduced number of instances of Volian flexgrid during printing
2014-01-30 21:00:18 +00:00
cad3c3d6ee V.C.Summer Transition Caution fix 2014-01-30 16:17:42 +00:00
fdd6323a62 Added separate bullet to Caution and Note step types to fix an underlined bullet issue
Added separate bullet to Caution and Note step types to fix an underlined bullet issue, adjusted the starting point of the center line on the first procedure step page, fixed the End string to handle longer procedure numbers
Logic to support V.C. Summer End string
Added logic to use the font assigned to the SeparateBullet format item
2014-01-29 21:06:44 +00:00
8a3c47e8d7 Removed drawing of circle for debug
remove underline style on font used to output extra blank line
Fixed V.C Summer centerline after End message at bottom of page
2014-01-28 21:30:48 +00:00
c8ee2ce6a6 Logic to support new bottom continue message location type 2014-01-25 00:36:04 +00:00
Rich
9601b2c036 Further refinements of printing Notes and Cautions within RNO column 2014-01-24 23:26:42 +00:00
Rich
1a1913bece Modified how the width of Notes and Cautions within RNO's are calculated 2014-01-24 21:26:03 +00:00
Rich
911190352a Fixed code changes used to resolve Braidwood Deviation Document printing that broke printing in other procedure sets of Braidwood, Catawba and McGuire and perhaps other places. 2014-01-24 20:29:14 +00:00
5607479e79 Fixed null reference error 2014-01-24 18:33:08 +00:00
20cedc5e34 Fixed B2014-015: xoffset of caution/note after transition caution/note was incorrect. 2014-01-24 16:44:25 +00:00
Rich
3156c8b7b9 Corrected 3 blank lines between Caution and Notes for same step
Utilized DevNoteOrCautionTabOffset property
2014-01-24 05:13:41 +00:00
Rich
a2e9b0b66a Modified where RNOIdent value is obtained when it is blank for RNO type items
Added checks to Pagination FindPageBreak method
Modified vlnParagraph constructor to handle HLStpSeparatorString and HLRNOStpSeparatorString properties of plant format
2014-01-23 04:46:19 +00:00
Rich
d3eef071e5 Only use SpaceIn format property for Cautions and Notes. 2014-01-22 20:03:20 +00:00
fda348ed5e Fixed the positioning of the background’s high level step text, caution text and note text. 2014-01-22 15:12:25 +00:00
4e445bbe20 Page Num Transition (for grids) 2014-01-22 12:06:56 +00:00
Rich
0b6204b506 Modified AdjustWidth method of vlnParagraph class 2014-01-20 04:24:05 +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
053223bea7 Logic to not print end message on single column sections 2014-01-16 22:18:29 +00:00
e9cce23bf1 Support centering of section title as defined in format files 2014-01-16 12:06:08 +00:00
Rich
581c437861 If running in Batch mode for automatic print testing, don't stop on a fatal error.
Fixed a null reference error.  If box is null don't try to update it's properties.
2014-01-13 16:05:46 +00:00
Rich
c2857b2b16 Added code to implement Box 2 format
Added code to use separate boxes for notes and use RNOWidthAdj flag
Added code to implement SETREV page element.
2014-01-08 20:14:46 +00:00
0085a023de xoffset for numbered rnos fix 2014-01-03 15:53:05 +00:00
27703fe2c7 code that adjusted the width of the Caution and Note in the RNO was re-added 2013-12-20 20:08:30 +00:00
Rich
fd8d8fb70d Fixed bottom margin for RNO Continue Message 2013-12-20 19:07:29 +00:00
48d5197b5e Added logic to adjust the width of the Caution or Note that is in the RNO column (Catawba and McGuire) 2013-12-20 16:52:17 +00:00
Rich
587e614eae Fixed ToPdf so that the RNO doesn't adjust the YPageStart in the middle of printing the AER. 2013-12-20 14:30:56 +00:00
1510f4e3e9 Fix table location in y direction if off aer substep where HLS has long RNO 2013-12-18 16:43:27 +00:00
f63b2a5347 Fixed width of Caution and Notes that are in the RNO column
Fixed the positioning of a Note that is off of a Caution
2013-12-18 00:09:56 +00:00
8b3f72d3f7 Implement ContinueOnly format flag on RNOTypes (for Catawba and McGuire) 2013-12-17 14:20:07 +00:00
Rich
768890116c Keep pagination code from going into an infinite loop.
Properly handle a Null WidthOverride.
Properly handle a note or caution on a section.
Remove returns from lists of data points.
2013-12-16 20:13:51 +00:00
6170cd205b Note box printing (separate versus same box).
Support for Metasectionnumber & title page list items
2013-12-13 15:29:54 +00:00
7a29757f87 Adjustments needed to support McGuire, Catawba, and Shearon Harris formats. 2013-12-13 04:02:32 +00:00
Rich
1dd61e449d Removed commented code.
Corrected Bottom Margin calc associated with DSS_PrintSectOnFirst
Corrected DrawRuler to support DSS_PrintSectOnFirst
2013-12-11 12:08:06 +00:00
03311ab658 Added an ‘InsertSymbol’ method for Word interface
Support for toggle of underlining for RO’s when used in Word documents
Fixed access of column mode for subsections
Improve table layout on screen (was overlaying table on text or another table)
Fixed problem where RNO text was printing past right margin. Print was using incorrect columnmode for subsection
2013-12-09 14:09:35 +00:00
69fbd162ce Fixed spacing logic for paragraph types used in Ginna’s Backgounds 2013-12-06 21:00:21 +00:00
d46f6ec495 Logic for UnderlineTerminate, Ginna Backgrounds and McGuire’s: Caution and Notes, section title print, and line spacing
Added logic for UnderlineTerminate
2013-12-06 19:52:55 +00:00
44b289fbd7 FNP: fix for xoffset for RNO's when in single column section 2013-12-05 14:18:47 +00:00
1095b60df3 FNP xoffset of RNO's off unnumbered HLS 2013-12-04 15:19:25 +00:00
f087e6b092 FNP Xoffset improvements for AER & RNO tabs & text 2013-12-04 13:02:41 +00:00
7824091484 FNP: ResetDocStyles for sections that changed the top margin; don’t print ‘.0’ in bottom continue message; fix text overwrite of RNO & following caution/note that spans x direction of page; x-offset improvements (still needs work) 2013-11-20 13:39:12 +00:00
0d46b2506f Adjust line position when printing a figure in a step editor section. 2013-11-12 22:08:22 +00:00
Rich
736608b71d Fixed typo 2013-11-12 20:14:12 +00:00
Rich
d9a10aca59 Handle Unit RO <UNIT-Number> in MS Word Documents
Comment-out a change that was made to raise the location of the "END" message.
Fixed logic to account for borders on figures.
2013-11-12 19:53:15 +00:00
83415355ae Fixed logic to account for font when building the row of asterisks above and below Cautions.
Fixed the position of the Caution when it is after a Note
2013-11-11 21:53:44 +00:00
575606318c Logic to adjust the column width when a checkoff header is selected
Format tweaks for Robinson
Format tweaks for Robinson’s Background, EOP and AOP formats
2013-11-08 19:38:33 +00:00
0a71a28480 Logic to adjust the position of the End message when the page is compressed.
Logic to properly handle whether a procedure title should be uppercased
2013-11-01 20:56:15 +00:00