Home
last modified time | relevance | path

Searched refs:ContentType (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DContentTypes.java46 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 DContentType.java24 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 DPart.java30 final ContentType eType, in Part()
75 public ContentType getContentType () in getContentType()
106 private final ContentType meContentType;
H A DRelatedParts.java52 ContentType.Relationships, in RelatedParts()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx506 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 Dtdoc_content.hxx59 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 DStreamView.java37 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 DDetailViewManager.java28 import org.apache.openoffice.ooxml.framework.part.ContentType;
54 final ContentType eType) in ShowPart()
H A DPartsView.java37 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 DParserFactory.java28 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 DPresentationImporter.java29 import org.apache.openoffice.ooxml.framework.part.ContentType;
58 ContentType.PmlDocument, in CreateParser()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx178 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 DTransientDocumentsRootContent.idl122 string ContentType ( read-only, always "application/vnd.sun.star.tdoc-root" )
H A DHierarchyLinkContent.idl120 string ContentType ( read-only, always "application/vnd.sun.star.hier-link" )
H A DODMAContent.idl125 string ContentType ( read-only, always "application/vnd.sun.star.odma" )
H A DTransientDocumentsStreamContent.idl128 string ContentType ( read-only, always "application/vnd.sun.star.tdoc-stream" )
H A DWebDAVDocumentContent.idl131 string ContentType ( read-only, always "application/http-content" )
H A DPackageStreamContent.idl122 string ContentType ( read-only, always "application/vnd.sun.star.pkg-stream" )
H A DHelpContent.idl116 string ContentType ( read-only,
H A DHierarchyFolderContent.idl128 string ContentType ( read-only, always "application/vnd.sun.star.hier-folder" )
H A DFTPContent.idl162 string ContentType ( read-only, either
H A DTransientDocumentsFolderContent.idl135 string ContentType ( read-only, always "application/vnd.sun.star.tdoc-folder" )
H A DWebDAVFolderContent.idl128 string ContentType ( read-only, always "application/vnd.sun.star.webdav-collection" )
H A DHierarchyRootFolderContent.idl126 string ContentType ( read-only, always "application/vnd.sun.star.hier-folder" )
H A DTransientDocumentsDocumentContent.idl130 string ContentType ( read-only, always "application/vnd.sun.star.tdoc-document" )

Completed in 101 milliseconds

12