DOORS Project reporting V1.0
Functions
GSTCS445V2.0_doxyfile.dxl File Reference

Go to the source code of this file.

Functions

void setRowFontNormal ()
void setRowBorder ()
void setRowFormatBoldGray ()
void setRowFontNormalNextRow ()
void setRowFormatNormal ()
int str2int (string s)
string new_col_group (string s1, string s2)
string ExcelAlphaCol (int col)
string ExcelAddress (int col, int row)
string ExcelRowAddress (int rowStart, int rowEnd)
string ExcelColAddress (int colStart, int colEnd)
bool ExcelAvailable ()
void ExcelSetVisible (bool bVisible)
void ExcelInit (bool bVisible)
OleAutoObj ExcelNewSheet (string sSheetName)
void ExcelColAutoFit (int colStart, int colEnd)
void ExcelColShrinkToFit (int colStart, int colEnd)
void ExcelSelectCol (int colStart, int colEnd)
void ExcelPut (int col, int row, string content)
void wordMergeRowVBA ()
void clearWordState ()
void logError (string errDescription, string errMessage, Object o)
void vbaCheckRes (string res)
void collapseSelection ()
void collapseSelectionBackwards ()
string vbaGetStyleName (OleAutoObj objDoc, int styleNumber)
string wordCheckVersion ()
bool wordPreChecksVBA ()
void getWordStyleNames (OleAutoObj objDoc)
void fillStyleNameArrays ()
void InitWord ()
void UpdateTOC ()
string makeFontTableFromStyle (string styleName)
string pasteAndApplyStyle (OleAutoObj objSelection, RTF_string__ s, string styleName)
string pasteAndApplyStyle (OleAutoObj objSelection, Buffer b, string styleName)
void endKey ()
void MakeSection (string Headline_s, string Text_s, string SectionStructure_s, int SectionStructureLevel_i)

Function Documentation

void clearWordState ( )

Definition at line 290 of file GSTCS445V2.0_doxyfile.dxl.

Here is the caller graph for this function:

void collapseSelection ( )

Definition at line 327 of file GSTCS445V2.0_doxyfile.dxl.

References vbaCheckRes().

Here is the call graph for this function:

void collapseSelectionBackwards ( )

Definition at line 337 of file GSTCS445V2.0_doxyfile.dxl.

References vbaCheckRes().

Here is the call graph for this function:

void endKey ( )

Definition at line 687 of file GSTCS445V2.0_doxyfile.dxl.

References vbaCheckRes().

Here is the call graph for this function:

Here is the caller graph for this function:

string ExcelAddress ( int  col,
int  row 
)

Definition at line 84 of file GSTCS445V2.0_doxyfile.dxl.

References ExcelAlphaCol().

Here is the call graph for this function:

Here is the caller graph for this function:

string ExcelAlphaCol ( int  col)

Definition at line 64 of file GSTCS445V2.0_doxyfile.dxl.

Here is the caller graph for this function:

bool ExcelAvailable ( )

Definition at line 105 of file GSTCS445V2.0_doxyfile.dxl.

Here is the caller graph for this function:

string ExcelColAddress ( int  colStart,
int  colEnd 
)

Definition at line 98 of file GSTCS445V2.0_doxyfile.dxl.

References ExcelAlphaCol().

Here is the call graph for this function:

Here is the caller graph for this function:

void ExcelColAutoFit ( int  colStart,
int  colEnd 
)

Definition at line 189 of file GSTCS445V2.0_doxyfile.dxl.

References ExcelColAddress().

Here is the call graph for this function:

void ExcelColShrinkToFit ( int  colStart,
int  colEnd 
)

Definition at line 202 of file GSTCS445V2.0_doxyfile.dxl.

References ExcelColAddress().

Here is the call graph for this function:

void ExcelInit ( bool  bVisible)

Definition at line 136 of file GSTCS445V2.0_doxyfile.dxl.

References ExcelSetVisible().

Here is the call graph for this function:

OleAutoObj ExcelNewSheet ( string  sSheetName)

Definition at line 177 of file GSTCS445V2.0_doxyfile.dxl.

void ExcelPut ( int  col,
int  row,
string  content 
)

Definition at line 232 of file GSTCS445V2.0_doxyfile.dxl.

References ExcelAddress(), and ExcelAvailable().

Here is the call graph for this function:

string ExcelRowAddress ( int  rowStart,
int  rowEnd 
)

