| /AOO42X/main/ucbhelper/source/client/ |
| H A D | content.cxx | 382 Content::Content() in Content() function in ucbhelper::Content 388 Content::Content( const rtl::OUString& rURL, in Content() function in ucbhelper::Content 403 Content::Content( const Reference< XContentIdentifier >& rId, in Content() function in ucbhelper::Content 415 Content::Content( const Reference< XContent >& rContent, in Content() function in ucbhelper::Content 425 Content::Content( const Content& rOther ) in Content() function in ucbhelper::Content 432 sal_Bool Content::create( const rtl::OUString& rURL, in create() 434 Content& rContent ) in create() 457 sal_Bool Content::create( const Reference< XContentIdentifier >& rId, in create() 459 Content& rContent ) in create() 477 sal_Bool Content::create( const Reference< XContent >& xContent, in create() [all …]
|
| /AOO42X/main/sfx2/source/doc/ |
| H A D | doctemplates.cxx | 189 Content maRootContent; 205 sal_Bool addEntry( Content& rParentFolder, 213 Content &rNewFolder ); 219 Content& aNewFolder ); 237 …::rtl::OUString CreateNewGroupFsys( const ::rtl::OUString& rGroupName, Content& aGroup… 239 sal_Bool removeContent( Content& rContent ); 242 sal_Bool setProperty( Content& rContent, 245 sal_Bool getProperty( Content& rContent, 250 Content &rContent, 275 Content getContent() { return maRootContent; } in getContent() [all …]
|
| H A D | doctempl.cxx | 250 void CreateFromHierarchy( Content &rTemplRoot ); 253 Content& rContent ); 263 void GetTemplates( Content& rTargetFolder, 264 Content& rParentFolder, 310 static sal_Bool getTextProperty_Impl( Content& rContent, 802 Content aTemplate; in GetTemplateTargetURLFromComponent() 804 … if ( Content::create( aTemplateObj.GetMainURL( INetURLObject::NO_DECODE ), aCmdEnv, aTemplate ) ) in GetTemplateTargetURLFromComponent() 1134 Content aTarget; in CopyTo() 1138 aTarget = Content( aParentURL, aCmdEnv ); in CopyTo() 1276 Content aTemplCont; in CopyFrom() [all …]
|
| /AOO42X/main/ucb/source/ucp/gio/ |
| H A D | gio_content.cxx | 89 Content::Content( in Content() function in gio::Content 102 Content::Content( in Content() function in gio::Content 118 Content::~Content() in ~Content() 124 rtl::OUString Content::getParentURL() in getParentURL() 137 void SAL_CALL Content::abort( sal_Int32 /*CommandId*/ ) in abort() 145 rtl::OUString SAL_CALL Content::getContentType() throw( uno::RuntimeException ) in getContentType() 292 uno::Any Content::mapGIOError( GError *pError ) in mapGIOError() 300 uno::Any Content::getBadArgExcept() in getBadArgExcept() 345 GFileInfo* Content::getGFileInfo(const uno::Reference< ucb::XCommandEnvironment >& xEnv, GError **p… in getGFileInfo() 369 GFile* Content::getGFile() in getGFile() [all …]
|
| /AOO42X/main/ucb/source/ucp/gvfs/ |
| H A D | gvfs_content.cxx | 112 Content::Content( in Content() function in Content 127 Content::Content( in Content() function in Content 149 Content::~Content() in ~Content() 158 void SAL_CALL Content::acquire() in acquire() 163 void SAL_CALL Content::release() in release() 168 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface() 186 XTYPEPROVIDER_COMMON_IMPL( Content ); 188 uno::Sequence< uno::Type > SAL_CALL Content::getTypes() in getTypes() 241 rtl::OUString SAL_CALL Content::getImplementationName() in getImplementationName() 247 uno::Sequence< rtl::OUString > SAL_CALL Content::getSupportedServiceNames() in getSupportedServiceNames() [all …]
|
| /AOO42X/main/ucb/source/ucp/tdoc/ |
| H A D | tdoc_content.cxx | 110 Content* Content::create( in create() 117 if ( !Content::loadData( pProvider, in create() 122 return new Content( rxSMgr, pProvider, Identifier, aProps ); in create() 127 Content* Content::create( in create() 147 if ( Content::hasData( pProvider, in create() 152 return new Content( rxSMgr, pProvider, Identifier, Info ); in create() 156 Content::Content( in Content() function in Content 170 Content::Content( in Content() function in Content 184 Content::~Content() in ~Content() 195 void SAL_CALL Content::acquire() in acquire() [all …]
|
| /AOO42X/main/ucb/source/ucp/ext/ |
| H A D | ucpext_content.cxx | 140 …Content::Content( const Reference< XMultiServiceFactory >& i_rORB, ::ucbhelper::ContentProviderImp… in Content() function in ucb::ucp::ext::Content 179 m_sExtensionId = Content::decodeIdentifier( m_sExtensionId ); in Content() 184 Content::~Content() in ~Content() 189 ::rtl::OUString SAL_CALL Content::getImplementationName() throw( RuntimeException ) in getImplementationName() 195 … Sequence< ::rtl::OUString > SAL_CALL Content::getSupportedServiceNames() throw( RuntimeException ) in getSupportedServiceNames() 204 ::rtl::OUString SAL_CALL Content::getContentType() throw( RuntimeException ) in getContentType() 211 …Any SAL_CALL Content::execute( const Command& aCommand, sal_Int32 /* CommandId */, const Reference… in execute() 287 ::ucbhelper::Content aRequestedContent( sPhysicalContentURL, i_rEvironment ); in execute() 304 void SAL_CALL Content::abort( sal_Int32 ) throw( RuntimeException ) in abort() 309 ::rtl::OUString Content::encodeIdentifier( const ::rtl::OUString& i_rIdentifier ) in encodeIdentifier() [all …]
|
| H A D | ucpext_datasupplier.cxx | 81 ::rtl::Reference< Content > pContent; 94 ::rtl::Reference< Content > m_xContent; 98 …pl( const Reference< XMultiServiceFactory >& i_rORB, const ::rtl::Reference< Content >& i_rContent, in DataSupplier_Impl() 136 const ::rtl::Reference< Content >& i_rContent, in DataSupplier() 167 …aEntry.sId = ContentProvider::getRootURL() + Content::encodeIdentifier( rLocalId ) + ::rtl::OUStri… in fetchData() 176 … ::ucbhelper::Content aWrappedContent( sPackageLocation, getResultSet()->getEnvironment() ); in fetchData() 254 ::rtl::Reference< Content > pContent( m_pImpl->m_aResults[ i_nIndex ].pContent ); in queryContent() 264 pContent.set( dynamic_cast< Content* >( xContent.get() ) ); in queryContent() 328 ::rtl::OUString sTitle = Content::decodeIdentifier( rId.copy( sRootURL.getLength() ) ); in queryPropertyValues() 331 …xRow = Content::getArtificialNodePropertyValues( m_pImpl->m_xSMgr, getResultSet()->getProperties()… in queryPropertyValues()
|
| /AOO42X/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() 161 Content* Content::create( in create() 185 return new Content( rxSMgr, pProvider, xId, xPackage, aURI, aProps ); in create() 207 return new Content( rxSMgr, pProvider, xId, xPackage, aURI, aInfo ); in create() 213 Content* Content::create( in create() 242 return new Content( rxSMgr, pProvider, xId, xPackage, aURI, Info ); in create() 247 ::rtl::OUString Content::getContentType( in getContentType() 258 Content::Content( in Content() function in Content 276 Content::Content( in Content() function in Content [all …]
|
| /AOO42X/main/ucbhelper/workben/myucp/ |
| H A D | myucp_content.cxx | 76 Content::Content( const uno::Reference< lang::XMultiServiceFactory >& rxSMgr, in Content() function in Content 90 Content::~Content() in ~Content() 101 void SAL_CALL Content::acquire() in acquire() 109 void SAL_CALL Content::release() in release() 117 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface() 137 XTYPEPROVIDER_COMMON_IMPL( Content ); 141 uno::Sequence< uno::Type > SAL_CALL Content::getTypes() in getTypes() 178 rtl::OUString SAL_CALL Content::getImplementationName() in getImplementationName() 188 uno::Sequence< rtl::OUString > SAL_CALL Content::getSupportedServiceNames() in getSupportedServiceNames() 205 rtl::OUString SAL_CALL Content::getContentType() in getContentType() [all …]
|
| /AOO42X/main/ucb/source/ucp/webdav/ |
| H A D | webdavcontent.cxx | 215 Content::Content( in Content() function in Content 246 Content::Content( in Content() function in Content 275 Content::~Content() in ~Content() 286 void SAL_CALL Content::acquire() in acquire() 294 void SAL_CALL Content::release() in release() 302 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface() 355 XTYPEPROVIDER_COMMON_IMPL( Content ); 359 uno::Sequence< uno::Type > SAL_CALL Content::getTypes() in getTypes() 454 rtl::OUString SAL_CALL Content::getImplementationName() in getImplementationName() 463 uno::Sequence< rtl::OUString > SAL_CALL Content::getSupportedServiceNames() in getSupportedServiceNames() [all …]
|
| /AOO42X/main/ucb/source/ucp/odma/ |
| H A D | odma_content.cxx | 76 Content::Content( const uno::Reference< lang::XMultiServiceFactory >& rxSMgr, in Content() function in Content 90 Content::~Content() in ~Content() 102 void SAL_CALL Content::acquire() throw() in acquire() 109 void SAL_CALL Content::release() throw() in release() 116 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface() 136 XTYPEPROVIDER_COMMON_IMPL( Content ); 140 uno::Sequence< uno::Type > SAL_CALL Content::getTypes() in getTypes() 177 rtl::OUString SAL_CALL Content::getImplementationName() in getImplementationName() 186 uno::Sequence< rtl::OUString > SAL_CALL Content::getSupportedServiceNames() in getSupportedServiceNames() 203 rtl::OUString SAL_CALL Content::getContentType() in getContentType() [all …]
|
| /AOO42X/main/xmlhelp/source/cxxhelp/provider/ |
| H A D | content.cxx | 72 Content::Content( const uno::Reference< lang::XMultiServiceFactory >& rxSMgr, in Content() function in Content 85 Content::~Content() in ~Content() 96 void SAL_CALL Content::acquire() in acquire() 104 void SAL_CALL Content::release() in release() 112 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface() 125 XTYPEPROVIDER_COMMON_IMPL( Content ); 129 uno::Sequence< uno::Type > SAL_CALL Content::getTypes() in getTypes() 164 rtl::OUString SAL_CALL Content::getImplementationName() in getImplementationName() 172 uno::Sequence< rtl::OUString > SAL_CALL Content::getSupportedServiceNames() in getSupportedServiceNames() 188 rtl::OUString SAL_CALL Content::getContentType() in getContentType() [all …]
|
| /AOO42X/main/fileaccess/source/ |
| H A D | FileAccess.cxx | 290 ucbhelper::Content aFullDest( in transferImpl() 297 ucbhelper::Content aParent( xParent, mxEnvironment ); in transferImpl() 359 ucbhelper::Content aDestPath( aDestURL, mxEnvironment ); in transferImpl() 360 ucbhelper::Content aSrc ( aSourceURL, mxEnvironment ); in transferImpl() 394 ucbhelper::Content aCnt( aDeleteObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in kill() 412 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in isFolder() 423 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in isReadOnly() 434 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in setReadOnly() 463 ucbhelper::Content aCnt( aURL.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in createFolder() 492 ucbhelper::Content aNew; in createFolder() [all …]
|
| /AOO42X/main/ucbhelper/inc/ucbhelper/ |
| H A D | content.hxx | 96 class UCBHELPER_DLLPUBLIC Content class 119 Content(); 130 Content( const rtl::OUString& rURL, 144 Content( const ::com::sun::star::uno::Reference< 159 Content( const ::com::sun::star::uno::Reference< 170 Content( const Content& rOther ); 175 ~Content(); 182 Content& operator=( const Content& rOther ); 201 Content& rContent ); 221 Content& rContent ); [all …]
|
| /AOO42X/main/offapi/com/sun/star/ucb/ |
| H A D | ODMAContent.idl | 69 <p>The document Content corresponds to a document stored in a Document Management System. 73 @see com::sun::star::ucb::Content 81 service <type>Content</type>. 87 service <type>Content</type>. 93 service <type>Content</type>. 167 <p>Where many existing <type>Content</type> implementations do not 174 service <type>Content</type>. 180 service <type>Content</type>. 186 service <type>Content</type>. 192 service <type>Content</type>. [all …]
|
| H A D | FileContent.idl | 71 /** A File Content represents either a directory or a file in the local file 83 service <type>Content</type>. 89 service <type>Content</type>. 95 service <type>Content</type>. 133 service <type>Content</type>. 224 <p>Where many existing <type>Content</type> implementations do not 231 service <type>Content</type>. 237 service <type>Content</type>. 243 service <type>Content</type>. 249 service <type>Content</type>. [all …]
|
| H A D | HelpContent.idl | 67 /** A Help Content represents either a directory object allowing access to a 77 service <type>Content</type>. 83 service <type>Content</type>. 89 service <type>Content</type>. 171 <p>Where many existing <type>Content</type> implementations do not 178 service <type>Content</type>. 184 service <type>Content</type>. 190 service <type>Content</type>. 196 service <type>Content</type>. 202 service <type>Content</type>.
|
| H A D | HierarchyFolderContent.idl | 81 service <type>Content</type>. 87 service <type>Content</type>. 93 service <type>Content</type>. 152 <p>Where many existing <type>Content</type> implementations do not 159 service <type>Content</type>. 165 service <type>Content</type>. 171 service <type>Content</type>. 177 service <type>Content</type>. 183 service <type>Content</type>. 189 service <type>Content</type>.
|
| H A D | PackageFolderContent.idl | 80 service <type>Content</type>. 86 service <type>Content</type>. 92 service <type>Content</type>. 165 <p>Where many existing <type>Content</type> implementations do not 172 service <type>Content</type>. 178 service <type>Content</type>. 184 service <type>Content</type>. 190 service <type>Content</type>. 196 service <type>Content</type>. 202 service <type>Content</type>. [all …]
|
| H A D | HierarchyLinkContent.idl | 79 service <type>Content</type>. 85 service <type>Content</type>. 91 service <type>Content</type>. 147 <p>Where many existing <type>Content</type> implementations do not 154 service <type>Content</type>. 160 service <type>Content</type>. 166 service <type>Content</type>. 172 service <type>Content</type>. 178 service <type>Content</type>.
|
| H A D | TransientDocumentsRootContent.idl | 84 service <type>Content</type>. 90 service <type>Content</type>. 96 service <type>Content</type>. 146 <p>Where many existing <type>Content</type> implementations do not 153 service <type>Content</type>. 159 service <type>Content</type>. 165 service <type>Content</type>. 171 service <type>Content</type>. 177 service <type>Content</type>.
|
| /AOO42X/main/unotools/source/ucbhelper/ |
| H A D | ucbhelper.cxx | 105 …Content aDestPath( aDestObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::st… in Transfer_Impl() 143 …Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star::ucb::… in IsDocument() 174 …Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star::ucb::… in GetProperty() 204 …Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star::ucb::… in IsFolder() 236 …Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star::ucb::… in GetTitle() 263 …Content aCnt( aDeleteObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star:… in Kill() 289 …Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star:… in GetFolderContents() 388 Content aCnt( rURL, uno::Reference< ::com::sun::star::ucb::XCommandEnvironment >() ); in GetResultSet() 482 Content aCnt( rFolder, uno::Reference< XCommandEnvironment > () ); in CanMakeFolder() 511 Content aCnt; in MakeFolder() [all …]
|
| /AOO42X/main/desktop/source/deployment/misc/ |
| H A D | dp_ucb.cxx | 55 ::ucbhelper::Content * ret_ucbContent, OUString const & url, in create_ucb_content() 67 ::ucbhelper::Content ucbContent( in create_ucb_content() 91 ::ucbhelper::Content * ret_ucb_content, OUString const & url_, in create_folder() 94 ::ucbhelper::Content ucb_content; in create_folder() 121 ::ucbhelper::Content parentContent; in create_folder() 180 ::ucbhelper::Content ucb_content; in erase_path() 200 ::rtl::ByteSequence readFile( ::ucbhelper::Content & ucb_content ) in readFile() 215 ::ucbhelper::Content & ucb_content, rtl_TextEncoding textenc ) in readLine() 271 ::ucbhelper::Content & ucb_content ) in readProperties()
|
| /AOO42X/main/sfx2/source/bastyp/ |
| H A D | helper.cxx | 99 …::ucbhelper::Content aDestPath( aDestObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< u… in Transfer_Impl() 138 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in IsDocument() 170 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in IsFolder() 202 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in GetTitle() 229 …::ucbhelper::Content aCnt( aDeleteObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb:… in Kill() 255 …::ucbhelper::Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb:… in GetFolderContents() 363 …::ucbhelper::Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), new ::ucbhelper::Com… in GetFolderContentProperties() 493 ::ucbhelper::Content aCnt( rURL, uno::Reference< ucb::XCommandEnvironment >() ); in GetResultSet() 590 …::ucbhelper::Content aCnt( rURL, new ::ucbhelper::CommandEnvironment( xInteractionHandler, uno::Re… in GetHelpTreeViewContents() 672 …::ucbhelper::Content aCnt( rURL, new ::ucbhelper::CommandEnvironment( xInteractionHandler, uno::Re… in GetActiveHelpString() [all …]
|