Lines Matching refs:aFileFormat
126 sal_Int32 aFileFormat = 0; in FileFormat() local
139 aFileFormat = excel::XlFileFormat::xlCSV; //xlFileFormat. in FileFormat()
143 aFileFormat = excel::XlFileFormat::xlDBF4; in FileFormat()
147 aFileFormat = excel::XlFileFormat::xlDIF; in FileFormat()
151 aFileFormat = excel::XlFileFormat::xlWK3; in FileFormat()
155 aFileFormat = excel::XlFileFormat::xlExcel4Workbook; in FileFormat()
159 aFileFormat = excel::XlFileFormat::xlExcel5; in FileFormat()
163 aFileFormat = excel::XlFileFormat::xlExcel9795; in FileFormat()
167 aFileFormat = excel::XlFileFormat::xlHtml; in FileFormat()
171 aFileFormat = excel::XlFileFormat::xlTemplate; in FileFormat()
175 aFileFormat = excel::XlFileFormat::xlWorkbookNormal; in FileFormat()
178 aFileFormat = excel::XlFileFormat::xlWorkbookNormal; in FileFormat()
181 return aFileFormat; in FileFormat()