Searched refs:isAttachmentSet (Results 1 – 2 of 2) sorted by relevance
93 bool isAttachmentSet() const { return m_attachmentSet; } in isAttachmentSet() function
204 for (curr = this; curr && curr->isAttachmentSet(); curr = curr->next()) { } in fillUnsetProperties()