719 Commits

Author SHA1 Message Date
Rich
a600afd472 Support compressed foldout pages 2015-03-19 13:13:57 +00:00
Rich
4508324826 Limit Partial Step Compression to formats that use it. 2015-03-19 12:01:41 +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
a66144e181 For compressed step printing, include bottom message size when determining if it can compress 2015-03-18 15:28:02 +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
Rich
95874bd501 Handle rtf token "\bullet" within Grid.
Handle the various formats used for analog alarm points (High# and Low#) so that the ROs will be correctly replaced on the cover page.  The various formats include either a space or a dash or a underscore followed by High, HI, Low or LO followed by a number.  The code will treat all of the formats consistently.
2015-03-11 12:38:18 +00:00
fe4f087e55 IP3 Continuous HLS asterisk boxes 2015-03-11 11:13:08 +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
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
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
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
Rich
ce70e4aad1 Pagination now accounts for the size of the section title continue message. 2015-03-02 13:17:52 +00:00
62a6d747df move section text down after the section separator line 2015-02-27 13:16:53 +00:00
Rich
0477c09d03 If a blank paragraph is followed by a large table and both will not fit on a page, but the table will fit by itself, move the break directl in front of the table. 2015-02-27 10:51:13 +00:00
Rich
6d94bfb5f4 Added code to resolve issue with printing RNP document
Added code to resolve issue with printing BGE document
2015-02-27 03:56:28 +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
5d227213c5 Determine the height of the Section Continue message at the top of a page, so that the steps paginate properly. 2015-02-26 18:47:30 +00:00
63ca6242b1 center the sub-headers (Caution1)
print sub-headers for Calvert’s valve format
2015-02-25 14:24:22 +00:00
Rich
d761df73cd Added logic to keep section headers with their steps. 2015-02-24 19:45:12 +00:00
Rich
52c6e61b6a Use code that finds the ROImage file based upon filename. 2015-02-24 15:43:40 +00:00
Rich
d84f9b2e64 If the first step of a section starts at less that three inches from the top of a page (after the section header) and the step is longer than a page, allow the step to break to keep the section header with the step. 2015-02-23 15:47:48 +00:00
d0b49988e0 fix pdf comparison of 16bit to 32bit 2015-02-23 13:42:28 +00:00
Rich
a2d8712b83 Add location information to the error log for RO Image problems 2015-02-20 17:45:34 +00:00
64b3b06375 Added logic to support a “%2d” in the top continue message definition 2015-02-20 14:46:02 +00:00
Rich
18827f4bca Added code to handle "other procedure" transition format type of Byron 2015-02-20 02:59:54 +00:00
Rich
c8618a23d4 Added step path data to resulting search items
Added code to handle when content audit that has 0 for delete status and a null action date
Added code to handle content audit that does not contain any config information
2015-02-20 02:58:50 +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
Rich
a8b50ef929 Only account for the Section Number and Title if they are printed
Print the top continue message if the Section Continue is not printed
2015-02-18 18:13:11 +00:00
Rich
14a0b600fd Added method RofstInfo.GetROImageByFilename to find image files by name.
Added method RoImageInforList GetByRODbIDFilename to find image files by name.
Find ROImages if not attached to the current ROFST.  The Export/Import code was not saving ROImage usages properly
2015-02-18 14:43:00 +00:00
Rich
08bbb82714 Fixes Index out of range when a Referenced Object is missing from the RO.FST. This will output an error message since it reflects an error in the plant data. 2015-02-18 12:04:26 +00:00
Rich
86bdecd367 A number of pagination improvements. 2015-02-16 21:55:54 +00:00
Rich
5a5502d8fc Added somecode so that profile errors will be recordedd to the Error Log
Added a reference to Log4Net
Fixed Profile Logic when PDF cannot be created because it is already open.
2015-02-16 20:51:34 +00:00
469a8da0ba Added logic to support ColOverride on Caution and Note types in Enhanced Background Formats. 2015-02-16 19:44:10 +00:00
ce776ace0e if the boxes surrounding different notes cautions AND HEADERS are different, add a line between boxes 2015-02-13 14:42:25 +00:00
d5eca11786 Fixed Calvert bug where an attachment section had a title but no number which caused the title to print too far to the left. 2015-02-12 16:13:10 +00:00
Rich
ea42dd8795 Command Line setting to create a inch-based vertical ruler rather than a line-based vertical ruler. 2015-02-09 16:47:33 +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
0e9302f206 Replace ‘?’ with ‘_’ for pdf filename so file can be created
Allow for setting of section’s ‘Default Step Section’ property
Fix page numbering for {secondary page} page list token
2015-02-09 14:05:22 +00:00
d0f30dc083 fix caution/note off section’s box printing on top of check off header. 2015-02-02 17:12:43 +00:00
af99b05c2c Added “(red ? in the editor)” to the Include Missing ROs checkbox label. Default the checkbox to be unchecked, and added anApplication.DoEvents()
Fixed the preview of images containing more than one sample layer (iTextSharp error)
Fixed the printing of images containing more than one sample layer (iTextSharp error), added better error handling, added an Error bookmark group.
2015-01-30 20:14:46 +00:00
12e5c4ac76 Logic to read the meta file and generate the Complete RO Report
Logic to generate a Complete RO Report
2015-01-27 20:59:34 +00:00
Rich
9c62cc93eb Changed report format to increase font size, switch to landscape, add page numbers, add colum headings and add date generated. 2015-01-25 13:18:02 +00:00
Rich
638fea272e Replace Hard Hyphens with normal hyphen so the PDF search for hyphens will work properly
Support using regular hyphens as hard-hyphens
2015-01-24 19:09:08 +00:00