|
DOORS Project reporting V1.0
|
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) |
| void clearWordState | ( | ) |
Definition at line 290 of file GSTCS445V2.0_doxyfile.dxl.

| void collapseSelection | ( | ) |
Definition at line 327 of file GSTCS445V2.0_doxyfile.dxl.
References vbaCheckRes().

| void collapseSelectionBackwards | ( | ) |
Definition at line 337 of file GSTCS445V2.0_doxyfile.dxl.
References vbaCheckRes().

| void endKey | ( | ) |
Definition at line 687 of file GSTCS445V2.0_doxyfile.dxl.
References vbaCheckRes().


| string ExcelAddress | ( | int | col, |
| int | row | ||
| ) |
Definition at line 84 of file GSTCS445V2.0_doxyfile.dxl.
References ExcelAlphaCol().


| string ExcelAlphaCol | ( | int | col | ) |
Definition at line 64 of file GSTCS445V2.0_doxyfile.dxl.

| bool ExcelAvailable | ( | ) |
Definition at line 105 of file GSTCS445V2.0_doxyfile.dxl.

| string ExcelColAddress | ( | int | colStart, |
| int | colEnd | ||
| ) |
Definition at line 98 of file GSTCS445V2.0_doxyfile.dxl.
References ExcelAlphaCol().


| void ExcelColAutoFit | ( | int | colStart, |
| int | colEnd | ||
| ) |
Definition at line 189 of file GSTCS445V2.0_doxyfile.dxl.
References ExcelColAddress().

| void ExcelColShrinkToFit | ( | int | colStart, |
| int | colEnd | ||
| ) |
Definition at line 202 of file GSTCS445V2.0_doxyfile.dxl.
References ExcelColAddress().

| void ExcelInit | ( | bool | bVisible | ) |
Definition at line 136 of file GSTCS445V2.0_doxyfile.dxl.
References ExcelSetVisible().

| 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().

| 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().

| void ExcelSetVisible | ( | bool | bVisible | ) |
Definition at line 124 of file GSTCS445V2.0_doxyfile.dxl.
References ExcelAvailable().


| void fillStyleNameArrays | ( | ) |
Definition at line 588 of file GSTCS445V2.0_doxyfile.dxl.
References vbaGetStyleName().


| void getWordStyleNames | ( | OleAutoObj | objDoc | ) |
Definition at line 472 of file GSTCS445V2.0_doxyfile.dxl.
References clearWordState(), and vbaCheckRes().


| void InitWord | ( | ) |
Definition at line 611 of file GSTCS445V2.0_doxyfile.dxl.
References fillStyleNameArrays(), getWordStyleNames(), vbaGetStyleName(), wordCheckVersion(), and wordPreChecksVBA().

| 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.

| 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().

| 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().

| string pasteAndApplyStyle | ( | OleAutoObj | objSelection, |
| RTF_string__ | s, | ||
| string | styleName | ||
| ) |
Definition at line 662 of file GSTCS445V2.0_doxyfile.dxl.
References makeFontTableFromStyle().


| 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().


| string vbaGetStyleName | ( | OleAutoObj | objDoc, |
| int | styleNumber | ||
| ) |
Definition at line 348 of file GSTCS445V2.0_doxyfile.dxl.
References clearWordState(), and vbaCheckRes().


| string wordCheckVersion | ( | ) |
Definition at line 390 of file GSTCS445V2.0_doxyfile.dxl.
References vbaCheckRes().


| void wordMergeRowVBA | ( | ) |
Definition at line 276 of file GSTCS445V2.0_doxyfile.dxl.
| bool wordPreChecksVBA | ( | ) |
Definition at line 417 of file GSTCS445V2.0_doxyfile.dxl.

1.7.4