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

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.h113 void showTooLarge(long fileLength);
H A Dfiledialogimpl-gtkmm.cpp442 void SVGPreview::showTooLarge(long fileLength) argument
528 double floatFileLength = ((double)fileLength) / 1048576.0;
529 // printf("%ld %f\n", fileLength, floatFileLength);

Completed in 19 milliseconds