/aoo41x/main/ucb/qa/complex/tdoc/ |
H A D | CheckContentProvider.java | 139 String content = xContent.getContentType(); in checkTDOCRoot() 154 cont = xCont[i].getContentType(); in checkTDOCRoot() 164 cont = xCont[i].getContentType(); in checkTDOCRoot() 202 String content = xContent.getContentType(); in checkTDOCDocument() 237 String content = xContent.getContentType(); in checkTDOCFolder() 272 String content = xContent.getContentType(); in checkTDOCStream()
|
H A D | _XContent.java | 45 String type = oObj.getContentType(); in _getContentType()
|
/aoo41x/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 131 = Content::getContentType( rUri.getScheme(), sal_True ); in getCreatableContentsInfo() 138 = Content::getContentType( rUri.getScheme(), sal_False ); in getCreatableContentsInfo() 225 getContentType( aURI.getScheme(), sal_True ) ) && in create() 227 getContentType( aURI.getScheme(), sal_False ) ) ) in create() 247 ::rtl::OUString Content::getContentType( in getContentType() function in Content 457 rtl::OUString SAL_CALL Content::getContentType() in getContentType() function in Content 772 getContentType( m_aUri.getScheme(), sal_True ) ) && in createNewContent() 774 getContentType( m_aUri.getScheme(), sal_False ) ) ) in createNewContent() 781 getContentType( m_aUri.getScheme(), sal_True ) ) ) in createNewContent() 1984 ? getContentType( m_aUri.getScheme(), sal_True ) in transfer() [all …]
|
H A D | pkgcontent.hxx | 277 getContentType() 326 getContentType( const ::rtl::OUString& aScheme, sal_Bool bFolder );
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | ContentHelper.cxx | 168 ::rtl::OUString SAL_CALL OContentHelper::getContentType() throw (RuntimeException) in getContentType() function in dbaccess::OContentHelper 507 xRow->appendString ( rProp, getContentType() ); in getPropertyValues() 542 getContentType() ); in getPropertyValues()
|
/aoo41x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchycontent.hxx | 90 const rtl::OUString & getContentType() const { return m_aContentType; } in getContentType() function in hierarchy_ucp::HierarchyContentProperties 257 getContentType()
|
H A D | hierarchycontent.cxx | 340 rtl::OUString SAL_CALL HierarchyContent::getContentType() in getContentType() function in HierarchyContent 343 return m_aProps.getContentType(); in getContentType() 997 xRow->appendString ( rProp, rData.getContentType() ); in getPropertyValues() 1071 rData.getContentType() ); in getPropertyValues()
|
/aoo41x/main/fileaccess/source/ |
H A D | FileAccess.cxx | 110 …virtual ::rtl::OUString SAL_CALL getContentType( const ::rtl::OUString& FileURL ) throw(::com::sun… 533 rtl::OUString OFileAccess::getContentType( const rtl::OUString& FileURL ) in getContentType() function in io_FileAccess::OFileAccess 540 rtl::OUString aTypeStr = xContent->getContentType(); in getContentType()
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_content.hxx | 83 const rtl::OUString & getContentType() const { return m_aContentType; } in getContentType() function in tdoc_ucp::ContentProperties 282 getContentType()
|
H A D | tdoc_content.cxx | 360 rtl::OUString SAL_CALL Content::getContentType() in getContentType() function in Content 364 return m_aProps.getContentType(); in getContentType() 1024 xRow->appendString ( rProp, rData.getContentType() ); in getPropertyValues() 1114 rData.getContentType() ); in getPropertyValues()
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | XSimpleFileAccess.idl | 169 @see XContent::getContentType 176 string getContentType( [in] string FileURL )
|
H A D | XDataContainer.idl | 55 string getContentType();
|
H A D | XContent.idl | 69 string getContentType();
|
H A D | ContentInfo.idl | 48 <member>XContent::getContentType</member> of an appropriate content.
|
H A D | WebDAVContentProvider.idl | 66 type returned from the getContentType method. The MediaType property is
|
/aoo41x/main/qadevOOo/tests/java/ifc/ucb/ |
H A D | _XDataContainer.java | 71 String type = oObj.getContentType() ; in _getContentType()
|
/aoo41x/main/qadevOOo/objdsc/fileacc/ |
H A D | com.sun.star.comp.ucb.SimpleFileAccess.csv | 9 "SimpleFileAccess";"com::sun::star::ucb::XSimpleFileAccess";"getContentType()"
|
/aoo41x/main/offapi/com/sun/star/frame/ |
H A D | XFilterDetect.idl | 43 string getContentType( [in] string URL );
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | content.hxx | 98 getContentType()
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/editor/ |
H A D | JavaKit.java | 87 public String getContentType() { in getContentType() method in JavaKit
|
/aoo41x/main/ucb/source/ucp/ext/ |
H A D | ucpext_content.hxx | 103 … virtual rtl::OUString SAL_CALL getContentType() throw( com::sun::star::uno::RuntimeException );
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpcontent.hxx | 91 getContentType()
|
/aoo41x/main/ucbhelper/workben/myucp/ |
H A D | myucp_content.hxx | 147 getContentType()
|
/aoo41x/main/ucb/source/ucp/odma/ |
H A D | odma_content.hxx | 150 getContentType()
|
/aoo41x/main/ucb/workben/ucb/ |
H A D | ucbdemo.cxx | 910 const UniString aType( m_xContent->getContentType() ); in getType() 1700 aText += UniString( evt.Content->getContentType() ); in contentEvent() 1728 aMatch += String(evt.Content->getContentType()); in contentEvent()
|