Lines Matching refs:ucb
115 const uno::Reference< ucb::XContentIdentifier >& Identifier) in Content()
116 throw ( ucb::ContentCreationException ) in Content()
130 const uno::Reference< ucb::XContentIdentifier >& Identifier, in Content()
132 throw ( ucb::ContentCreationException ) in Content()
174 static_cast< ucb::XContentCreator * >( this ) ); in queryInterface()
176 return isFolder( uno::Reference< ucb::XCommandEnvironment >() ) in queryInterface()
202 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
203 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
205 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
209 CPPU_TYPE_REF( ucb::XContentCreator ) ); // !! in getTypes()
214 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
215 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
217 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
231 if ( isFolder( uno::Reference< ucb::XCommandEnvironment >() ) ) in getTypes()
263 if ( isFolder( uno::Reference< ucb::XCommandEnvironment >() ) ) in getContentType()
284 const ucb::Command& aCommand, in execute()
286 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in execute()
288 ucb::CommandAbortedException, in execute()
337 ucb::OpenCommandArgument2 aOpenCommand; in execute()
342 ( ( aOpenCommand.Mode == ucb::OpenMode::ALL ) || in execute()
343 ( aOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in execute()
344 ( aOpenCommand.Mode == ucb::OpenMode::DOCUMENTS ) ); in execute()
347 uno::Reference< ucb::XDynamicResultSet > xSet in execute()
354 == ucb::OpenMode::DOCUMENT_SHARE_DENY_NONE ) || in execute()
356 == ucb::OpenMode::DOCUMENT_SHARE_DENY_WRITE ) ) { in execute()
358 ( uno::makeAny ( ucb::UnsupportedOpenModeException in execute()
372 ( uno::makeAny (ucb::UnsupportedDataSinkException in execute()
385 ucb::ContentInfo arg; in execute()
392 ucb::InsertCommandArgument arg; in execute()
412 ucb::TransferInfo transferArgs; in execute()
425 ( uno::makeAny( ucb::UnsupportedCommandException in execute()
445 uno::Sequence< ucb::ContentInfo > Content::queryCreatableContentsInfo( in queryCreatableContentsInfo()
446 const uno::Reference< ucb::XCommandEnvironment >& xEnv) in queryCreatableContentsInfo()
451 uno::Sequence< ucb::ContentInfo > seq(2); in queryCreatableContentsInfo()
463 seq[0].Attributes = ( ucb::ContentInfoAttribute::INSERT_WITH_INPUTSTREAM | in queryCreatableContentsInfo()
464 ucb::ContentInfoAttribute::KIND_DOCUMENT ); in queryCreatableContentsInfo()
469 seq[1].Attributes = ucb::ContentInfoAttribute::KIND_FOLDER; in queryCreatableContentsInfo()
476 return uno::Sequence< ucb::ContentInfo >(); in queryCreatableContentsInfo()
480 uno::Sequence< ucb::ContentInfo > SAL_CALL Content::queryCreatableContentsInfo() in queryCreatableContentsInfo()
483 return queryCreatableContentsInfo( uno::Reference< ucb::XCommandEnvironment >() ); in queryCreatableContentsInfo()
486 uno::Reference< ucb::XContent > SAL_CALL
487 Content::createNewContent( const ucb::ContentInfo& Info ) in createNewContent()
502 return uno::Reference< ucb::XContent >(); in createNewContent()
518 uno::Reference< ucb::XContentIdentifier > xId in createNewContent()
523 } catch ( ucb::ContentCreationException & ) { in createNewContent()
524 return uno::Reference< ucb::XContent >(); in createNewContent()
578 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in getPropertyValues()
721 const uno::Reference< ucb::XCommandEnvironment >& /*xEnv*/ ) in doSetFileInfo()
756 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in setPropertyValues()
856 uno::Reference< ucb::XContentIdentifier > xNewId in setPropertyValues()
924 const uno::Reference< ucb::XCommandEnvironment > &xEnv ) in insert()
969 ( ucb::MissingInputStreamException in insert()
1018 void Content::transfer(const ucb::TransferInfo & /*rArgs*/, in transfer()
1019 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in transfer()
1026 ( ucb::InteractiveBadTransferURLException in transfer()
1038 uno::Reference< ucb::XContent > xThis = this; in destroy()
1060 const uno::Reference< ucb::XContentIdentifier >& xNewId ) in exchangeIdentity()
1065 uno::Reference< ucb::XContent > xThis = this; in exchangeIdentity()
1096 uno::Reference< ucb::XContentIdentifier > in exchangeIdentity()
1105 uno::Reference< ucb::XContentIdentifier > in exchangeIdentity()
1121 Content::getInfo( const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in getInfo()
1147 Content::isFolder(const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in isFolder()
1180 ucb::InteractiveAugmentedIOException in mapVFSException()
1184 ucb::IOErrorCode_NOT_EXISTING, in mapVFSException()
1205 ucb::InteractiveNetworkWriteException in mapVFSException()
1212 ucb::InteractiveNetworkReadException in mapVFSException()
1221 ucb::InteractiveNetworkResolveNameException in mapVFSException()
1232 ucb::InteractiveNetworkConnectException in mapVFSException()
1240 aException <<= ucb::NameClashException in mapVFSException()
1248 aException <<= ucb::UnsupportedOpenModeException(); in mapVFSException()
1282 aException <<= ucb::InteractiveNetworkGeneralException in mapVFSException()
1294 const uno::Reference< ucb::XCommandEnvironment > & xEnv, in cancelCommandExecution()
1303 const uno::Reference< ucb::XCommandEnvironment > & /*xEnv*/ ) in getProperties()
1345 -1, getCppuType( static_cast< const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties()
1355 uno::Sequence< ucb::CommandInfo > Content::getCommands( in getCommands()
1356 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in getCommands()
1358 static ucb::CommandInfo aCommandInfoTable[] = { in getCommands()
1360 ucb::CommandInfo in getCommands()
1363 ucb::CommandInfo in getCommands()
1366 ucb::CommandInfo in getCommands()
1369 ucb::CommandInfo in getCommands()
1374 ucb::CommandInfo in getCommands()
1377 ucb::CommandInfo in getCommands()
1379 -1, getCppuType( static_cast<ucb::InsertCommandArgument * >( 0 ) ) ), in getCommands()
1380 ucb::CommandInfo in getCommands()
1382 -1, getCppuType( static_cast<ucb::OpenCommandArgument2 * >( 0 ) ) ), in getCommands()
1385 ucb::CommandInfo in getCommands()
1387 -1, getCppuType( static_cast<ucb::TransferInfo * >( 0 ) ) ), in getCommands()
1388 ucb::CommandInfo in getCommands()
1390 -1, getCppuType( static_cast<ucb::ContentInfo * >( 0 ) ) ) in getCommands()
1395 return uno::Sequence< ucb::CommandInfo >( in getCommands()
1435 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in createTempStream()
1464 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in createInputStream()
1508 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in feedSink()
1776 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in Authentication()