Home
last modified time | relevance | path

Searched refs:PageSizeException (Results 1 – 4 of 4) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DPageSize.cpp101 throw PageSizeException("unknown page format: "+name); in resize()
113 throw PageSizeException("invalid page format suffix: " + suffix); in resize()
145 default : throw PageSizeException("invalid page format: "+name); in resize()
149 throw PageSizeException("unknown page format: "+name); in resize()
H A DPageSize.h26 struct PageSizeException : public MessageException struct
28 PageSizeException (const std::string &msg) : MessageException(msg) {} in PageSizeException() function
H A Ddvisvgm.cpp146 catch (const PageSizeException &e) { in check_bbox()
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/
H A DChangeLog3123 fixed uncaught PageSizeException