Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dimpop.cxx1139 BiffTyp eDatei; in Bof5() local
1146 case 0x0005: eDatei = Biff5W; break; // workbook globals in Bof5()
1147 case 0x0006: eDatei = Biff5V; break; // VB module in Bof5()
1148 case 0x0010: eDatei = Biff5; break; // worksheet in Bof5()
1149 case 0x0020: eDatei = Biff5C; break; // chart in Bof5()
1150 case 0x0040: eDatei = Biff5M4; break; // macro sheet in Bof5()
1157 eDatei = ( BiffTyp ) ( eDatei - Biff5 + Biff8 ); in Bof5()
1159 pExcRoot->eDateiTyp = eDatei; in Bof5()

Completed in 18 milliseconds