719 Commits

Author SHA1 Message Date
Rich
24fac1b04c Changed a variable to get a fresh SectionInfo rather than to use the value in memory. For some reason the value in memory was giving incorect results.
Added bookmarks for Word Subsections.
2015-01-24 17:42:51 +00:00
Rich
ad060b5efd Transition Report processing module 2015-01-22 22:29:58 +00:00
Rich
ca0d2d3843 Fixes logic for copy step
Fixes logic for 7 LPI to account for the End Message
2015-01-22 01:36:29 +00:00
Rich
d991c5c9e3 Added Profile debug for Debug Output (details printed at each paragraph) 2015-01-20 19:22:37 +00:00
Rich
8df668c5e2 Added Profile debug
Changed NextItem property to use GetNextItem method when printing
Changed RegisterFont to improve print performance
2015-01-19 20:58:05 +00:00
Rich
389c6575d0 Changed NextItem property to use GetNextItem method when printing
Added Profile debug
Added Command-line parameters (/X= and /Y=) to specify the offset used for Compare.
Changed NextItem property to use GetNextItem method when printing.
Remove PrintTimer which has been replaced with ProfileTimer
Added Profile debug
Added code to handle special characters when printing,
Added Profile debug
Changed NextItem property to use GetNextItem method when printing
2015-01-19 20:56:35 +00:00
1b0079388e Implement code for DontResetIndentOnNewline for BGE 2015-01-16 15:02:06 +00:00
18e7dbcdad Implement code for DontResetIndentOnNewline for BGE 2015-01-16 15:00:49 +00:00
f3b7e9138f Implement code for DontResetIndentOnNewline for BGE 2015-01-16 14:59:47 +00:00
2f26c7a5fb Logic to include places where there are missing RO on the RO Usage Report, Fix to a Key already in dictionary error, changed the RO.FST created title line to read “RO.FST Last Created:” 2015-01-13 16:32:46 +00:00
99cbb788f2 Corrected the starting location of the step edit window for steps 1-9 so that they start at the same location as step 10 and greater
Fixed the positioning of the Fixed Change Bar to use the format default font rather than the current step / substep font, to ensure consistency.
2015-01-07 17:41:57 +00:00
1d0dca79b4 fix text width for 2nd level sections (WCN); do not print section continue message if subsection starts at top of page (BGE) 2015-01-06 14:19:17 +00:00
174bac97f7 Logic to call the function to create the RO Summary Report
Added functions to for use in generating the RO Summary Report
Enabled the RO Summary Report and added logic to support the gathering of information for the report
Added logic to generate the RO Summary Report
2014-12-19 19:46:27 +00:00
882c4eb7b9 Replace a space with underline turned off after to a hard space with underline turned off after
Fixed B2014-086: Keystroke combinations in RTB should be not processed such as right align or center text.
2014-12-16 15:26:39 +00:00
ce33728734 Added null reference check when printing change bars (for Note/Cautions off of Sections) 2014-12-15 17:32:11 +00:00
e8f9bfe49b The last pagination change cause more problems. Backed out the last pagination change. 2014-12-12 20:59:58 +00:00
763223fdd0 Fixed pagination bug for calvert OI unit one procedure OI-8A section 6.2.B.3 2014-12-12 17:05:57 +00:00
4ea481e430 Set the NumberingSequence to 11 (WithinEachSectionNumber) in the Attachment-SubSections document style
Set the NumberingSequence to 11 (WithinEachSectionNumber) in the Valve List document style
Added a new NumberingSequence 11 – WithinEachSectionNumber which will continue the page numbering across sections that have the same Section Number and are set to print continuous.
Added logic to support the WithinEachSectionNumber NumberingSequence type
2014-12-11 19:32:39 +00:00
c2abe9214b Fixed print bug where Calvert IO4 procedure OI-27D-2 would not print. 2014-12-05 21:13:56 +00:00
6c2d8eec26 Fixed a forced pagination issue 2014-12-05 20:23:09 +00:00
298354f4fd Calvert: for VALTYPE & STARTUP page list tokens, if there are no steps in section, check for 1st subsection steps
only change availability of notes/cautions if in the Calvert Alarm format when checking if IsInCalvertConditionResponse
2014-12-05 15:22:47 +00:00
27c8d89bed For tab comparison, trim strings before doing comparison in code that determines whether subsection number is derived from section number (IsSubsectionNumber)
If parent was continuous & this is separate, need to paginate to get subsection on its own page
For sections/subsections: if parent was continuous & this is separate, don’t reset docstyle until after separate section pagebreak; if separator location is ‘0’, x-offset should be at tab not text of step
2014-12-04 16:03:06 +00:00
06df9a9233 Adjusted the y position after printing a End Message so that the next section (set to continuous pagination) will print below the End Message. 2014-12-02 16:20:21 +00:00
234f55ea77 Use vlnParagraph for footnotes so that Change Bars will print (rather than vlnText) 2014-12-02 15:26:25 +00:00
4ba00691c2 Use vlnParagraph for footnotes so that Change Bars will print (rather than vlnText)
Fixed change bar message writing on top of each other (for ‘ChangeIds’ change bar messages)
2014-12-02 15:22:54 +00:00
f93f1059fb StepLevel for AND substeps within a NOTE should be same level so that the ANDs stay together for pagination
Don’t paginate (page break) in the middle of a Note box
2014-11-24 16:19:00 +00:00
6953d5a88b BGE: If top section continue message is for a subsection, use parent rather than current section for text. 2014-11-18 16:47:17 +00:00
ce45eab51c Fixed issue of landscape sections set for continuous pagination 2014-11-18 16:17:41 +00:00
85a8a26504 added Docstyle format flag DSS_WordContentLandscaped to flag that Word content is landscaped
don’t change level for steps under sequentials (only under notes/cautions/equipment lists)
use Docstyle format flag DSS_WordContentLandscaped to make End message landscaped
2014-11-18 15:12:23 +00:00
5c399e029d Adjust for size of section continue header so that forced pagination does not occur. 2014-11-14 16:15:05 +00:00
f68a68c63a Calvert: fixed printing of 'Date Time Note' in previous siblings box - now prints it separately without box. 2014-11-14 15:04:07 +00:00
d06c896795 fixed issue with placing an End message at the end of sections that are printed with the continuous pagination setting 2014-11-13 20:24:08 +00:00
Rich
cf8d11623b Enter Key on High Level step will default to the current step type
Fix logic for continue message indent
2014-11-13 20:09:41 +00:00
7d3b8872c8 Added properties for IsSubsection, IsSubsectionNumber and IsSeparateSubsection
Improved debug
Calvert: Improved tab on Section Continue Message and print missing Section Continue Message
2014-11-13 15:50:46 +00:00
bcc0ec5a3b force alignment of ‘Unnumbered High Level Step’ with section text
Calvert: force alignment of ‘Unnumbered High Level Step’ with section text
2014-11-12 15:17:17 +00:00
Rich
9eed40353e Changed logic to properly output checkoff header "INITIALS" 2014-11-12 06:41:47 +00:00
5cc512234e RNO xoffset
RNO xoffset & “Improved Box with Paragraph” printing
“Improved Box with Paragraph” box location
fix possible null reference for determining auto indent of meta-sections
Calvert: using format flag IdentWidth in defining tab width if it is set in format file
2014-11-11 15:45:11 +00:00
Rich
310c7a108c Added logic to center single small (1 line) Cautions, Notes or Warnings 2014-11-11 03:46:05 +00:00
89cf100425 Fixed logic where a section that was set to print continuous started on its own page 2014-11-10 20:11:44 +00:00
Rich
3237a2345b Fixed Logic to limit size of figures to use the whole page and keep the the same aspect ratio. 2014-11-10 18:23:44 +00:00
Rich
a711691ff6 Removed Debug output 2014-11-10 13:06:32 +00:00
4fea758321 For Calvert, section/subsection xoffset was not considering autoindent flag setting on section property when printing section/subsection numbers and titles. 2014-11-07 16:51:38 +00:00
235b6f7472 Added Print/HorizontalSubstep flag (default to false). Was in 16bit to flag footnotes for BGEVL (in addition to NotesToFootnotes
Set HorizontalSubstep flag to true (for Note type as footnote)
Added property ‘IsFootnote’; for Calvert formats: don’t bullet a single note/caution
Added HorizontalSubstep flag
Use ‘IsFootnote’ property to determine if a note is a footnote.
2014-11-06 14:30:40 +00:00
Rich
32ddfbbce0 Fixed logic to keep code from crashing. 2014-11-06 02:48:50 +00:00
Rich
344b7f9ab7 Changed the logic to match the logic for bulleted steps 2014-11-05 17:04:10 +00:00
Rich
b89af73735 Made Status Change available to other print objects
Update status when moving through a section with subsections
Update status when moving through a section with subsections
GetSectionInfo use local value rather than using the cache
Used SectionInfo property HasStepCheckOffs to turn-on CheckOff header and narrow text width.
2014-11-05 14:36:17 +00:00
3daa13f4b6 Fixed background document pagination
adjusted sub-step text width when they have a tab (background documents)
2014-11-04 21:14:16 +00:00
c46b4de7ab Alignment and positioning of pagelist items, fixed line spacing of some text elements
Added a null check
logic to keep the text widths consistent for enhanced background Caution/Note steps
2014-11-04 17:16:46 +00:00
1129cb3431 Adjust landscape word section pagelist item locations & flags for printing pagelist items as landscape
Calvert: Added ‘DSS_PageListAddSectCont’ flag to docstyle->Style to flag continue message in section title
Calvert: Reset svg’s for document styles that have ‘DSS_PageListAddSectCont’ so that pages other than first have continue message
Calvert: Print continue message for “ATTACHTITLECONT” pagelist item (but not on 1st page)
2014-11-04 16:48:26 +00:00
7ea770e9e2 Calvert: implement ATTACHTITLECONT pagelist item 2014-11-04 12:02:50 +00:00