| /AOO41X/main/ucb/source/core/ |
| H A D | ucbcmds.cxx | 85 uno::Reference< ucb::XCommandProcessor > xProcessor; 86 uno::Reference< ucb::XCommandEnvironment > xEnv; 87 uno::Reference< ucb::XCommandEnvironment > xOrigEnv; 88 ucb::GlobalTransferCommandArgument aArg; 92 const uno::Reference< ucb::XCommandProcessor > & rxProcessor, in TransferCommandContext() 93 const uno::Reference< ucb::XCommandEnvironment > & rxEnv, in TransferCommandContext() 94 const uno::Reference< ucb::XCommandEnvironment > & rxOrigEnv, in TransferCommandContext() 95 const ucb::GlobalTransferCommandArgument & rArg ) in TransferCommandContext() 135 ucb::InteractiveBadTransferURLException aBadTransferURLEx; in handle() 143 ucb::UnsupportedNameClashException aUnsupportedNameClashEx; in handle() [all …]
|
| /AOO41X/main/ucb/source/ucp/hierarchy/ |
| H A D | hierarchycontentcaps.cxx | 79 uno::Sequence< ucb::CommandInfo >( a, sizeof( a ) / sizeof( a[ 0 ] ) ) 90 const uno::Reference< ucb::XCommandEnvironment > & /*xEnv*/ ) in getProperties() 154 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties() 213 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties() 276 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties() 329 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties() 391 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties() 404 uno::Sequence< ucb::CommandInfo > HierarchyContent::getCommands( in getCommands() 405 const uno::Reference< ucb::XCommandEnvironment > & /*xEnv*/ ) in getCommands() 419 static const ucb::CommandInfo aLinkCommandInfoTable[] = in getCommands() [all …]
|
| H A D | hierarchycontent.cxx | 93 const uno::Reference< ucb::XContentIdentifier >& Identifier ) in create() 108 const uno::Reference< ucb::XContentIdentifier >& Identifier, in create() 109 const ucb::ContentInfo& Info ) in create() 133 const uno::Reference< ucb::XContentIdentifier >& Identifier, in HierarchyContent() 149 const uno::Reference< ucb::XContentIdentifier >& Identifier, in HierarchyContent() 150 const ucb::ContentInfo& Info ) in HierarchyContent() 203 rType, static_cast< ucb::XContentCreator * >( this ) ); in queryInterface() 245 CPPU_TYPE_REF( ucb::XContent ), in getTypes() 246 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes() 248 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes() [all …]
|
| H A D | hierarchycontent.hxx | 43 namespace com { namespace sun { namespace star { namespace ucb { namespace 97 com::sun::star::uno::Sequence< com::sun::star::ucb::ContentInfo > 112 public com::sun::star::ucb::XContentCreator 134 com::sun::star::ucb::XContentIdentifier >& Identifier, 141 com::sun::star::ucb::XContentIdentifier >& Identifier, 142 const com::sun::star::ucb::ContentInfo& Info ); 146 com::sun::star::ucb::XCommandEnvironment > & xEnv ); 147 virtual com::sun::star::uno::Sequence< com::sun::star::ucb::CommandInfo > 149 com::sun::star::ucb::XCommandEnvironment > & xEnv ); 157 com::sun::star::ucb::XContentIdentifier >& Identifier ); [all …]
|
| /AOO41X/main/ucb/source/ucp/gio/ |
| H A D | gio_content.cxx | 92 const uno::Reference< ucb::XContentIdentifier >& Identifier) in Content() 93 throw ( ucb::ContentCreationException ) in Content() 105 const uno::Reference< ucb::XContentIdentifier >& Identifier, in Content() 107 throw ( ucb::ContentCreationException ) in Content() 147 return isFolder(uno::Reference< ucb::XCommandEnvironment >()) in getContentType() 179 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException() 180 task::InteractionClassification_ERROR, ucb::IOErrorCode_NOT_EXISTING_PATH, aArgs); in convertToException() 184 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException() 185 task::InteractionClassification_ERROR, ucb::IOErrorCode_NOT_EXISTING, aArgs); in convertToException() 189 { ucb::NameClashException aExcept(sMessage, rContext, in convertToException() [all …]
|
| H A D | gio_content.hxx | 66 class Content : public ::ucbhelper::ContentImplHelper, public com::sun::star::ucb::XContentCreator 74 …GFileInfo *getGFileInfo(const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnviron… 76 …bool isFolder(const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment >& xE… 84 … const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment >& xEnv ); 93 com::sun::star::uno::Any open(const com::sun::star::ucb::OpenCommandArgument2 & rArg, 94 const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment > & xEnv ) 97 void transfer( const com::sun::star::ucb::TransferInfo& rTransferInfo, 98 const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment > & xEnv ) 102 …sal_Bool bReplaceExisting, const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvi… 114 com::sun::star::ucb::XCommandEnvironment >& xEnv ); [all …]
|
| /AOO41X/main/ucb/source/ucp/tdoc/ |
| H A D | tdoc_contentcaps.cxx | 90 uno::Sequence< ucb::CommandInfo >( a, sizeof( a ) / sizeof( a[ 0 ] ) ) 101 const uno::Reference< ucb::XCommandEnvironment > & /*xEnv*/ ) in getProperties() 155 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties() 215 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties() 284 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties() 353 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties() 367 uno::Sequence< ucb::CommandInfo > Content::getCommands( in getCommands() 368 const uno::Reference< ucb::XCommandEnvironment > & /*xEnv*/ ) in getCommands() 386 static const ucb::CommandInfo aStreamCommandInfoTable1[] = in getCommands() 391 ucb::CommandInfo( in getCommands() [all …]
|
| H A D | tdoc_content.cxx | 113 const uno::Reference< ucb::XContentIdentifier >& Identifier ) in create() 130 const uno::Reference< ucb::XContentIdentifier >& Identifier, in create() 131 const ucb::ContentInfo& Info ) in create() 159 const uno::Reference< ucb::XContentIdentifier > & Identifier, in Content() 173 const uno::Reference< ucb::XContentIdentifier >& Identifier, in Content() 174 const ucb::ContentInfo& Info ) in Content() 219 rType, static_cast< ucb::XContentCreator * >( this ) ); in queryInterface() 261 CPPU_TYPE_REF( ucb::XContent ), in getTypes() 262 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes() 264 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes() [all …]
|
| H A D | tdoc_content.hxx | 39 namespace ucb { struct OpenCommandArgument2; struct TransferInfo; namespace 91 com::sun::star::uno::Sequence< com::sun::star::ucb::ContentInfo > 105 public com::sun::star::ucb::XContentCreator 122 com::sun::star::ucb::XContentIdentifier >& Identifier, 128 com::sun::star::ucb::XContentIdentifier >& Identifier, 129 const com::sun::star::ucb::ContentInfo& Info ); 133 com::sun::star::ucb::XCommandEnvironment > & xEnv ); 134 virtual com::sun::star::uno::Sequence< com::sun::star::ucb::CommandInfo > 136 com::sun::star::ucb::XCommandEnvironment > & xEnv ); 148 com::sun::star::ucb::XCommandEnvironment >& xEnv ) [all …]
|
| /AOO41X/main/ucbhelper/inc/ucbhelper/ |
| H A D | content.hxx | 49 namespace com { namespace sun { namespace star { namespace ucb { namespace 104 throw( ::com::sun::star::ucb::CommandAbortedException, 111 throw( ::com::sun::star::ucb::CommandAbortedException, 132 ::com::sun::star::ucb::XCommandEnvironment >& rEnv ) 133 throw ( ::com::sun::star::ucb::ContentCreationException, 145 ::com::sun::star::ucb::XContentIdentifier >& rId, 147 ::com::sun::star::ucb::XCommandEnvironment >& rEnv ) 148 throw ( ::com::sun::star::ucb::ContentCreationException, 160 ::com::sun::star::ucb::XContent >& rContent, 162 ::com::sun::star::ucb::XCommandEnvironment >& rEnv ) [all …]
|
| /AOO41X/main/ucb/source/ucp/package/ |
| H A D | pkgcontentcaps.cxx | 80 uno::Sequence< ucb::CommandInfo >( a, sizeof( a ) / sizeof( a[ 0 ] ) ) 91 const uno::Reference< ucb::XCommandEnvironment > & /*xEnv*/ ) in getProperties() 154 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties() 228 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties() 300 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties() 326 uno::Sequence< ucb::CommandInfo > Content::getCommands( in getCommands() 327 const uno::Reference< ucb::XCommandEnvironment > & /*xEnv*/ ) in getCommands() 341 static const ucb::CommandInfo aRootFolderCommandInfoTable[] = in getCommands() 346 ucb::CommandInfo( in getCommands() 352 ucb::CommandInfo( in getCommands() [all …]
|
| H A D | pkgcontent.cxx | 115 uno::Sequence< ucb::ContentInfo > 127 uno::Sequence< ucb::ContentInfo > aSeq( 2 ); in getCreatableContentsInfo() 133 = ucb::ContentInfoAttribute::KIND_FOLDER; in getCreatableContentsInfo() 140 = ucb::ContentInfoAttribute::INSERT_WITH_INPUTSTREAM in getCreatableContentsInfo() 141 | ucb::ContentInfoAttribute::KIND_DOCUMENT; in getCreatableContentsInfo() 148 return uno::Sequence< ucb::ContentInfo >( 0 ); in getCreatableContentsInfo() 164 const uno::Reference< ucb::XContentIdentifier >& Identifier ) in create() 183 uno::Reference< ucb::XContentIdentifier > xId in create() 198 uno::Reference< ucb::XContentIdentifier > xId in create() 201 ucb::ContentInfo aInfo; in create() [all …]
|
| /AOO41X/main/desktop/source/deployment/manager/ |
| H A D | dp_extensionmanager.cxx | 70 namespace ucb = com::sun::star::ucb; 116 void writeLastModified(OUString & url, Reference<ucb::XCommandEnvironment> const & xCmdEnv) in writeLastModified() 167 css::uno::Reference<css::ucb::XCommandEnvironment>()); in ~ExtensionRemoveGuard() 308 Reference< ucb::XCommandEnvironment> const & /*xCmdEnv*/) in getExtensionsWithSameId() 315 identifier, fileName, Reference<ucb::XCommandEnvironment>())); in getExtensionsWithSameId() 326 catch( ucb::CommandFailedException & ) in getExtensionsWithSameId() 334 identifier, fileName, Reference<ucb::XCommandEnvironment>())); in getExtensionsWithSameId() 345 catch( ucb::CommandFailedException & ) in getExtensionsWithSameId() 353 identifier, fileName, Reference<ucb::XCommandEnvironment>())); in getExtensionsWithSameId() 364 catch( ucb::CommandFailedException & ) in getExtensionsWithSameId() [all …]
|
| H A D | dp_extensionmanager.hxx | 88 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv ) 90 css::ucb::CommandFailedException, 91 css::ucb::CommandAbortedException, 100 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv ) 102 css::ucb::CommandFailedException, 103 css::ucb::CommandAbortedException, 110 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv ) 112 css::ucb::CommandFailedException, 113 css::ucb::CommandAbortedException, 120 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv ) [all …]
|
| H A D | dp_manager.h | 62 css::uno::Reference<css::ucb::XProgressHandler> m_xLogFile; 70 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv ); 90 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv); 94 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv); 97 : public ::cppu::WeakImplHelper2< css::ucb::XCommandEnvironment, 98 css::ucb::XProgressHandler > 100 css::uno::Reference<css::ucb::XProgressHandler> m_xLogFile; 101 css::uno::Reference<css::ucb::XProgressHandler> m_xUserProgress; 108 css::uno::Reference<css::ucb::XCommandEnvironment> 110 css::uno::Reference<css::ucb::XProgressHandler> const & xLogFile ); [all …]
|
| /AOO41X/main/ucb/source/ucp/webdav/ |
| H A D | webdavcontent.cxx | 101 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in lcl_sendPartialGETRequest() 218 const uno::Reference< ucb::XContentIdentifier >& Identifier, in Content() 220 throw ( ucb::ContentCreationException ) in Content() 240 throw ucb::ContentCreationException(); in Content() 249 const uno::Reference< ucb::XContentIdentifier >& Identifier, in Content() 252 throw ( ucb::ContentCreationException ) in Content() 267 throw ucb::ContentCreationException(); in Content() 309 static_cast< ucb::XContentCreator * >( this ) ); in queryInterface() 329 uno::Reference< ucb::XCommandEnvironment > xCmdEnv( in queryInterface() 330 ucb::CommandEnvironment::create( in queryInterface() [all …]
|
| H A D | webdavcontent.hxx | 49 namespace com { namespace sun { namespace star { namespace ucb { namespace 71 public com::sun::star::ucb::XContentCreator 95 com::sun::star::ucb::XCommandEnvironment > & xEnv ); 96 virtual com::sun::star::uno::Sequence< com::sun::star::ucb::CommandInfo > 98 com::sun::star::ucb::XCommandEnvironment > & xEnv ); 102 ::com::sun::star::ucb::XCommandEnvironment >& xEnv ) 109 ::com::sun::star::ucb::XCommandEnvironment >& xEnv ) 116 ::com::sun::star::ucb::XCommandEnvironment >& xEnv ) 125 ::com::sun::star::ucb::XContentIdentifier >& xNewId ); 132 ::com::sun::star::ucb::XCommandEnvironment >& xEnv ) [all …]
|
| H A D | DAVResourceAccess.cxx | 180 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in PROPFIND() 196 ucb::WebDAVHTTPMethod_PROPFIND, in PROPFIND() 223 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in PROPFIND() 238 ucb::WebDAVHTTPMethod_PROPFIND, in PROPFIND() 263 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in PROPPATCH() 278 ucb::WebDAVHTTPMethod_PROPPATCH, in PROPPATCH() 303 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in HEAD() 318 ucb::WebDAVHTTPMethod_HEAD, in HEAD() 342 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in GET() 358 ucb::WebDAVHTTPMethod_GET, in GET() [all …]
|
| /AOO41X/main/sfx2/source/bastyp/ |
| H A D | helper.cxx | 99 …DestPath( aDestObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XCommandEnvironmen… in Transfer_Impl() 100 uno::Reference< ucb::XCommandInfo > xInfo = aDestPath.getCommands(); in Transfer_Impl() 105 …ucb::TransferInfo( bMoveData, aSourceObj.GetMainURL( INetURLObject::NO_DECODE ), aName, nNameClash… in Transfer_Impl() 112 catch( ucb::CommandAbortedException& ) in Transfer_Impl() 138 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in IsDocument() 141 catch( ucb::CommandAbortedException& ) in IsDocument() 145 catch( ucb::IllegalIdentifierException& ) in IsDocument() 149 catch( ucb::ContentCreationException& ) in IsDocument() 170 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in IsFolder() 173 catch( ucb::CommandAbortedException& ) in IsFolder() [all …]
|
| /AOO41X/main/ucb/source/ucp/gvfs/ |
| H A D | gvfs_content.cxx | 117 const uno::Reference< ucb::XContentIdentifier >& Identifier) in Content() 118 throw ( ucb::ContentCreationException ) in Content() 132 const uno::Reference< ucb::XContentIdentifier >& Identifier, in Content() 134 throw ( ucb::ContentCreationException ) in Content() 176 static_cast< ucb::XContentCreator * >( this ) ); in queryInterface() 178 return isFolder( uno::Reference< ucb::XCommandEnvironment >() ) in queryInterface() 204 CPPU_TYPE_REF( ucb::XContent ), in getTypes() 205 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes() 207 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes() 211 CPPU_TYPE_REF( ucb::XContentCreator ) ); // !! in getTypes() [all …]
|
| H A D | gvfs_content.hxx | 51 namespace com { namespace sun { namespace star { namespace ucb { namespace 70 com::sun::star::ucb::XCommandEnvironment > & xEnv ); 75 public com::sun::star::ucb::XContentCreator 93 ::com::sun::star::ucb::XCommandEnvironment >& xEnv ); 95 ::com::sun::star::ucb::XCommandEnvironment >& xEnv ); 97 ::com::sun::star::ucb::XContentIdentifier >& xNewId); 101 ::com::sun::star::ucb::XCommandEnvironment >& xEnv ); 110 com::sun::star::ucb::XCommandEnvironment > & xEnv ); 112 virtual com::sun::star::uno::Sequence< com::sun::star::ucb::CommandInfo > 114 com::sun::star::ucb::XCommandEnvironment > & xEnv ); [all …]
|
| /AOO41X/main/ucb/workben/ucb/ |
| H A D | ucbdemo.cxx | 246 public ucb::XProgressHandler 276 ucb::CHAOSProgressStart aStart; in toString() 317 static_cast< ucb::XProgressHandler* >(this)); in queryInterface() 360 uno::Reference< ucb::XContentProvider > m_xProv; 361 uno::Reference< ucb::XContentIdentifierFactory > m_xIdFac; 379 uno::Reference< ucb::XContentIdentifierFactory > 381 uno::Reference< ucb::XContentProvider > 458 uno::Reference< ucb::XContentProviderManager > xProvMgr( in init() 463 uno::Sequence< ucb::ContentProviderInfo > in init() 481 uno::Reference< ucb::XContentIdentifierFactory > [all …]
|
| /AOO41X/main/unotools/source/ucbhelper/ |
| H A D | ucbhelper.cxx | 72 using namespace com::sun::star::ucb; 105 ….GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star::ucb::XCommandEnvironmen… in Transfer_Impl() 106 uno::Reference< ::com::sun::star::ucb::XCommandInfo > xInfo = aDestPath.getCommands(); in Transfer_Impl() 111 …::com::sun::star::ucb::TransferInfo( bMoveData, aSourceObj.GetMainURL( INetURLObject::NO_DECODE ),… in Transfer_Impl() 118 catch( ::com::sun::star::ucb::CommandAbortedException& ) in Transfer_Impl() 143 ….GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star::ucb::XCommandEnvironmen… in IsDocument() 146 catch( ::com::sun::star::ucb::CommandAbortedException& ) in IsDocument() 150 catch( ::com::sun::star::ucb::IllegalIdentifierException& ) in IsDocument() 174 ….GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star::ucb::XCommandEnvironmen… in GetProperty() 177 catch( ::com::sun::star::ucb::CommandAbortedException& ) in GetProperty() [all …]
|
| /AOO41X/main/ucbhelper/util/ |
| H A D | ucbhelper.flt | 114 ??0OpenCommandArgument@ucb@star@sun@com@@ 115 ??1Command@ucb@star@sun@com@@ 116 ??1CommandInfo@ucb@star@sun@com@@ 117 ??1ContentInfo@ucb@star@sun@com@@ 118 ??1InsertCommandArgument@ucb@star@sun@com@@ 119 ??1OpenCommandArgument2@ucb@star@sun@com@@ 120 ??1OpenCommandArgument@ucb@star@sun@com@@ 135 ??0UnsupportedCommandException@ucb@star@sun@com@@ 136 ??1UnsupportedCommandException@ucb@star@sun@com@@ 137 ??0ListenerAlreadySetException@ucb@star@sun@com@@ [all …]
|
| /AOO41X/main/ucb/prj/ |
| H A D | build.lst | 1 uc ucb : cppuhelper CURL:curl OPENSSL:openssl LIBXML2:libxml2 LIBXSLT:libxslt offapi sal salhelper … 2 uc ucb usr1 - all uc_mkout NULL 3 uc ucb\inc nmake - all uc_inc NULL 4 uc ucb\source\regexp nmake - all uc_regexp uc_inc NULL 5 uc ucb\source\core nmake - all uc_core uc_regexp uc_inc NULL 6 uc ucb\source\cacher nmake - all uc_cacher uc_inc NULL 7 uc ucb\source\sorter nmake - all uc_sorter uc_inc NULL 8 uc ucb\source\ucp\ftp nmake - all uc_ftp uc_inc NULL 9 uc ucb\source\ucp\file nmake - all uc_file uc_inc NULL 10 uc ucb\source\ucp\gvfs nmake - u uc_gvfs uc_inc NULL [all …]
|