Home
last modified time | relevance | path

Searched refs:DocumentFormatFlag_AllowDuplicateNames (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/
H A DDatabaseConnectionFormat.cpp41 …ag_SupportWriting | DocumentFormatFlag_CannotBeCreated | DocumentFormatFlag_AllowDuplicateNames | … in DatabaseConnectionFormat()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/models/
H A DDocumentModel.cpp415 if (!df->checkFlags(DocumentFormatFlag_AllowDuplicateNames)) { in checkUnloadedState()
441 if (!df->checkFlags(DocumentFormatFlag_AllowDuplicateNames)) { in checkLoadedState()
H A DDocumentModel.h72 DocumentFormatFlag_AllowDuplicateNames = 1 << 8, enumerator