Lines Matching refs:oDict

512     GDALPDFDictionaryRW oDict;  in WriteXRefTableAndTrailer()  local
513 oDict.Add("Size", (int)m_asXRefEntries.size() + 1) in WriteXRefTableAndTrailer()
516 oDict.Add("Info", m_nInfoId, m_nInfoGen); in WriteXRefTableAndTrailer()
518 oDict.Add("Prev", (double)nLastStartXRef); in WriteXRefTableAndTrailer()
519 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in WriteXRefTableAndTrailer()
560 GDALPDFDictionaryRW& oDict, in StartObjWithStream() argument
572 oDict.Add("Length", m_nContentLengthId, 0); in StartObjWithStream()
575 oDict.Add("Filter", GDALPDFObjectRW::CreateName("FlateDecode")); in StartObjWithStream()
577 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in StartObjWithStream()
1560 GDALPDFDictionaryRW oDict; in SetInfo() local
1562 oDict.Add("Author", pszAUTHOR); in SetInfo()
1564 oDict.Add("Producer", pszPRODUCER); in SetInfo()
1566 oDict.Add("Creator", pszCREATOR); in SetInfo()
1568 oDict.Add("CreationDate", pszCREATION_DATE); in SetInfo()
1570 oDict.Add("Subject", pszSUBJECT); in SetInfo()
1572 oDict.Add("Title", pszTITLE); in SetInfo()
1574 oDict.Add("Keywords", pszKEYWORDS); in SetInfo()
1575 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in SetInfo()
1611 GDALPDFDictionaryRW oDict; in SetXMP() local
1612 oDict.Add("Type", GDALPDFObjectRW::CreateName("Metadata")) in SetXMP()
1615 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in SetXMP()
1644 GDALPDFDictionaryRW oDict; in WriteOCG() local
1645 oDict.Add("Type", GDALPDFObjectRW::CreateName("OCG")); in WriteOCG()
1646 oDict.Add("Name", pszLayerName); in WriteOCG()
1647 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in WriteOCG()
1777 GDALPDFDictionaryRW oDict; in WriteColorTable() local
1778 oDict.Add("Length", nColors * 3); in WriteColorTable()
1779 VSIFPrintfL(m_fp, "%s %% Lookup table\n", oDict.Serialize().c_str()); in WriteColorTable()
2124 GDALPDFDictionaryRW oDict; in EndOGRLayer() local
2125 oDict.Add("A", &(new GDALPDFDictionaryRW())->Add("O", in EndOGRLayer()
2129 oDict.Add("K", poArray); in EndOGRLayer()
2139 oDict.Add("P", m_nStructTreeRootId, 0); in EndOGRLayer()
2140 oDict.Add("S", GDALPDFObjectRW::CreateName("Feature")); in EndOGRLayer()
2141 oDict.Add("T", osVectorDesc.osLayerName); in EndOGRLayer()
2143 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in EndOGRLayer()
2749 GDALPDFDictionaryRW oDict; in WriteLink() local
2750 oDict.Add("Type", GDALPDFObjectRW::CreateName("Annot")); in WriteLink()
2751 oDict.Add("Subtype", GDALPDFObjectRW::CreateName("Link")); in WriteLink()
2752oDict.Add("Rect", &(new GDALPDFArrayRW())->Add(bboxXMin).Add(bboxYMin).Add(bboxXMax).Add(bboxYMax)… in WriteLink()
2753 oDict.Add("A", &(new GDALPDFDictionaryRW())-> in WriteLink()
2756 oDict.Add("BS", &(new GDALPDFDictionaryRW())-> in WriteLink()
2760 oDict.Add("Border", &(new GDALPDFArrayRW())->Add(0).Add(0).Add(0)); in WriteLink()
2761 oDict.Add("H", GDALPDFObjectRW::CreateName("I")); in WriteLink()
2781 oDict.Add("QuadPoints", &(new GDALPDFArrayRW())-> in WriteLink()
2789 oDict.Add("QuadPoints", &(new GDALPDFArrayRW())-> in WriteLink()
2798 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in WriteLink()
2983 GDALPDFDictionaryRW oDict; in WriteAttributes() local
2986 oDict.Add("A", poDictA); in WriteAttributes()
3010 oDict.Add("K", nMCID); in WriteAttributes()
3011 oDict.Add("P", oParent, 0); in WriteAttributes()
3012 oDict.Add("Pg", oPage, 0); in WriteAttributes()
3013 oDict.Add("S", GDALPDFObjectRW::CreateName("feature")); in WriteAttributes()
3014 oDict.Add("T", osOutFeatureName); in WriteAttributes()
3016 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in WriteAttributes()
3071 GDALPDFDictionaryRW oDict; in WriteLabel() local
3073 oDict.Add("Type", GDALPDFObjectRW::CreateName("XObject")) in WriteLabel()
3102 oDict.Add("Resources", poResources); in WriteLabel()
3104 StartObjWithStream(nObjectId, oDict, in WriteLabel()
3246 GDALPDFDictionaryRW oDict; in WriteOGRFeature() local
3249 oDict.Add("Type", GDALPDFObjectRW::CreateName("XObject")) in WriteOGRFeature()
3274 oDict.Add("Resources", poResources); in WriteOGRFeature()
3276 StartObjWithStream(nObjectId, oDict, in WriteOGRFeature()
3419 GDALPDFDictionaryRW oDict; in EndPage() local
3420 oDict.Add("Type", GDALPDFObjectRW::CreateName("Annot")); in EndPage()
3421 oDict.Add("Subtype", GDALPDFObjectRW::CreateName("Link")); in EndPage()
3422 oDict.Add("Rect", &(new GDALPDFArrayRW())-> in EndPage()
3427 oDict.Add("A", &(new GDALPDFDictionaryRW())-> in EndPage()
3430 oDict.Add("BS", &(new GDALPDFDictionaryRW())-> in EndPage()
3434 oDict.Add("Border", &(new GDALPDFArrayRW())->Add(0).Add(0).Add(0)); in EndPage()
3435 oDict.Add("H", GDALPDFObjectRW::CreateName("I")); in EndPage()
3437 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in EndPage()
3649 GDALPDFDictionaryRW oDict; in EndPage() local
3651 oDict.Add("XObject", poDictXObject); in EndPage()
3736 oDict.Add("Font", poDictFont); in EndPage()
3746 oDict.Add("Properties", poDictProperties); in EndPage()
3749 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in EndPage()
3848 GDALPDFDictionaryRW oDict; in WriteMask() local
3849 oDict.Add("Type", GDALPDFObjectRW::CreateName("XObject")) in WriteMask()
3856 StartObjWithStream(nMaskId, oDict, eCompressMethod != COMPRESS_NONE ); in WriteMask()
3927 GDALPDFDictionaryRW oDict; in WriteBlock() local
3928 oDict.Add("Length", nLength) in WriteBlock()
3938 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in WriteBlock()
4053 GDALPDFDictionaryRW oDict; in WriteBlock() local
4054 oDict.Add("Type", GDALPDFObjectRW::CreateName("XObject")); in WriteBlock()
4059 oDict.Add("DecodeParms", &((new GDALPDFDictionaryRW()) in WriteBlock()
4066 oDict.Add("Filter", GDALPDFObjectRW::CreateName("DCTDecode")); in WriteBlock()
4070 oDict.Add("Filter", GDALPDFObjectRW::CreateName("JPXDecode")); in WriteBlock()
4073 oDict.Add("Subtype", GDALPDFObjectRW::CreateName("Image")) in WriteBlock()
4083 oDict.Add("SMask", nMaskId, 0); in WriteBlock()
4087 oDict.Add("Measure", nMeasureId, 0); in WriteBlock()
4090 StartObjWithStream(nImageId, oDict, in WriteBlock()
4264 GDALPDFDictionaryRW oDict; in WriteJavascript() local
4265 StartObjWithStream(nJSId, oDict, bDeflate); in WriteJavascript()
4276 GDALPDFDictionaryRW oDict; in WriteJavascript() local
4278 oDict.Add("JavaScript", poJavaScriptDict); in WriteJavascript()
4291 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in WriteJavascript()
4335 GDALPDFDictionaryRW oDict; in WritePages() local
4337 oDict.Add("Type", GDALPDFObjectRW::CreateName("Pages")) in WritePages()
4344 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in WritePages()
4350 GDALPDFDictionaryRW oDict; in WritePages() local
4351 oDict.Add("Type", GDALPDFObjectRW::CreateName("Catalog")) in WritePages()
4354 oDict.Add("Metadata", m_nXMPId, 0); in WritePages()
4358 oDict.Add("OCProperties", poDictOCProperties); in WritePages()
4460 oDict.Add("MarkInfo", poDictMarkInfo); in WritePages()
4463 oDict.Add("StructTreeRoot", m_nStructTreeRootId, 0); in WritePages()
4467 oDict.Add("Names", m_nNamesId, 0); in WritePages()
4469 VSIFPrintfL(m_fp, "%s\n", oDict.Serialize().c_str()); in WritePages()