Public Member Functions | |
| ScDelimiterTable (const String &rDelTab) | |
| USHORT | GetCode (const String &rDelimiter) const |
| String | GetDelimiter (sal_Unicode nCode) const |
| String | FirstDel () |
| String | NextDel () |
Private Attributes | |
| const String | theDelTab |
| const sal_Unicode | cSep |
| const xub_StrLen | nCount |
| xub_StrLen | nIter |
Definition at line 43 of file scuiimoptdlg.cxx.
| ScDelimiterTable::ScDelimiterTable | ( | const String & | rDelTab | ) | [inline] |
Definition at line 46 of file scuiimoptdlg.cxx.
| USHORT ScDelimiterTable::GetCode | ( | const String & | rDelimiter | ) | const |
Definition at line 68 of file scuiimoptdlg.cxx.
References cSep, nCount, and theDelTab.
Referenced by ScImportOptionsDlg::GetCodeFromCombo().
| String ScDelimiterTable::GetDelimiter | ( | sal_Unicode | nCode | ) | const |
Definition at line 92 of file scuiimoptdlg.cxx.
References cSep, nCount, and theDelTab.
Referenced by ScImportOptionsDlg::ScImportOptionsDlg().
| String ScDelimiterTable::FirstDel | ( | ) | [inline] |
Definition at line 56 of file scuiimoptdlg.cxx.
References cSep, nIter, and theDelTab.
Referenced by ScImportOptionsDlg::ScImportOptionsDlg().
| String ScDelimiterTable::NextDel | ( | ) | [inline] |
Definition at line 57 of file scuiimoptdlg.cxx.
References cSep, nIter, and theDelTab.
Referenced by ScImportOptionsDlg::ScImportOptionsDlg().
const String ScDelimiterTable::theDelTab [private] |
Definition at line 60 of file scuiimoptdlg.cxx.
Referenced by FirstDel(), GetCode(), GetDelimiter(), and NextDel().
const sal_Unicode ScDelimiterTable::cSep [private] |
Definition at line 61 of file scuiimoptdlg.cxx.
Referenced by FirstDel(), GetCode(), GetDelimiter(), and NextDel().
const xub_StrLen ScDelimiterTable::nCount [private] |
xub_StrLen ScDelimiterTable::nIter [private] |
1.5.6