DOORS Project reporting V1.0
Functions
GSTCS445V2.0_BaselineVer_wOVariab.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 HeaderBookmark (string bm)
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 293 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

Here is the caller graph for this function:

void collapseSelection ( )

Definition at line 330 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

References vbaCheckRes().

Here is the call graph for this function:

void collapseSelectionBackwards ( )

Definition at line 340 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

References vbaCheckRes().

Here is the call graph for this function:

void endKey ( )

Definition at line 732 of file GSTCS445V2.0_BaselineVer_wOVariab.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 87 of file GSTCS445V2.0_BaselineVer_wOVariab.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 67 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

Here is the caller graph for this function:

bool ExcelAvailable ( )

Definition at line 108 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

Here is the caller graph for this function:

string ExcelColAddress ( int  colStart,
int  colEnd 
)

Definition at line 101 of file GSTCS445V2.0_BaselineVer_wOVariab.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 192 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

References ExcelColAddress().

Here is the call graph for this function:

void ExcelColShrinkToFit ( int  colStart,
int  colEnd 
)

Definition at line 205 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

References ExcelColAddress().

Here is the call graph for this function:

void ExcelInit ( bool  bVisible)

Definition at line 139 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

References ExcelSetVisible().

Here is the call graph for this function:

OleAutoObj ExcelNewSheet ( string  sSheetName)

Definition at line 180 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

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

Definition at line 235 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

References ExcelAddress(), and ExcelAvailable().

Here is the call graph for this function:

string ExcelRowAddress ( int  rowStart,
int  rowEnd 
)

Definition at line 97 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

void ExcelSelectCol ( int  colStart,
int  colEnd 
)

Definition at line 219 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

References ExcelColAddress().

Here is the call graph for this function:

void ExcelSetVisible ( bool  bVisible)

Definition at line 127 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

References ExcelAvailable().

Here is the call graph for this function:

Here is the caller graph for this function:

void fillStyleNameArrays ( )

Definition at line 593 of file GSTCS445V2.0_BaselineVer_wOVariab.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 477 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

References clearWordState(), and vbaCheckRes().

Here is the call graph for this function:

Here is the caller graph for this function:

void HeaderBookmark ( string  bm)

Definition at line 612 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

Here is the caller graph for this function:

void InitWord ( )

Definition at line 626 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

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

Here is the call graph for this function:

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

Definition at line 303 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

string makeFontTableFromStyle ( string  styleName)

Definition at line 688 of file GSTCS445V2.0_BaselineVer_wOVariab.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 744 of file GSTCS445V2.0_BaselineVer_wOVariab.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 51 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

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

Definition at line 707 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

References makeFontTableFromStyle().

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 720 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

References makeFontTableFromStyle().

Here is the call graph for this function:

void setRowBorder ( )

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

void setRowFontNormal ( )

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

void setRowFontNormalNextRow ( )

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

void setRowFormatBoldGray ( )

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

void setRowFormatNormal ( )

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

int str2int ( string  s)

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

void UpdateTOC ( )

Definition at line 672 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

void vbaCheckRes ( string  res)

Definition at line 316 of file GSTCS445V2.0_BaselineVer_wOVariab.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 351 of file GSTCS445V2.0_BaselineVer_wOVariab.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 395 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

References vbaCheckRes().

Here is the call graph for this function:

Here is the caller graph for this function:

void wordMergeRowVBA ( )

Definition at line 279 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

bool wordPreChecksVBA ( )

Definition at line 422 of file GSTCS445V2.0_BaselineVer_wOVariab.dxl.

Here is the caller graph for this function: