/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/ |
H A D | ContentTypes.java | 46 ContentType.ContentTypes, in ContentTypes() 134 public ContentType getTypeForPartName (final PartName aName) in getTypeForPartName() 136 ContentType eType = maPartNameToContentTypeMap.get(aName.GetFullname()); in getTypeForPartName() 140 eType = ContentType.Unknown; in getTypeForPartName() 151 final ContentType eType = ContentType.CreateForString(sContentTypeName); in ProcessDefault() 162 final ContentType eType = ContentType.CreateForString(sContentTypeName); in ProcessOverride() 169 private final Map<String,ContentType> maExtensionToContentTypeMap; 170 private final Map<String,ContentType> maPartNameToContentTypeMap;
|
H A D | ContentType.java | 24 public enum ContentType enum 69 ContentType (final String sMimeType) in ContentType() method in ContentType 77 public static ContentType CreateForString (final String sContentType) in CreateForString() 79 for (final ContentType eType : values()) in CreateForString()
|
H A D | Part.java | 30 final ContentType eType, in Part() 75 public ContentType getContentType () in getContentType() 106 private final ContentType meContentType;
|
H A D | RelatedParts.java | 52 ContentType.Relationships, in RelatedParts()
|
/trunk/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.cxx | 506 ContentType eType = m_aProps.getType(); in execute() 569 ContentType eType = m_aProps.getType(); in execute() 624 ContentType eType = m_aProps.getType(); in execute() 901 ContentType eType = m_aProps.getType(); in exchangeIdentity() 1116 ContentType eType = rData.getType(); in getPropertyValues() 1697 ContentType eType = m_aProps.getType(); in insert() 1873 ContentType eType = m_aProps.getType(); in destroy() 2487 ContentType eType = m_aProps.getType(); in storeData() 2629 ContentType eType = m_aProps.getType(); in renameData() 2695 ContentType eType = m_aProps.getType(); in removeData() [all …]
|
H A D | tdoc_content.hxx | 59 enum ContentType { STREAM, FOLDER, DOCUMENT, ROOT }; enum 67 ContentProperties( const ContentType & rType, const rtl::OUString & rTitle ) in ContentProperties() 79 ContentType getType() const { return m_eType; } in getType() 97 ContentType m_eType;
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/ |
H A D | StreamView.java | 37 import org.apache.openoffice.ooxml.framework.part.ContentType; 155 final ContentType eType = maOOXMLPackage.getPart( in valueChanged() 210 final ContentType eType = maOOXMLPackage.getPart( in SetPartUnderMouse()
|
H A D | DetailViewManager.java | 28 import org.apache.openoffice.ooxml.framework.part.ContentType; 54 final ContentType eType) in ShowPart()
|
H A D | PartsView.java | 37 import org.apache.openoffice.ooxml.framework.part.ContentType; 113 final ContentType eType = maPackage.getPart( in valueChanged()
|
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/parser/ |
H A D | ParserFactory.java | 28 import org.apache.openoffice.ooxml.framework.part.ContentType; 35 final ContentType eType, in getParser()
|
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/content/ |
H A D | PresentationImporter.java | 29 import org.apache.openoffice.ooxml.framework.part.ContentType; 58 ContentType.PmlDocument, in CreateParser()
|
/trunk/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 178 ContentType( rtl::OUString::createFromAscii( "ContentType" ) ), in shell() 309 ContentType, in shell() 557 MyProperty ContentTProperty( ContentType ); in deassociate() 872 if( ( values[i].Name == ContentType ) && in setv() 1944 MyProperty ContentTProperty( ContentType ); in insertDefaultProperties() 1952 if( ContentNotDefau && it1->getPropertyName() == ContentType ) in insertDefaultProperties() 2176 seq[j].Name == ContentType) in getMaskFromProperties()
|
/trunk/main/offapi/com/sun/star/ucb/ |
H A D | TransientDocumentsRootContent.idl | 122 string ContentType ( read-only, always "application/vnd.sun.star.tdoc-root" )
|
H A D | HierarchyLinkContent.idl | 120 string ContentType ( read-only, always "application/vnd.sun.star.hier-link" )
|
H A D | ODMAContent.idl | 125 string ContentType ( read-only, always "application/vnd.sun.star.odma" )
|
H A D | TransientDocumentsStreamContent.idl | 128 string ContentType ( read-only, always "application/vnd.sun.star.tdoc-stream" )
|
H A D | WebDAVDocumentContent.idl | 131 string ContentType ( read-only, always "application/http-content" )
|
H A D | PackageStreamContent.idl | 122 string ContentType ( read-only, always "application/vnd.sun.star.pkg-stream" )
|
H A D | HelpContent.idl | 116 string ContentType ( read-only,
|
H A D | HierarchyFolderContent.idl | 128 string ContentType ( read-only, always "application/vnd.sun.star.hier-folder" )
|
H A D | FTPContent.idl | 162 string ContentType ( read-only, either
|
H A D | TransientDocumentsFolderContent.idl | 135 string ContentType ( read-only, always "application/vnd.sun.star.tdoc-folder" )
|
H A D | WebDAVFolderContent.idl | 128 string ContentType ( read-only, always "application/vnd.sun.star.webdav-collection" )
|
H A D | HierarchyRootFolderContent.idl | 126 string ContentType ( read-only, always "application/vnd.sun.star.hier-folder" )
|
H A D | TransientDocumentsDocumentContent.idl | 130 string ContentType ( read-only, always "application/vnd.sun.star.tdoc-document" )
|