203 Commits

Author SHA1 Message Date
e1e1bbb38a B2017-132 added a check for null reference. When processing PDF chunks during sup info printing we were trying to process a vlnmacro that was set to null 2017-06-29 16:21:17 +00:00
Rich
4686415f98 C2017-018 Output column headings for inconcistent Page Number transitions, Open Pass 2 Page Number PDF File if the user chooses to create a Pass 2 PDF.
C2017-018 Output column headings for inconcistent Page Number transitions.
2017-06-23 19:19:42 +00:00
Rich
2aa7db1c76 B2017-012 Embedded Figure resizes on Facing Page
B2017-016 Equations and Visio Drawings resizes on Facing Page
Releated issue where Equipment Lists containing Embedded Figures, Equations and Visio Drawings were overlapping with procedure text.
Handle Embedded Figures, Equations and Visio Drawings when the Facing Page resize was occuring
Figures were not being handled properly for Facing Page font resize
2017-06-12 12:56:18 +00:00
83d746edfd B2017-112: Figures in Supplemental Information pages overlap text if text font is shrunk 2017-06-08 15:49:14 +00:00
4324fd93ae B2017-103: Bottom continue message location adjustment
B2017-103: Bottom continue message location adjustment using format value
2017-06-01 12:26:33 +00:00
Rich
cbf44eb689 B2017-098 Adjust font size in Tables within Supplemantal Information 2017-05-31 13:48:07 +00:00
738089548c On Preferred Page Break checkbox: make Supp Info -> Sup Info for consistency
B2017-099: fix crash & printing of HLS with Caution & supinfo & supinfo on HLS too.
2017-05-26 11:51:24 +00:00
bd7204aff8 B2017-093: Pagination issue when no supplemental information on page or when 2 steps on page & only 2nd has supplemental information 2017-05-24 12:34:42 +00:00
68aa1e9aab B2017-091The Checkbox for inserting blank pages for duplex printing was shortened so that it does not run into the Cancel button. It now reads “Add Blank Pages For Duplex Printing”. Also when print a procedure that has facing pages this check box is checked by default.
B2017-090 Commented out a line of code that is no longer needed for printing facing pages, but was causing the main procedure to paginate incorrectly.
Sped up the logic that calculates how small to shrink the font size on the supplemental information facing page.
2017-05-22 15:32:47 +00:00
8280de55e2 First round of reducing the font size of supplemental info text if would not normally fit on a page 2017-05-18 16:27:09 +00:00
bbbcdf946a Add text to checkbox for blank page printing
Improve pagination for SAMG facing page print
2017-05-12 13:50:02 +00:00
f139c79d32 Support for SAMGS Supplemental Information 2017-05-03 14:37:25 +00:00
8d1babe2cd B2017-019 use DisplayNumber and DisplayText on the table of contents so that <u> will get translated 2017-01-30 19:45:09 +00:00
570404687c B2016-216 Don’t put a page break between a group heading and the first item under it. 2016-09-27 19:18:01 +00:00
6a737a961d Fix for auto TOC grouping logic (B2016-200) and for line spacing consistency (B2016-205) 2016-09-12 18:47:05 +00:00
36e4b0c3ab Added check for even page number before printing Auto Table of Contents to determine if blank page should be printed. B2016-181 2016-09-06 19:33:14 +00:00
146e1fb968 New Table of Contents flags & MaxWidth for PSIs (for current page)
Improve message when format is changed and not certain if section type is valid. (part of B2016-165)
vcb1: Added MaxWidthCurPage for PSI text widths (use for current page)
vcb1: Table of Contents values for subsections line spacing and grouping section numbers
Table of Contents to handle single space subsections & Grouping section names remove group title
Use MaxWidthCurPage to handle max width, but don’t account for multiple lines when printing content
2016-07-25 15:04:23 +00:00
aab71bdd7e Fixed issue where word section page size was being used for the duplex foldout on the preceding page. B2016-135 2016-05-26 20:42:18 +00:00
Rich
767fbc8a7f B2016-134 The logic used to position steps was using the parent location rather than the previous step. This was causing steps to overlap in the edit window.
The Drag Indicator for Folders and Procedures was being shown as red for after the selected item or blue for after the selected item.  This was just causing confusion in the manual, so the color was changed to always be red.
The message "No Section Content" for an empty section (A Section with no steps) was printing overtop of the text of previous steps when the sections were set to print continuously.  The code was changed to only show this message if the pagination for the section was set to separate.
Somehow, about 13 sub-steps have Grid records in the Wolf Creek data.  These items were AND steps, Explicit OR steps and Paragraphs.  They printed the grid with a Tab (small letter "o").  The code was changed so that Grids do not print the Tab.
2016-05-23 12:38:15 +00:00
c668bbaca6 B2016-079: Page number transitions to Word sections were incorrect if printing with duplex foldouts 2016-03-16 12:25:04 +00:00
d432a980d7 Added logic for grouping titles and to rename the “Procedure Steps” section title to “OPERATOR ACTIONS” on the auto table of contents
Fixed a problem where the auto table of contents was getting wrong page numbers when the procedure had duplex foldouts and printed with blank pages (V.C. Summer)
2016-03-08 21:02:03 +00:00
Rich
f1f71e06bf If the current section is a foldout, then make the Link a remote link since the rest of the procedure is not part of the foldout page.
Import Links from the Foldout PDF.
2016-02-25 19:46:34 +00:00
985d7ae384 logic to save word sections with resolved RO values for exporting the approved procedure
logic to print an unlinked RO graphic(ex Tif) when used in a figure substep
2016-02-18 15:32:19 +00:00
3729f6a7b1 Fixed a typo in a FlexibleMessageBox used for the transitions with page numbers 2016-02-01 17:01:37 +00:00
346ab74ed0 Use FlexibleMessageBox for list of transitions with page number problems 2016-01-27 15:04:05 +00:00
Rich
ad1980e434 Added option to Remove Trailing Hard Returns and Manual Page Breaks 2016-01-20 20:19:53 +00:00
1e3324aa7b Enhanced Documents, handle enhanced steps
Enhanced Documents, delete items
Enhanced Documents button disable/enable
Enhanced Documents, tree view support for insert/delete/copy-paste
Move DisplayText.cs to CSLA
Enhanced Documents adding links (method added in docversion)
2016-01-20 16:46:31 +00:00
2fd42cb33b Fixed issue where the first page of a word section was not properly rotated to account for the contents being set to landscape in word (this section is set to use Word margins)
Fixed issue where a couple of default buttons were appearing when they shouldn’t.
2015-11-17 14:44:05 +00:00
8ad203006d Continuous Action Summary logic 2015-10-23 18:21:02 +00:00
9e0b85c5ac Added Express format flag; adjust tabs/indents for section, subsection, step and substeps; flag warnings as separate from notes & make boxes different between Notes/Cautions/Warnings
Proms Express: Adjust PrintLevel (of steps) for tabs
Proms Express: Added Express flag
Proms Express: Put out message when user adds substep that is greater than a level of 4
Proms Express: If a section doesn’t have text & in Proms Express, don’t put out ‘No Section Content’ message
2015-08-05 12:55:50 +00:00
0d65f14619 Fix B2015-097: Auto TOC line spacing for empty titles & space character string length for right justified page numbers. Found during internal testing of Auto TOC for South Texas. 2015-07-15 14:16:13 +00:00
eaa5d49b65 Changed TofCLineSpacing from an INT to a FLOAT to allow for half line spacing
Logic to handle float TofCLineSpacing and to shift the section title to section number starting position if there is no section number
2015-06-17 17:45:31 +00:00
Rich
8546a09674 Added PDF SaveLink parameter to methods
Added PDF SaveLink Logic
2015-06-17 11:32:13 +00:00
Rich
5359e05e77 Page Number for the second pass for transitions to Word Sections were not getting updated properly 2015-06-05 16:29:51 +00:00
dd6d76dff7 Fix page number transition if on first page 2015-06-04 11:25:58 +00:00
Rich
0f7e6962be Added Properties to PromsPrinter 2015-05-06 14:39:37 +00:00
d6557f578a Added MaxWidth property that allows for defining width of PSI data and supports multi-line text (introduced for wstalr)
Adjust top margin for multiline pagelist items (introduced for wstalr)
Support multi-line PSI item, using ‘MaxWidth’ pagelist property (introduced for wstalr)
2015-05-06 12:25:57 +00:00
0ac678ebda AEP: Use Docstyle’s end message flag when printing Word docs.
Adjust location of PSI separator in Number box
2015-04-28 12:56:24 +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
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
Rich
6ceec38e5c Set Special Page Break flag.
Added logic so that the page number transition errors are listed to the clipboard.
Corrected a typo in the message box for errors occuring in the page number transitions.
2015-04-15 14:53:37 +00:00
Rich
0b3ce5147b Fix Logic to properly cleanup data when the processing of a foldout is complete
Removed Debug Output
2015-03-26 18:11:23 +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
810d1124f0 Fixed lettered high level step.
Removed preceding space in PDF file name used for compares
2015-03-19 15:51:54 +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
c65d3e8cdf Fixed logic when ParaBreak is null
Fixed logic when PDF is open
2015-03-09 13:13:45 +00:00
Rich
f97433e12a Changed the name of the temporary file used for MSWord PDFs. Gave it a PDF extensison so that it caan be more easily opened.
Add useful information to the PDF file properties so that the verssion of the code used to create the PDF can be identified.
2015-03-06 11:50:27 +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
d0b49988e0 fix pdf comparison of 16bit to 32bit 2015-02-23 13:42:28 +00:00
cbc3df3023 logic to support exe switch that will delay when Word will display the newly generated Placekeeper 2015-02-19 03:53:45 +00:00