Home
last modified time | relevance | path

Searched refs:m_aContentType (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx454 String m_aContentType; member in UCBStorageStream_Impl
518 String m_aContentType; member in UCBStorage_Impl
630 return m_xStream->m_aContentType; in GetContentType()
632 return m_xStorage->m_aContentType; in GetContentType()
1329 m_aContentType = m_aOriginalContentType;
1554 pStg->pImp->m_aContentType = pImp->m_aContentType;
1594 pImp->m_aContentType = aTmp;
1918 if ( m_aContentType.Len() )
1922 aDataFlavor.MimeType = m_aContentType;
2177 if ( m_aContentType.Len() )
[all …]
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx145 ,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()
H A Ducpext_content.hxx142 ::boost::optional< ::rtl::OUString > m_aContentType;
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.hxx68 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
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.hxx69 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
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx107 String m_aContentType; member in utl::UcbLockBytes
207 void SetContentType_Impl( const String& rType ) { m_aContentType = rType; } in SetContentType_Impl()

Completed in 40 milliseconds