Lines Matching refs:ucb
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()
216 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
217 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
219 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
233 if ( isFolder( uno::Reference< ucb::XCommandEnvironment >() ) ) in getTypes()
265 if ( isFolder( uno::Reference< ucb::XCommandEnvironment >() ) ) in getContentType()
286 const ucb::Command& aCommand, in execute()
288 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in execute()
290 ucb::CommandAbortedException, in execute()
339 ucb::OpenCommandArgument2 aOpenCommand; in execute()
344 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute()
345 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute()
346 ( aOpenCommand.Mode == ucb::OpenMode::DOCUMENTS ) ); in execute()
349 uno::Reference< ucb::XDynamicResultSet > xSet in execute()
356 == ucb::OpenMode::DOCUMENT_SHARE_DENY_NONE ) || in execute()
358 == ucb::OpenMode::DOCUMENT_SHARE_DENY_WRITE ) ) { in execute()
360 ( uno::makeAny ( ucb::UnsupportedOpenModeException in execute()
374 ( uno::makeAny (ucb::UnsupportedDataSinkException in execute()
387 ucb::ContentInfo arg; in execute()
394 ucb::InsertCommandArgument arg; in execute()
414 ucb::TransferInfo transferArgs; in execute()
427 ( uno::makeAny( ucb::UnsupportedCommandException in execute()
447 uno::Sequence< ucb::ContentInfo > Content::queryCreatableContentsInfo( in queryCreatableContentsInfo()
448 const uno::Reference< ucb::XCommandEnvironment >& xEnv) in queryCreatableContentsInfo()
453 uno::Sequence< ucb::ContentInfo > seq(2); in queryCreatableContentsInfo()
465 seq[0].Attributes = ( ucb::ContentInfoAttribute::INSERT_WITH_INPUTSTREAM | in queryCreatableContentsInfo()
466 ucb::ContentInfoAttribute::KIND_DOCUMENT ); in queryCreatableContentsInfo()
471 seq[1].Attributes = ucb::ContentInfoAttribute::KIND_FOLDER; in queryCreatableContentsInfo()
478 return uno::Sequence< ucb::ContentInfo >(); in queryCreatableContentsInfo()
482 uno::Sequence< ucb::ContentInfo > SAL_CALL Content::queryCreatableContentsInfo() in queryCreatableContentsInfo()
485 return queryCreatableContentsInfo( uno::Reference< ucb::XCommandEnvironment >() ); in queryCreatableContentsInfo()
488 uno::Reference< ucb::XContent > SAL_CALL
489 Content::createNewContent( const ucb::ContentInfo& Info ) in createNewContent()
504 return uno::Reference< ucb::XContent >(); in createNewContent()
520 uno::Reference< ucb::XContentIdentifier > xId in createNewContent()
525 } catch ( ucb::ContentCreationException & ) { in createNewContent()
526 return uno::Reference< ucb::XContent >(); in createNewContent()
580 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in getPropertyValues()
723 const uno::Reference< ucb::XCommandEnvironment >& /*xEnv*/ ) in doSetFileInfo()
758 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in setPropertyValues()
858 uno::Reference< ucb::XContentIdentifier > xNewId in setPropertyValues()
926 const uno::Reference< ucb::XCommandEnvironment > &xEnv ) in insert()
971 ( ucb::MissingInputStreamException in insert()
1020 void Content::transfer(const ucb::TransferInfo & /*rArgs*/, in transfer()
1021 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in transfer()
1028 ( ucb::InteractiveBadTransferURLException in transfer()
1040 uno::Reference< ucb::XContent > xThis = this; in destroy()
1062 const uno::Reference< ucb::XContentIdentifier >& xNewId ) in exchangeIdentity()
1067 uno::Reference< ucb::XContent > xThis = this; in exchangeIdentity()
1098 uno::Reference< ucb::XContentIdentifier > in exchangeIdentity()
1107 uno::Reference< ucb::XContentIdentifier > in exchangeIdentity()
1123 Content::getInfo( const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in getInfo()
1149 Content::isFolder(const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in isFolder()
1182 ucb::InteractiveAugmentedIOException in mapVFSException()
1186 ucb::IOErrorCode_NOT_EXISTING, in mapVFSException()
1207 ucb::InteractiveNetworkWriteException in mapVFSException()
1214 ucb::InteractiveNetworkReadException in mapVFSException()
1223 ucb::InteractiveNetworkResolveNameException in mapVFSException()
1234 ucb::InteractiveNetworkConnectException in mapVFSException()
1242 aException <<= ucb::NameClashException in mapVFSException()
1250 aException <<= ucb::UnsupportedOpenModeException(); in mapVFSException()
1284 aException <<= ucb::InteractiveNetworkGeneralException in mapVFSException()
1296 const uno::Reference< ucb::XCommandEnvironment > & xEnv, in cancelCommandExecution()
1305 const uno::Reference< ucb::XCommandEnvironment > & /*xEnv*/ ) in getProperties()
1347 -1, getCppuType( static_cast< const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties()
1357 uno::Sequence< ucb::CommandInfo > Content::getCommands( in getCommands()
1358 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in getCommands()
1360 static ucb::CommandInfo aCommandInfoTable[] = { in getCommands()
1362 ucb::CommandInfo in getCommands()
1365 ucb::CommandInfo in getCommands()
1368 ucb::CommandInfo in getCommands()
1371 ucb::CommandInfo in getCommands()
1376 ucb::CommandInfo in getCommands()
1379 ucb::CommandInfo in getCommands()
1381 -1, getCppuType( static_cast<ucb::InsertCommandArgument * >( 0 ) ) ), in getCommands()
1382 ucb::CommandInfo in getCommands()
1384 -1, getCppuType( static_cast<ucb::OpenCommandArgument2 * >( 0 ) ) ), in getCommands()
1387 ucb::CommandInfo in getCommands()
1389 -1, getCppuType( static_cast<ucb::TransferInfo * >( 0 ) ) ), in getCommands()
1390 ucb::CommandInfo in getCommands()
1392 -1, getCppuType( static_cast<ucb::ContentInfo * >( 0 ) ) ) in getCommands()
1397 return uno::Sequence< ucb::CommandInfo >( in getCommands()
1437 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in createTempStream()
1466 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in createInputStream()
1510 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in feedSink()
1778 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in Authentication()