364 Commits

Author SHA1 Message Date
3e403455ec Change ‘Count’ to ‘MaxIndex’ for ‘vlnIndexedFormatList’ 2015-07-20 14:33:06 +00:00
cc62e2fd59 Fix B2015-096: Overlapping AER/RNO tables found in Farley printouts 2015-07-14 14:44:00 +00:00
Rich
4f4513ffe5 Added CenterToStepThenPage format flag which smothly transitions the left margin of a table as the table width increases from the high-level step width to the page width. 2015-07-13 15:49:08 +00:00
00ddf14538 Improve pagination between complicated AER/RNO steps 2015-07-10 15:37:03 +00:00
d398387142 Fixed Step Designator issues with the Top Continue Message for Comanche Peak 2015-07-08 13:05:25 +00:00
c98ea48e74 C2015-012: (Comanche Peak) Include asterisk and step designator in Top Continue Message for Continuous Action Steps. 2015-06-23 13:07:57 +00:00
a038fe06e9 B2015- 076: underlining overwrites text below (occurred on compressed steps with larger font) 2015-06-22 14:42:46 +00:00
3aef30629c B2015-083: For WCNTRN, the Responsibility data was not wrapping correctly in some cases. This was fixed. 2015-06-18 13:15:36 +00:00
3045682ed7 B2015-083: For WCNTRN, the Responsibility data was not wrapping correctly in some cases. This was fixed. 2015-06-17 13:59:12 +00:00
Rich
8546a09674 Added PDF SaveLink parameter to methods
Added PDF SaveLink Logic
2015-06-17 11:32:13 +00:00
Rich
c6530cd78f When a break occurs in the middle of an RNO and AER Sequence start the next page at the highest remaining content including any separators like "OR" or "AND". 2015-06-05 17:20:31 +00:00
fe8fc4ceec WCNTRN: Use maxlen for wrapping of responsibility text 2015-06-05 16:06:55 +00:00
Rich
577f35faa3 Don't use TableCenterPos for AER or RNO Tables 2015-06-05 15:46:53 +00:00
ea525e2b0b WCNTRN :Implement printing of items for Wolf Creek Training format 2015-06-04 14:54:55 +00:00
dd6d76dff7 Fix page number transition if on first page 2015-06-04 11:25:58 +00:00
21407f336a Added format variables for Wolf Creek Training format
Save the Y position for the placement of a line after the section title.  Also adjust the width of the section title with respect to the section number. All for the Wolf Creek Training format
Print a horizontal line after the section header (number and title) for the Wolf Creek Training format
2015-06-02 21:40:45 +00:00
06ba7bf825 Improved accounting for bottom continue messages for pagination
Bottom Message (below text) fix and pagination improvements
Include RNO separator in ‘BottomContent’ calculation
Reset ‘BottomContent’ for each page & added ruler for bottom of page
2015-06-02 15:09:57 +00:00
Rich
65bfcdb9b8 Adjust the XOffset for a table before determining if the table will overlap the RNO column. 2015-05-29 23:08:10 +00:00
Rich
bb037ba06d Fixed logic for Shrinking Tables where the Bottom message needs to be adjusted. 2015-05-28 13:39:15 +00:00
Rich
37e2227919 Table shrinking support 2015-05-27 18:48:14 +00:00
06944c6503 Initial Wolf Creek Training Format
Initial Wolf Creek Training macros
Added WCNTraining flag
Use WCNTraining flag to always paginate on subsection
Don’t do docstyle reset if in WCNTraining format
Do centerline if in WCNTraining format
2015-05-26 13:59:39 +00:00
61507043d4 Allow for multi-line step designators 2015-05-21 17:59:53 +00:00
1630834fb6 Added flag for DropCheckOff for specific checkoff/sign-off
Folder/DocVersion Specific Info in Pagelist items
2015-05-14 14:42:40 +00:00
ae47368d34 Added logic to not extend the change bar on different types of Notes and Cautions if using the LimitCautionNoteWidthToHLS
Logic to adjust the Note/Caution width when off of a substep and when using the LimitCautionNoteWidthToHLS format flag. Logic to adjust the Yoffset of a note when off of a borderless table.
2015-05-13 17:26:03 +00:00
45d311bdfe increase PSI labels width
Add argument to fmrPDFStatusForm call for pagenum transition processing (B2015-053)
Add argument for pagenum transition processing (B2015-053)
Add panel/scroll bar for PSI that has many fields (on larger font display, could not access bottommost) (B2015-051)
Add property for tracking of pagenum transitions (B2015-053)
For section list, use section default (procedure steps) if transition format has user interface of ‘SectDefault’. (B2015-052)
Pagenum transition processing – add 3rd pass for fix. (B2015-053)
2015-04-24 13:13:47 +00:00
18a99f8d02 Improved logic to help with pagination of multiple RNO statement (Comanche Peak Flex Data Package procedures) 2015-04-21 17:37:22 +00:00
6f1f63e14f Fix page number transitions that were counting foldout pages (should not count those) for AEP
Implement [UNIT] page list token (AEP)
Added property to track page numbers without foldouts for page num transitions (AEP)
2015-04-20 15:59:39 +00:00
efd971ffec Set page number on sections for transitions (with page num) to sections
Always print hls boxit steps
2015-04-16 13:05:36 +00:00
dd49a26ef3 If header includes leading spaces, include those in size of header (AEP has spaces in front of OR
Use ‘RNOWidthAltAll’ (for AEP)
2015-04-10 13:54:18 +00:00
Rich
25b9321efd Don't add blank lines before double box high-level step 2015-03-27 18:40:08 +00:00
37d570626e B2015-043: BGE - fixed section continuation headers and x-offset for subsection titles in OI-34 Appendix sections 2015-03-27 12:53:12 +00:00
Rich
381376843f Place the user in edit mode after they set the text alignment. This assures that the alignment setting is saved.
Changed the error log message when the user uses a format that does not have an initials header for a section which contains signoffs.  Also limited this message so that it is only output once per session.
2015-03-27 12:27:42 +00:00
Rich
2d6f5f443e Use new PromsPrinter Method (NewPage) to set the page size properly before outputing the page Break.
Added a New Object (ReaderHelper) which provides the necessary support to allow MSWord documents to use various page sizes.  MSWord has a limit of 22 inches for the largest width or height.
Use new PromsPrinter Method (NewPage) to set the page size properly before outputing the page break.
Use new PromsPrinter Method (NewPage) to set the page size properly before outputing the page break.
Updated vlnParagraph constructors to use parameter MyPromsPrinter since it is used to create page breaks.
2015-03-26 02:21:52 +00:00
48a03c1c48 Fix forced pagination errors for backgrounds 2015-03-25 12:03:15 +00:00
Rich
a600afd472 Support compressed foldout pages 2015-03-19 13:13:57 +00:00
f3a7fb527e Don’t print bottom continue message over bottom box line & added yoffset to debug printout 2015-03-18 15:28:43 +00:00
77da149ce7 pagination fixes for IP3 asterisk box & rno separator 2015-03-17 15:01:56 +00:00
086e73720c missing box
docstyle messages: {par} consistent with code
docstyle messages: {par} consistent with code & missing box
Handle par in endmessage
Allow for more end message text length
Handle asterisk hls draws when steps are compressed
For RNO separator, if aer column is further down on page than rno, print rno separator off of aer (was causing separator to print beyond margin)
2015-03-16 13:54:18 +00:00
Rich
5c49d94a1a Account for the footer length when deciding if a continuous section header will fit on the page or not.
Added large comments to identify important locations in the code.
2015-03-12 01:59:29 +00:00
fe4f087e55 IP3 Continuous HLS asterisk boxes 2015-03-11 11:13:08 +00:00
Rich
66044a2a71 Fixed logic for partial step compress 2015-03-06 19:36:39 +00:00
5dc41a738b Added code to DoTopContinueMsg for UseStepTabs flag (Comanche Peak Step Headers) 2015-03-06 13:31:06 +00:00
Rich
f908b2ad02 Added logic to handle compression of partial steps 2015-03-06 12:57:11 +00:00
73143c199c Fixed text position of a bulleted substep off of a TitleWithTextRight substep (IP2 Enhanced Backgrounds) 2015-03-04 20:13:28 +00:00
8b8176510f include footnote size when pagination within step section logic
get max of bottom most of table for steps in table that have sibling steps
use ‘ParagraphToPdf’ (not ‘ToPdf’) for footnotes so that associated paragraphs don’t get referenced
2015-03-03 17:28:22 +00:00
538046de45 allow for sibling paragraphs in template type tables, BGE Valve lists and Farley component lists. Problem was reported by calvert 2015-03-02 13:56:39 +00:00
Rich
5a21d906c1 Fixed logic to determine the height of the continue message. 2015-03-02 13:18:32 +00:00
62a6d747df move section text down after the section separator line 2015-02-27 13:16:53 +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
63ca6242b1 center the sub-headers (Caution1)
print sub-headers for Calvert’s valve format
2015-02-25 14:24:22 +00:00