Searched refs:theFileName (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dimageicon.cpp127 bool ImageIcon::showSvgFile(const Glib::ustring &theFileName) argument
129 Glib::ustring fileName = theFileName;
169 bool ImageIcon::showBitmap(const Glib::ustring &theFileName) argument
171 Glib::ustring fileName = theFileName;
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp146 bool SVGPreview::setFileName(Glib::ustring &theFileName) argument
148 Glib::ustring fileName = theFileName;
194 void SVGPreview::showImage(Glib::ustring &theFileName) argument
196 Glib::ustring fileName = theFileName;
201 // std::cout << "SVGPreview::showImage: " << theFileName << std::endl;
243 std::ifstream input(theFileName.c_str());
245 std::cerr << "SVGPreview::showImage: Failed to open file: " << theFileName << std::endl;

Completed in 18 milliseconds