Home
last modified time | relevance | path

Searched refs:ReturnWithError2 (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/libpgf/PGF/Codec/include/
H A DPGFplatform.h212 #define ReturnWithError2(err, ret) { _PGF_Error_ = err; return ret; } macro
215 #define ReturnWithError2(err, ret) throw IOException(err) macro
473 #define ReturnWithError2(err, ret) { _PGF_Error_ = err; return ret; } macro
476 #define ReturnWithError2(err, ret) throw IOException(err) macro
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/pgf/
H A DPGFplatform.h212 #define ReturnWithError2(err, ret) { _PGF_Error_ = err; return ret; } macro
215 #define ReturnWithError2(err, ret) throw IOException(err) macro
473 #define ReturnWithError2(err, ret) { _PGF_Error_ = err; return ret; } macro
476 #define ReturnWithError2(err, ret) throw IOException(err) macro
H A DPGFstream.cpp68 if ((err = GetFPos(m_hFile, &pos)) != NoError) ReturnWithError2(err, pos); in GetPos()
271 ReturnWithError2(hr, pos.QuadPart); in GetPos()
/dports/graphics/digikam/digikam-7.4.0/core/libs/pgfutils/libpgf/
H A DPGFplatform.h212 #define ReturnWithError2(err, ret) { _PGF_Error_ = err; return ret; } macro
215 #define ReturnWithError2(err, ret) throw IOException(err) macro
473 #define ReturnWithError2(err, ret) { _PGF_Error_ = err; return ret; } macro
476 #define ReturnWithError2(err, ret) throw IOException(err) macro
H A DPGFstream.cpp68 if ((err = GetFPos(m_hFile, &pos)) != NoError) ReturnWithError2(err, pos); in GetPos()
273 ReturnWithError2(hr, pos.QuadPart); in GetPos()
/dports/graphics/libpgf/PGF/Codec/src/
H A DPGFstream.cpp68 if ((err = GetFPos(m_hFile, &pos)) != NoError) ReturnWithError2(err, pos); in GetPos()
271 ReturnWithError2(hr, pos.QuadPart); in GetPos()