Searched refs:aFileFormat (Results 1 – 2 of 2) sorted by relevance
126 sal_Int32 aFileFormat = 0; in FileFormat() local143 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()[all …]
556 PropertyValue aFileFormat = new PropertyValue(); in storeComponent() local557 aFileFormat.Name = "FilterName"; in storeComponent()558 aFileFormat.Value = getFileFormat(_nType); in storeComponent()559 aPropertyList.add(aFileFormat); in storeComponent()
Completed in 22 milliseconds