objInt 156 lib/pdf/xpdf/Object.cc case objInt: objInt 87 lib/pdf/xpdf/Object.h { initObj(objInt); intg = intgA; return this; } objInt 122 lib/pdf/xpdf/Object.h GBool isInt() { return type == objInt; } objInt 124 lib/pdf/xpdf/Object.h GBool isNum() { return type == objInt || type == objReal; } objInt 149 lib/pdf/xpdf/Object.h double getNum() { return type == objInt ? (double)intg : real; }