221 Commits

Author SHA1 Message Date
89c7496c57 BGE: Fix RNO tab when AER has ending parenthesis
BGE: Fix bug that left a ‘page number’ transition setting turned on for transition types that did not have this option.
BGE: Support for section continue messages (fix crash when access of null pointer), improved tabs for top continue messages in RNO column & when cautions/notes; adjust width of note/caution
2014-05-23 12:40:40 +00:00
b78eb92448 Note/Caution/Warning x-offset & width adjustments; Continue message location for ‘Purpose, Entry Conditions, Precautions’
BGE: Don’t add bullet to top continue message with tab (it prints as funny character)
BGE: Support for BottomSectionContinue flag in their ‘Purpose, Entry Conditions, Precautions’ sections.
2014-05-20 14:21:53 +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
5023c30710 widen cancel button so ‘l’ not cut-off in small DPI mode
added BtwnTextAndBottom2 for y-location of continue message
Implement BtwnTextAndBottom2
2014-05-15 12:42:45 +00:00
a95f7bb59a Replaced use of “NextItem” with “GetNextItem()” which takes into account the applicability of the next item 2014-05-14 15:04:33 +00:00
37afbace90 Added SpecialCaseWestinghouse flag
Added SpecialCaseWestinghouse flag to prevent using logic that cause the sub-section to print in the page header
2014-05-13 21:13:37 +00:00
f6bddb2b69 Fixed pagination problem with Equipment List in Bryon data. 2014-05-12 20:32:31 +00:00
b4a055327a Generate Placekeeper logic 2014-05-09 19:18:15 +00:00
c0c9c8e314 BGE: Save Change id on grid edit
BGE: Save Change id on step edit
BGE: Added user interface for modifying current change id
BGE: Added menu item for removing change ids (no supporting code yet – the actual code to remove ids needs to be developed)
BGE: If format uses ‘ChangeIds’, then use the data from the changed step config for printing the change bar data.
2014-05-07 13:43:07 +00:00
637df99460 Fixed a NULL reference issue 2014-04-29 18:07:10 +00:00
f332618227 BGE: Handle {} around ro values
BGE: Added an x-Location of end message for a section
Use x-location of end message for a section; tab format for sequential tabs at 4th level; hls tab spaces; indent in transition format 9
BGE: Use x-location of end message for a section
BGE: support for top continue messages that contain tab for continued step
resolve {Step Text} token in transition; modify code that processes transition format to use collection matches rather than search for ‘{‘
support AllUnits ro flag
support ‘{‘ and ‘}’ around ro value
top continue message with tab; location of top continue message in both AER/RNO columns for dual column; support indent in transition format during print
support two top continue messages (aer/rno) that can have different text; fix bug in splitting procedure title text if it contains hard spaces
2014-04-29 13:12:10 +00:00
7579601d79 Support PSNotOnFirst pagelist flag so that pagelist item not printed on first page of section
Adjustments for centerline y-positioning when there is a double box
Add check so that centering single item (note/caution) works for Calvert; fix pagelist Section/metasection titles usage for first metasection; adjust starting y-position if doing a doublebox; if the y location of bottom message would go below bottom margin, reset to bottom margin; do rno bottom continue message
Added Bottom continue message support for RNO column; Draw Horizontal line if no doublehls as first item on page; support pagenumbering GroupedByLevel; Support PSNotFirst pagelist flag; Don’t put out <NO TITLE> as pagelist item if formatflag is not No Title printing; process Procdescriptor for Calvert (only check 1st character of eopnum for ‘@’); handle @@ in pagelist items
2014-04-16 15:19:42 +00:00
Rich
e8fbd9d30b Print Speed-up 2014-04-10 21:39:17 +00:00
f97dc5780d Start top continue improvements (don’t put out extra R character); Level0Big support; tab alignment with parent steps and respective step widths 2014-04-04 13:16:59 +00:00
Rich
decbe11e52 MNS Pagination - Mike Weiner Case 1b to keep substeps together on one page
MNS Pagination - Mike Weiner Case 1a to keep step together with any non-sequential substeps (ANDs, EQ List)
2014-04-03 17:05:05 +00:00
Rich
ac7083febd Changed logic for ComponentList Page Breaks
If a page break in the RNO column falls within the range of an AER step, use the AER Step for the page break.
Dont break at the first substep if the first substep is an OR or Explicit AND
2014-03-31 16:39:26 +00:00
b205e6bb4d Implement NumberWithLevel flag to create correct tabs in RNO column
add NumberWithLevel format flag
Handle double spacing (flag) in Table of Contents
Draw double lined box around High Level Steps (only HLS, not substep)
Double Lined box; Caution & Notes xoffsets and widths for printing in column (not across page); NumberWithLevel support (xoffsets); Align1StLevSubWHLS (format flag support); XBlankW1stLevSub adds extra line after 1st substep
procdesr pagelist include check for dashes in procedure number
2014-03-25 12:07:45 +00:00
664d41fdb4 Fixed a Westinghouse print issue with procedure HSD-101 when the sub section numbers and titles were printing in the page header 2014-03-21 19:48:41 +00:00
Rich
6611c3d2a4 Farley had a Table that was printing on the page following the tables header. Pagination was changed to keep table headers together with their tables.
Added logic to skip the Tab Adjustments if the step is unnumbered.
2014-03-19 15:31:27 +00:00
fdeb055bde Point Beach backgrounds: Added support for continue message; don’t add posadjust to children of same type; add support for LimitWidToPageWid
Added support for ProcDescr2 pagelist item & support for ProcDescr1 = {null} (inheritance was causing it to print when it shouldn’t have)
2014-03-18 12:13:54 +00:00
0a4ed797b8 Fixed placement of ERG step number (Note) on Deviation Documents 2014-03-06 22:22:08 +00:00
622717ba1a Get data into memory for approval generation so that page number transitions resolve
Fixed B2014-025:If not master/slave, load all data into memory for page number transitions. Present dialog if there are errors in page number transitions so that user can resolve.
Added a property to determine if page number transition has incorrect page number caused by length of step’s text/wrapping & pagination
Set property to determine if page number transition has incorrect page number caused by length of step’s text/wrapping & pagination
Add tracking of inconsistent page number transitions; if pdf already open, don’t run 2nd pass for page number transitions (resulting pdf had unresolved page numbers);
2014-03-04 17:36:02 +00:00
Rich
63acad915d Changed base font to Arial 12
Added two lines (24 Points) to the Page Length
Account for RNOOnly Continue when determining page break location
Fixed logic to limit the location of the bottom Continue Message
2014-03-04 16:51:31 +00:00
e6703e88a1 Fixed the centering of tables in Prairie Island Alarms, fixed the placement of Note/Cautions off of a high level RNO, when it starts at the top of a new page, in Catawba EOPs 2014-02-26 21:48:52 +00:00
1c9e658edf Added support for Point Beach’s format flag DiffContActBox for their asterisked boxes; for 7 lpi, start at correct page location if section headers are printed but not on first step of section 2014-02-24 17:36:54 +00:00
Rich
8ef73fe7b5 Added a new Bottom Continue Message location which limits the message to the bottom margin.
Changed bottom continue message to be limited by the bottom margin.  Previously the continue message overlapped the border.
2014-02-21 12:46:09 +00:00
Rich
ddd973c83f Revert to previous 2014-02-19 21:31:39 +00:00
ec1d458dbd Temporary fix for printing table borders 2014-02-19 20:11:04 +00:00
1a18d67dc3 Added logic to handle the FloatingContinueMessage flag which puts the continue message in the left column when the step break on the AER and put it in the right column when the step breaks on the RNO. 2014-02-19 14:34:36 +00:00
Rich
bc69a84d33 Changed how Height and Width of grid is calculated
Preprocessed cell data to reduce number of calls to flexgrids
Preprocessed RTF data to reduce calls to rich text boxes
Added IsRangeStyleNull property and TextAlign property to reduce call to flexgrids
Eliminated creation of multiple flexgrids but using a static flexgrid over and over
2014-02-14 20:17:38 +00:00
bee1332737 - Add support to Caution/Note tabs for WCNBCK Pagelist items
Improve Spacing of WCN Background pagelist items tabs
2014-02-14 16:42:30 +00:00
1f74af6c0e A change to fix column widths for Robinson single column procedures with sign-offs (Update 133) affected the widths of single column text with checkoffs for Wolf Creek. This has been fixed for both RNP & WCN 2014-02-13 13:54:38 +00:00
b904c19005 Added logic to support the UnderlineAfterDashSpace flag
beefed up logic to better handle a Note/Caution off of a High Level Step and off of a High Level RNO (all on the same step)
2014-02-12 18:32:10 +00:00
d4e80da296 Don’t underline bullets for Cautions/Notes
Don’t stop underlining in middle of step if document style has ‘UndSpecialStepsFoldout’ and there is a replace word that turns off underlining
2014-02-12 15:19:26 +00:00
9b5bf56aca Fixed a null reference issue when a procedure set does not have an RO path set.
Fixed a printing issue with Catawba AP data where Notes and Cautions on high level RNOs started printing too high
2014-02-11 22:08:10 +00:00
3fff776046 WCN OFN BCK Format improvement
uncomment rofst access from previous update
2014-02-10 15:18:30 +00:00
7994cb1cf4 fixed the positioning of some checkoff lines next to substep tabs 2014-02-07 20:20:13 +00:00
Rich
e83c756161 Changed how ROFSTLookup object was obtained based on correct DocVersion 2014-02-07 17:43:53 +00:00
Rich
2369fe62dc Pagination Logic associated with steps that are too large to fit on a page but the first substep will fit on a page corrected.
Logic added to align the AER step with an RNO step that has a caution or note.
2014-02-07 15:44:20 +00:00
a5547f0165 Corrected logic to determine if an End message should print. 2014-02-05 16:32:16 +00:00
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