Searched refs:hasSuffix (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/ui/widget/
H A Dimageicon.cpp325 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 Dfiledialog.cpp40 bool hasSuffix(const Glib::ustring &str, const Glib::ustring &ext) function in namespace:Inkscape::UI::Dialog
72 if (hasSuffix(fileName, ext))
H A Dfiledialog.h67 bool hasSuffix(const Glib::ustring &str, const Glib::ustring &ext);
H A Dfiledialogimpl-gtkmm.cpp242 if (hasSuffix(fileName, svg)) {
575 (hasSuffix(fileName, svg) || hasSuffix(fileName, svgz))) {
H A Dfiledialogimpl-win32.cpp994 (hasSuffix(path, svg) || hasSuffix(path, svgz)))
996 else if (hasSuffix(path, emf) || hasSuffix(path, wmf))

Completed in 27 milliseconds