Home
last modified time | relevance | path

Searched refs:CanDeleteCollection (Results 1 – 23 of 23) sorted by relevance

/dports/deskutils/akonadiconsole/akonadiconsole-21.12.3/src/
H A Dcollectionaclpage.cpp30 ui.deleteCollection->setChecked(rights & Collection::CanDeleteCollection); in load()
52 rights |= Collection::CanDeleteCollection; in save()
/dports/databases/akonadi/akonadi-21.12.3/src/core/attributes/
H A Dcollectionrightsattribute.cpp47 rights |= Collection::CanDeleteCollection; in dataToRights()
77 if (rights & Collection::CanDeleteCollection) { in rightsToData()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/mixedmaildir/autotests/
H A Dcollectionfetchtest.cpp291 | Collection::CanChangeCollection | Collection::CanDeleteCollection); in testMixedTree()
317 | Collection::CanChangeCollection | Collection::CanDeleteCollection); in testMixedTree()
352 | Collection::CanChangeCollection | Collection::CanDeleteCollection); in testMixedTree()
376 | Collection::CanChangeCollection | Collection::CanDeleteCollection); in testMixedTree()
418 | Collection::CanChangeCollection | Collection::CanDeleteCollection); in testMixedTree()
H A Dtemplatemethodstest.cpp125 …llection::CanCreateCollection | Collection::CanChangeCollection | Collection::CanDeleteCollection); in testSetTopLevelCollection()
H A Dcollectioncreatetest.cpp93 | Collection::CanChangeCollection | Collection::CanDeleteCollection); in testCollectionProperties()
/dports/databases/akonadi/akonadi-21.12.3/src/core/
H A Dcollection.h84 CanDeleteCollection = 0x20, ///< Can delete this collection enumerator
88 | CanDeleteCollection) ///< Has all rights on this storage collection
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/imap/
H A Dcollectionmetadatahelper.cpp38 newRights |= Akonadi::Collection::CanDeleteCollection; in convertRights()
H A Dchangecollectiontask.cpp84 if (newRights & Akonadi::Collection::CanDeleteCollection) { in doStart()
90 … & Akonadi::Collection::CanDeleteItem) && (newRights & Akonadi::Collection::CanDeleteCollection)) { in doStart()
/dports/deskutils/kmail/kmail-21.12.3/src/dialog/
H A Darchivefolderdialog.cpp135 …alid() && !col.isVirtual() && (col.rights() & Akonadi::Collection::CanDeleteCollection) && !folder… in canRemoveFolder()
/dports/databases/akonadi/akonadi-21.12.3/src/widgets/
H A Ddragdropmanager.cpp263 …(source.rights() & Collection::CanDeleteCollection) && !source.hasAttribute<SpecialCollectionAttri… in startDrag()
H A Dactionstatemanager.cpp70 if (!(collection.rights() & Collection::CanDeleteCollection)) { in updateState()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/ews/
H A Dewsfetchfoldersjob.cpp319 colRights |= Collection::CanDeleteCollection | Collection::CanDeleteItem; in createFolderCollection()
H A Dewsfetchfoldersincrjob.cpp508 colRights |= Collection::CanDeleteCollection | Collection::CanDeleteItem; in updateFolderCollection()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/google-groupware/
H A Dcalendarhandler.cpp62 …collection.setRights(Collection::CanChangeCollection | Collection::CanDeleteCollection | Collectio… in setupCollection()
H A Dcontacthandler.cpp91 …setRights(collection.rights() | Collection::CanChangeCollection | Collection::CanDeleteCollection); in setupCollection()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/contacts/
H A Dcontactsresource.cpp491 rights |= Collection::CanDeleteCollection; in supportedRights()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/mixedmaildir/
H A Dmixedmaildirstore.cpp651 | Collection::CanChangeCollection | Collection::CanDeleteCollection); in fillMBoxCollectionDetails()
671 | Collection::CanChangeCollection | Collection::CanDeleteCollection); in fillMaildirCollectionDetails()
2256 …ollection::CanCreateCollection | Collection::CanChangeCollection | Collection::CanDeleteCollection; in setTopLevelCollection()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/shared/filestore/
H A Dabstractlocalstore.cpp436 } else if ((collection.rights() & Collection::CanDeleteCollection) == 0) { in deleteCollection()
/dports/deskutils/kalendar/kalendar-0.4.0/src/
H A Dcalendarmanager.cpp910 …etails[QLatin1String("canDelete")] = collection.rights().testFlag(Collection::CanDeleteCollection); in getCollectionDetails()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/openxchange/
H A Dopenxchangeresource.cpp227 rights |= Collection::CanDeleteCollection; in folderPermissionsToCollectionRights()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/dav/resource/
H A Ddavgroupwareresource.cpp78 …mDavCollectionRoot.setRights(Collection::CanCreateCollection | Collection::CanDeleteCollection | C… in DavGroupwareResource()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dakonadi.py2408 CanDeleteCollection = 0 variable in Akonadi.Collection
/dports/deskutils/kmail/kmail-21.12.3/src/
H A Dkmmainwidget.cpp3889 …urrentFolderSettings && (mCurrentCollection.rights() & Collection::CanDeleteCollection) && !mCurre… in slotAkonadiStandardActionUpdated()