Searched refs:fext (Results 1 – 1 of 1) sorted by relevance
96 std::string fext = get_file_name_extension(file_name); in get_file_type() local97 std::transform(fext.begin(), fext.end(), fext.begin(), easytolower); in get_file_type()99 if (std::string::npos != WRITER_FILE_EXTENSIONS.find(fext)) in get_file_type()101 else if (std::string::npos != CALC_FILE_EXTENSIONS.find(fext)) in get_file_type()103 else if (std::string::npos != DRAW_FILE_EXTENSIONS.find(fext)) in get_file_type()105 else if (std::string::npos != IMPRESS_FILE_EXTENSIONS.find(fext)) in get_file_type()107 else if (std::string::npos != MATH_FILE_EXTENSIONS.find(fext)) in get_file_type()109 else if (std::string::npos != WEB_FILE_EXTENSIONS.find(fext)) in get_file_type()111 else if (std::string::npos != DATABASE_FILE_EXTENSIONS.find(fext)) in get_file_type()
Completed in 18 milliseconds