Home
last modified time | relevance | path

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

/aoo41x/main/shell/source/win32/shlxthandler/util/
H A Dfileextensions.cxx96 std::string fext = get_file_name_extension(file_name); in get_file_type() local
97 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 14 milliseconds