Home
last modified time | relevance | path

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

/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatefromcomposition.cpp2304 auto nFormId = AllocNewObject(); in WritePDF() local
2332 StartObjWithStream(nFormId, oDictGroup, in WritePDF()
2343 CPLOPrintf("/Form%d Do\n", nFormId.toInt()); in WritePDF()
2345 CPLOPrintf("Form%d", nFormId.toInt())] = nFormId; in WritePDF()
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatefromcomposition.cpp2304 auto nFormId = AllocNewObject(); in WritePDF() local
2332 StartObjWithStream(nFormId, oDictGroup, in WritePDF()
2343 CPLOPrintf("/Form%d Do\n", nFormId.toInt()); in WritePDF()
2345 CPLOPrintf("Form%d", nFormId.toInt())] = nFormId; in WritePDF()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatefromcomposition.cpp2304 auto nFormId = AllocNewObject(); in WritePDF() local
2332 StartObjWithStream(nFormId, oDictGroup, in WritePDF()
2343 CPLOPrintf("/Form%d Do\n", nFormId.toInt()); in WritePDF()
2345 CPLOPrintf("Form%d", nFormId.toInt())] = nFormId; in WritePDF()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dnavigatortree.cxx365 const sal_uInt16 nFormId = pSubMenuNew->GetItemId("form"); in Command() local
366 … pSubMenuNew->EnableItem(nFormId, bSingleSelection && (m_nFormsSelected || m_bRootSelected)); in Command()
367 pSubMenuNew->SetItemImage(nFormId, Image(StockImage::Yes, RID_SVXBMP_FORM)); in Command()