Home
last modified time | relevance | path

Searched refs:nImageId (Results 1 – 25 of 33) sorted by relevance

12

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/os2/
H A Dnotebook.h128 ,int nImageId = -1
138 ,int nImageId = -1
H A Dlistctrl.h114 ,int nImageId = -1
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/os2/
H A Dnotebook.h128 ,int nImageId = -1
138 ,int nImageId = -1
H A Dlistctrl.h114 ,int nImageId = -1
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dnotebook.cpp479 , int nImageId in AddPage() argument
486 ,nImageId in AddPage()
497 int nImageId ) in InsertPage() argument
619 if (nImageId != -1) in InsertPage()
622 ,nImageId in InsertPage()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dnotebook.cpp479 , int nImageId in AddPage() argument
486 ,nImageId in AddPage()
497 int nImageId ) in InsertPage() argument
619 if (nImageId != -1) in InsertPage()
622 ,nImageId in InsertPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/avmedia/source/framework/
H A DMediaControlBase.cxx272 Image MediaControlBase::GetImage(sal_Int32 nImageId) in GetImage() argument
280 switch (nImageId) in GetImage()
309 switch (nImageId) in GetImage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/inc/
H A Dimagecontainer.hxx44 void writeBase64EncodedStream( ImageId nImageId, EmitContext& rContext );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/inc/
H A Dimagecontainer.hxx44 void writeBase64EncodedStream( ImageId nImageId, EmitContext& rContext );
/dports/games/sarien/sarien-0.7.0/eVC3/
H A Dbrowse.h25 DWORD nImageId; member
H A Dwinmain.cpp64 bf.nImageId = 1000; in open_file()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/misc/
H A Dimagemgr.cxx504 static OUString GetImageNameFromList_Impl( SvImageId nImageId, vcl::ImageType eImageType ) in GetImageNameFromList_Impl() argument
508 switch (nImageId) in GetImageNameFromList_Impl()
533 switch (nImageId) in GetImageNameFromList_Impl()
632 switch (nImageId) in GetImageNameFromList_Impl()
733 static Image GetImageFromList_Impl( SvImageId nImageId, vcl::ImageType eImageType) in GetImageFromList_Impl() argument
735 OUString sImageName(GetImageNameFromList_Impl(nImageId, eImageType)); in GetImageFromList_Impl()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfcreatecopy.cpp1692 int nImageId = WriteBlock(poDS, in WriteImagery() local
1706 if (nImageId == 0) in WriteImagery()
1710 oImageDesc.nImageId = nImageId; in WriteImagery()
1855 if (nImageId == 0) in WriteClippedImagery()
1877 oImageDesc.nImageId = nImageId; in WriteClippedImagery()
3026 if (nImageId) in EndPage()
3029 oImageDesc.nImageId = nImageId; in EndPage()
3582 StartObj(nImageId); in WriteBlock()
3699 int nImageId = AllocNewObject(); in WriteBlock() local
3711 StartObj(nImageId); in WriteBlock()
[all …]
H A Dpdfcreatecopy.h79 int nImageId;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/misc/
H A Dimagemgr.cxx477 static OUString GetImageNameFromList_Impl( SvImageId nImageId, bool bBig ) in GetImageNameFromList_Impl() argument
481 switch (nImageId) in GetImageNameFromList_Impl()
580 switch (nImageId) in GetImageNameFromList_Impl()
682 static Image GetImageFromList_Impl( SvImageId nImageId, bool bBig, Size aSize = Size()) in GetImageFromList_Impl() argument
684 OUString sImageName(GetImageNameFromList_Impl(nImageId, bBig)); in GetImageFromList_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/avmedia/
H A DMediaControlBase.hxx73 static Image GetImage(sal_Int32 nImageId);
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatecopy.cpp1847 auto nImageId = WriteBlock(poDS, in WriteImagery() local
1861 if (!nImageId.toBool()) in WriteImagery()
1865 oImageDesc.nImageId = nImageId; in WriteImagery()
2010 if (!nImageId.toBool()) in WriteClippedImagery()
2032 oImageDesc.nImageId = nImageId; in WriteClippedImagery()
3402 if (nImageId.toBool()) in EndPage()
3405 oImageDesc.nImageId = nImageId; in EndPage()
3923 auto nImageId = AllocNewObject(); in WriteBlock() local
3925 StartObj(nImageId); in WriteBlock()
4042 auto nImageId = AllocNewObject(); in WriteBlock() local
[all …]
H A Dpdfcreatefromcomposition.cpp1527 const auto nImageId = WriteBlock(poDS.get(), in WriteRaster() local
1539 if (!nImageId.toBool()) in WriteRaster()
1542 anImageIds.push_back(nImageId); in WriteRaster()
1557 osGroupStream += CPLOPrintf("/Image%d Do\n", nImageId.toInt()); in WriteRaster()
1565 for( const auto& nImageId: anImageIds ) in WriteRaster() local
1568 CPLOPrintf("Image%d", nImageId.toInt())] = nImageId; in WriteRaster()
1584 for( const auto& nImageId: anImageIds ) in WriteRaster() local
1586 poXObjects->Add(CPLOPrintf("Image%d", nImageId.toInt()), nImageId, 0); in WriteRaster()
H A Dpdfcreatecopy.h90 GDALPDFObjectNum nImageId{};
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatecopy.cpp1847 auto nImageId = WriteBlock(poDS, in WriteImagery() local
1861 if (!nImageId.toBool()) in WriteImagery()
1865 oImageDesc.nImageId = nImageId; in WriteImagery()
2010 if (!nImageId.toBool()) in WriteClippedImagery()
2032 oImageDesc.nImageId = nImageId; in WriteClippedImagery()
3402 if (nImageId.toBool()) in EndPage()
3405 oImageDesc.nImageId = nImageId; in EndPage()
3923 auto nImageId = AllocNewObject(); in WriteBlock() local
3925 StartObj(nImageId); in WriteBlock()
4042 auto nImageId = AllocNewObject(); in WriteBlock() local
[all …]
H A Dpdfcreatefromcomposition.cpp1527 const auto nImageId = WriteBlock(poDS.get(), in WriteRaster() local
1539 if (!nImageId.toBool()) in WriteRaster()
1542 anImageIds.push_back(nImageId); in WriteRaster()
1557 osGroupStream += CPLOPrintf("/Image%d Do\n", nImageId.toInt()); in WriteRaster()
1565 for( const auto& nImageId: anImageIds ) in WriteRaster() local
1568 CPLOPrintf("Image%d", nImageId.toInt())] = nImageId; in WriteRaster()
1584 for( const auto& nImageId: anImageIds ) in WriteRaster() local
1586 poXObjects->Add(CPLOPrintf("Image%d", nImageId.toInt()), nImageId, 0); in WriteRaster()
H A Dpdfcreatecopy.h90 GDALPDFObjectNum nImageId{};
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfcreatecopy.cpp1847 auto nImageId = WriteBlock(poDS, in WriteImagery() local
1861 if (!nImageId.toBool()) in WriteImagery()
1865 oImageDesc.nImageId = nImageId; in WriteImagery()
2010 if (!nImageId.toBool()) in WriteClippedImagery()
2032 oImageDesc.nImageId = nImageId; in WriteClippedImagery()
3402 if (nImageId.toBool()) in EndPage()
3405 oImageDesc.nImageId = nImageId; in EndPage()
3923 auto nImageId = AllocNewObject(); in WriteBlock() local
3925 StartObj(nImageId); in WriteBlock()
4042 auto nImageId = AllocNewObject(); in WriteBlock() local
[all …]
H A Dpdfcreatefromcomposition.cpp1527 const auto nImageId = WriteBlock(poDS.get(), in WriteRaster() local
1539 if (!nImageId.toBool()) in WriteRaster()
1542 anImageIds.push_back(nImageId); in WriteRaster()
1557 osGroupStream += CPLOPrintf("/Image%d Do\n", nImageId.toInt()); in WriteRaster()
1565 for( const auto& nImageId: anImageIds ) in WriteRaster() local
1568 CPLOPrintf("Image%d", nImageId.toInt())] = nImageId; in WriteRaster()
1584 for( const auto& nImageId: anImageIds ) in WriteRaster() local
1586 poXObjects->Add(CPLOPrintf("Image%d", nImageId.toInt()), nImageId, 0); in WriteRaster()
H A Dpdfcreatecopy.h90 GDALPDFObjectNum nImageId{};

12