Searched refs:m_aContentType (Results 1 – 6 of 6) sorted by relevance
454 String m_aContentType; member in UCBStorageStream_Impl518 String m_aContentType; member in UCBStorage_Impl630 return m_xStream->m_aContentType; in GetContentType()632 return m_xStorage->m_aContentType; in GetContentType()643 m_xStream->m_aContentType = m_xStream->m_aOriginalContentType = rType; in SetContentType()646 m_xStorage->m_aContentType = m_xStorage->m_aOriginalContentType = rType; in SetContentType()669 bModified = m_xStream->m_aContentType != m_xStream->m_aOriginalContentType; in IsModified()671 bModified = m_xStorage->m_aContentType != m_xStorage->m_aOriginalContentType; in IsModified()1329 m_aContentType = m_aOriginalContentType;1554 pStg->pImp->m_aContentType = pImp->m_aContentType;[all …]
145 ,m_aContentType() in Content()207 return *m_aContentType; in getContentType()647 if ( !!m_aContentType ) in impl_determineContentType()650 m_aContentType.reset( ContentProvider::getArtificialNodeContentType() ); in impl_determineContentType()658 m_aContentType.reset( xRow->getString(1) ); in impl_determineContentType()
142 ::boost::optional< ::rtl::OUString > m_aContentType;
68 m_aContentType( rType == HierarchyEntryData::FOLDER in HierarchyContentProperties()74 m_aContentType( rData.getType() == HierarchyEntryData::FOLDER in HierarchyContentProperties()90 const rtl::OUString & getContentType() const { return m_aContentType; } in getContentType()104 rtl::OUString m_aContentType; member in hierarchy_ucp::HierarchyContentProperties
69 m_aContentType( rType == STREAM in ContentProperties()83 const rtl::OUString & getContentType() const { return m_aContentType; } in getContentType()98 rtl::OUString m_aContentType; member in tdoc_ucp::ContentProperties
107 String m_aContentType; member in utl::UcbLockBytes207 void SetContentType_Impl( const String& rType ) { m_aContentType = rType; } in SetContentType_Impl()