Definition at line 94 of file GSTCS445V2.0_doxyfile.dxl.

void ExcelSelectCol ( int  colStart,
int  colEnd 
)

Definition at line 216 of file GSTCS445V2.0_doxyfile.dxl.

References ExcelColAddress().

Here is the call graph for this function:

void ExcelSetVisible ( bool  bVisible)

Definition at line 124 of file GSTCS445V2.0_doxyfile.dxl.

References ExcelAvailable().

Here is the call graph for this function:

Here is the caller graph for this function:

void fillStyleNameArrays ( )

Definition at line 588 of file GSTCS445V2.0_doxyfile.dxl.

References vbaGetStyleName().

Here is the call graph for this function:

Here is the caller graph for this function:

void getWordStyleNames ( OleAutoObj  objDoc)

Definition at line 472 of file GSTCS445V2.0_doxyfile.dxl.

References clearWordState(), and vbaCheckRes().

Here is the call graph for this function:

Here is the caller graph for this function:

void InitWord ( )

Definition at line 611 of file GSTCS445V2.0_doxyfile.dxl.

References fillStyleNameArrays(), getWordStyleNames(), vbaGetStyleName(), wordCheckVersion(), and wordPreChecksVBA().

Here is the call graph for this function:

void logError ( string  errDescription,
string  errMessage,
Object  o 
)

Definition at line 300 of file GSTCS445V2.0_doxyfile.dxl.

string makeFontTableFromStyle ( string  styleName)

Definition at line 643 of file GSTCS445V2.0_doxyfile.dxl.

Here is the caller graph for this function:

void MakeSection ( string  Headline_s,
string  Text_s,
string  SectionStructure_s,
int  SectionStructureLevel_i 
)

Definition at line 699 of file GSTCS445V2.0_doxyfile.dxl.

References endKey(), pasteAndApplyStyle(), and vbaGetStyleName().

Here is the call graph for this function:

string new_col_group ( string  s1,
string  s2 
)

Definition at line 48 of file GSTCS445V2.0_doxyfile.dxl.

string pasteAndApplyStyle ( OleAutoObj  objSelection,
Buffer  b,
string  styleName 
)

Definition at line 675 of file GSTCS445V2.0_doxyfile.dxl.

References makeFontTableFromStyle().

Here is the call graph for this function:

string pasteAndApplyStyle ( OleAutoObj  objSelection,
RTF_string__  s,
string  styleName 
)

Definition at line 662 of file GSTCS445V2.0_doxyfile.dxl.

References makeFontTableFromStyle().

Here is the call graph for this function:

Here is the caller graph for this function:

void setRowBorder ( )

Definition at line 10 of file GSTCS445V2.0_doxyfile.dxl.

void setRowFontNormal ( )

Definition at line 5 of file GSTCS445V2.0_doxyfile.dxl.

void setRowFontNormalNextRow ( )

Definition at line 22 of file GSTCS445V2.0_doxyfile.dxl.

void setRowFormatBoldGray ( )

Definition at line 16 of file GSTCS445V2.0_doxyfile.dxl.

void setRowFormatNormal ( )

Definition at line 27 of file GSTCS445V2.0_doxyfile.dxl.

int str2int ( string  s)

Definition at line 33 of file GSTCS445V2.0_doxyfile.dxl.

void UpdateTOC ( )

Definition at line 627 of file GSTCS445V2.0_doxyfile.dxl.

void vbaCheckRes ( string  res)

Definition at line 313 of file GSTCS445V2.0_doxyfile.dxl.

References clearWordState().

Here is the call graph for this function:

Here is the caller graph for this function:

string vbaGetStyleName ( OleAutoObj  objDoc,
int  styleNumber 
)

Definition at line 348 of file GSTCS445V2.0_doxyfile.dxl.

References clearWordState(), and vbaCheckRes().

Here is the call graph for this function:

Here is the caller graph for this function:

string wordCheckVersion ( )

Definition at line 390 of file GSTCS445V2.0_doxyfile.dxl.

References vbaCheckRes().

Here is the call graph for this function:

Here is the caller graph for this function:

void wordMergeRowVBA ( )

Definition at line 276 of file GSTCS445V2.0_doxyfile.dxl.

bool wordPreChecksVBA ( )

Definition at line 417 of file GSTCS445V2.0_doxyfile.dxl.

Here is the caller graph for this function: