Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/filter/excel/
H A Dread.cxx81 Zustand eAkt = Z_BiffNull, ePrev = Z_BiffNull; in Read() local
97 while( eAkt != Z_Ende ) in Read()
99 if( eAkt == Z_Biff5E ) in Read()
109 eAkt = Z_Ende; in Read()
119 switch( eAkt ) in Read()
132 eAkt = Z_Ende; in Read()
136 if( eAkt == Z_Ende ) in Read()
139 if( eAkt != Z_Biff5TPre && eAkt != Z_Biff5WPre ) in Read()
142 switch( eAkt ) in Read()
161 eAkt = Z_Biff2; in Read()
[all …]
/AOO41X/main/sc/source/filter/lotus/
H A Dlotread.cxx62 STATE eAkt = S_START; in Read() local
72 while( eAkt != S_END ) in Read()
77 eAkt = S_END; in Read()
81 switch( eAkt ) in Read()
88 eAkt = S_END; in Read()
97 case Lotus_WK1: eAkt = S_WK1; break; in Read()
98 case Lotus_WK3: eAkt = S_WK3; break; in Read()
99 case Lotus_WK4: eAkt = S_WK4; break; in Read()
100 case Lotus_FM3: eAkt = S_FM3; break; in Read()
103 eAkt = S_END; in Read()
[all …]
/AOO41X/main/sc/source/filter/dif/
H A Ddifimp.cxx153 DATASET eAkt = D_UNKNOWN; in ScImportDif() local
155 while( eAkt != D_EOD ) in ScImportDif()
157 eAkt = aDifParser.GetNextDataset(); in ScImportDif()
161 switch( eAkt ) in ScImportDif()