Home
last modified time | relevance | path

Searched refs:IMPORT_NONE (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/gallery2/
H A Dgaltheme.cxx246 … if ( GalleryGraphicImport( aURL, aGraphic, aFormat ) != GalleryGraphicImportRet::IMPORT_NONE ) in Actualize()
327 …= ( GalleryGraphicImport( aURL, rGraphic, aFilterDummy ) != GalleryGraphicImportRet::IMPORT_NONE ); in GetGraphic()
504 if( nImportRet != GalleryGraphicImportRet::IMPORT_NONE ) in InsertURL()
H A Dgalobj.cxx257 if ( GalleryGraphicImportRet::IMPORT_NONE != GalleryGraphicImport( rURL, aGraphic, aFilter ) ) in SgaObjectBmp()
H A Dgalmisc.cxx54 GalleryGraphicImportRet nRet = GalleryGraphicImportRet::IMPORT_NONE; in GalleryGraphicImport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dgalmisc.hxx71 IMPORT_NONE, IMPORT_FILE enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dgalmisc.hxx70 IMPORT_NONE, IMPORT_FILE enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/gallery2/
H A Dgaltheme.cxx517 … if ( GalleryGraphicImport( aURL, aGraphic, aFormat ) != GalleryGraphicImportRet::IMPORT_NONE ) in Actualize()
747 …= ( GalleryGraphicImport( aURL, rGraphic, aFilterDummy ) != GalleryGraphicImportRet::IMPORT_NONE ); in GetGraphic()
1064 if( nImportRet != GalleryGraphicImportRet::IMPORT_NONE ) in InsertURL()
H A Dgalmisc.cxx72 GalleryGraphicImportRet nRet = GalleryGraphicImportRet::IMPORT_NONE; in GalleryGraphicImport()
H A Dgalobj.cxx253 if ( GalleryGraphicImportRet::IMPORT_NONE != GalleryGraphicImport( rURL, aGraphic, aFilter ) ) in SgaObjectBmp()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/ide/dialogs/
H A DImportTypeDialog.java78 public static final int IMPORT_NONE = 0; field in ImportTypeDialog
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/actions/
H A DCopyFilesAndFoldersOperation.java750 int mode= ImportTypeDialog.IMPORT_NONE; in copyOrLinkFiles()
787 case ImportTypeDialog.IMPORT_NONE: in copyOrLinkFiles()