Searched refs:hasSuffix (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | imageicon.cpp | 325 hasSuffix(const Glib::ustring &str, Glib::ustring &ext) function in namespace:Inkscape::UI::Widget 364 if (hasSuffix(fileName, ext)) 398 if (hasSuffix(fileName, svg) || hasSuffix(fileName, svgz)) {
|
/inkscape/src/ui/dialog/ |
H A D | filedialog.cpp | 40 bool hasSuffix(const Glib::ustring &str, const Glib::ustring &ext) function in namespace:Inkscape::UI::Dialog 72 if (hasSuffix(fileName, ext))
|
H A D | filedialog.h | 67 bool hasSuffix(const Glib::ustring &str, const Glib::ustring &ext);
|
H A D | filedialogimpl-gtkmm.cpp | 242 if (hasSuffix(fileName, svg)) { 575 (hasSuffix(fileName, svg) || hasSuffix(fileName, svgz))) {
|
H A D | filedialogimpl-win32.cpp | 994 (hasSuffix(path, svg) || hasSuffix(path, svgz))) 996 else if (hasSuffix(path, emf) || hasSuffix(path, wmf))
|
Completed in 26 milliseconds