Home
last modified time | relevance | path

Searched refs:theDelTab (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dscuiimoptdlg.cxx42 : theDelTab ( rDelTab ), in ScDelimiterTable()
51 String FirstDel() { nIter = 0; return theDelTab.GetToken( nIter, cSep ); } in FirstDel()
52 String NextDel() { nIter +=2; return theDelTab.GetToken( nIter, cSep ); } in NextDel()
55 const String theDelTab; member in ScDelimiterTable
72 if ( rDel == theDelTab.GetToken( i, cSep ) ) in GetCode()
74 nCode = (sal_Unicode) theDelTab.GetToken( i+1, cSep ).ToInt32(); in GetCode()
96 if ( nCode == (sal_Unicode) theDelTab.GetToken( i+1, cSep ).ToInt32() ) in GetDelimiter()
98 aStrDel = theDelTab.GetToken( i, cSep ); in GetDelimiter()

Completed in 55 milliseconds