Lines Matching refs:UriOutputStream
285 UriOutputStream::UriOutputStream(FILE* fp, Inkscape::URI &destination)
293 Glib::ustring err = "UriOutputStream given null file ";
301 UriOutputStream::UriOutputStream(Inkscape::URI &destination)
326 Glib::ustring err = "UriOutputStream cannot open file ";
343 UriOutputStream::~UriOutputStream()
352 void UriOutputStream::close()
381 void UriOutputStream::flush()
405 int UriOutputStream::put(gunichar ch)
441 outputStream = new UriOutputStream(uri);