Searched refs:m_eExtContentType (Results 1 – 2 of 2) sorted by relevance
143 ,m_eExtContentType( E_UNKNOWN ) in Content()152 m_eExtContentType = E_ROOT; in Content()160 m_eExtContentType = E_EXTENSION_ROOT; in Content()164 m_eExtContentType = E_EXTENSION_CONTENT; in Content()168 if ( m_eExtContentType != E_ROOT ) in Content()343 switch ( m_eExtContentType ) in getParentURL()461 ENSURE_OR_RETURN( m_eExtContentType != E_ROOT, "illegal call", ::rtl::OUString() ); in getPhysicalURL()479 switch ( m_eExtContentType ) in getPropertyValues()651 if ( m_eExtContentType == E_EXTENSION_CONTENT ) in impl_determineContentType()
88 ExtensionContentType getExtensionContentType() const { return m_eExtContentType; } in getExtensionContentType()140 ExtensionContentType m_eExtContentType; member in ucb::ucp::ext::Content
Completed in 12 milliseconds