Lines Matching refs:ucb

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()
268 CPPU_TYPE_REF( ucb::XContentCreator ) ); // !! in getTypes()
294 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
295 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
297 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
369 uno::Reference< ucb::XContentIdentifier > SAL_CALL
380 return uno::Reference< ucb::XContentIdentifier >(); in getIdentifier()
394 const ucb::Command& aCommand, in execute()
396 const uno::Reference< ucb::XCommandEnvironment >& Environment ) in execute()
398 ucb::CommandAbortedException, in execute()
484 ucb::OpenCommandArgument2 aOpenCommand; in execute()
510 uno::makeAny( ucb::UnsupportedCommandException( in execute()
528 uno::makeAny( ucb::UnsupportedCommandException( in execute()
541 ucb::InsertCommandArgument aArg; in execute()
555 ? ucb::NameClash::OVERWRITE in execute()
556 : ucb::NameClash::ERROR; in execute()
573 uno::makeAny( ucb::UnsupportedCommandException( in execute()
602 ucb::IOErrorCode_CANT_WRITE, in execute()
628 uno::makeAny( ucb::UnsupportedCommandException( in execute()
640 ucb::TransferInfo aInfo; in execute()
670 uno::makeAny( ucb::UnsupportedCommandException( in execute()
683 ucb::ContentInfo aInfo; in execute()
706 uno::makeAny( ucb::UnsupportedCommandException( in execute()
730 uno::Sequence< ucb::ContentInfo > SAL_CALL
739 uno::Reference< ucb::XContent > SAL_CALL
740 Content::createNewContent( const ucb::ContentInfo& Info ) in createNewContent()
748 return uno::Reference< ucb::XContent >(); in createNewContent()
761 return uno::Reference< ucb::XContent >(); in createNewContent()
770 return uno::Reference< ucb::XContent >(); in createNewContent()
786 uno::Reference< ucb::XContentIdentifier > xId in createNewContent()
795 return uno::Reference< ucb::XContent >(); in createNewContent()
809 uno::Reference< ucb::XContentIdentifier >
820 uno::Reference< ucb::XContentIdentifier >( in makeNewIdentifier()
883 const uno::Reference< ucb::XContentIdentifier >& xNewId ) in exchangeIdentity()
890 uno::Reference< ucb::XContent > xThis = this; in exchangeIdentity()
934 uno::Reference< ucb::XContentIdentifier > xOldChildId in exchangeIdentity()
943 uno::Reference< ucb::XContentIdentifier > xNewChildId in exchangeIdentity()
1147 const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getPropertyValues()
1203 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in setPropertyValues()
1223 uno::Reference< ucb::XPersistentPropertySet > xAdditionalPropSet; in setPropertyValues()
1423 uno::Reference< ucb::XContentIdentifier > xOldId in setPropertyValues()
1425 uno::Reference< ucb::XContentIdentifier > xNewId in setPropertyValues()
1479 ucb::IOErrorCode_CANT_WRITE, in setPropertyValues()
1500 const ucb::OpenCommandArgument2& rArg, in open()
1501 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in open()
1504 if ( rArg.Mode == ucb::OpenMode::ALL || in open()
1505 rArg.Mode == ucb::OpenMode::FOLDERS || in open()
1506 rArg.Mode == ucb::OpenMode::DOCUMENTS ) in open()
1512 uno::Reference< ucb::XDynamicResultSet > xSet in open()
1522 if ( ( rArg.Mode == ucb::OpenMode::DOCUMENT_SHARE_DENY_NONE ) || in open()
1523 ( rArg.Mode == ucb::OpenMode::DOCUMENT_SHARE_DENY_WRITE ) ) in open()
1527 uno::makeAny( ucb::UnsupportedOpenModeException( in open()
1558 ucb::IOErrorCode_CANT_READ, in open()
1562 : uno::Reference< ucb::XCommandEnvironment >(), in open()
1594 ucb::IOErrorCode_CANT_READ, in open()
1598 : uno::Reference< ucb::XCommandEnvironment >(), in open()
1655 ucb::IOErrorCode_CANT_READ, in open()
1660 ucb::XCommandEnvironment >(), in open()
1674 ucb::UnsupportedDataSinkException( in open()
1692 ucb::XCommandEnvironment > & xEnv ) in insert()
1731 uno::makeAny( ucb::MissingInputStreamException( in insert()
1752 case ucb::NameClash::ERROR: in insert()
1756 uno::makeAny( ucb::NameClashException( in insert()
1767 case ucb::NameClash::OVERWRITE: in insert()
1771 case ucb::NameClash::RENAME: in insert()
1789 ucb::UnsupportedNameClashException( in insert()
1807 case ucb::NameClash::KEEP: // deprecated in insert()
1808 case ucb::NameClash::ASK: in insert()
1814 ucb::UnsupportedNameClashException( in insert()
1844 ucb::IOErrorCode_CANT_WRITE, in insert()
1866 ucb::XCommandEnvironment > & xEnv ) in destroy()
1878 uno::Reference< ucb::XContent > xThis = this; in destroy()
1884 uno::makeAny( ucb::UnsupportedCommandException( in destroy()
1933 uno::Reference< ucb::XContent >
1947 uno::Reference< ucb::XContentIdentifier > xChildId in queryChildContent()
1951 uno::Reference< ucb::XContent > xChild; in queryChildContent()
1956 catch ( ucb::IllegalIdentifierException const & ) in queryChildContent()
1972 uno::Reference< ucb::XContent > xChild in notifyChildRemoved()
1981 ucb::ContentEvent aEvt( in notifyChildRemoved()
1983 ucb::ContentAction::REMOVED, in notifyChildRemoved()
1996 uno::Reference< ucb::XContent > xChild in notifyChildInserted()
2005 ucb::ContentEvent aEvt( in notifyChildInserted()
2007 ucb::ContentAction::INSERTED, in notifyChildInserted()
2016 const ucb::TransferInfo& rInfo, in transfer()
2017 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in transfer()
2026 uno::makeAny( ucb::UnsupportedCommandException( in transfer()
2040 uno::makeAny( ucb::InteractiveBadTransferURLException( in transfer()
2055 uno::makeAny( ucb::InteractiveBadTransferURLException( in transfer()
2111 ucb::IOErrorCode_RECURSIVE, in transfer()
2197 ucb::IOErrorCode_CANT_WRITE, in transfer()
2231 ucb::IOErrorCode_CANT_WRITE, in transfer()
2248 uno::Reference< ucb::XContentIdentifier > xTargetId in transfer()
2257 catch ( ucb::IllegalIdentifierException const & ) in transfer()
2272 ucb::IOErrorCode_CANT_READ, in transfer()
2293 uno::Reference< ucb::XContentIdentifier > in transfer()
2302 catch ( ucb::IllegalIdentifierException const & ) in transfer()
2317 ucb::IOErrorCode_CANT_READ, in transfer()
2341 ucb::IOErrorCode_CANT_WRITE, in transfer()
2362 ucb::IOErrorCode_CANT_WRITE, in transfer()
2481 ucb::XCommandEnvironment >& xEnv ) in storeData()
2482 throw ( ucb::CommandFailedException, in storeData()
2624 const uno::Reference< ucb::XContentIdentifier >& xOldId, in renameData()
2625 const uno::Reference< ucb::XContentIdentifier >& xNewId ) in renameData()
2878 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in obtainPassword()
2879 throw ( ucb::CommandFailedException, in obtainPassword()
2903 throw ucb::CommandFailedException( in obtainPassword()
2918 throw ucb::CommandFailedException( in obtainPassword()
2935 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in getInputStream()
2936 throw ( ucb::CommandFailedException, in getInputStream()
2978 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in lcl_getTruncatedOutputStream()
2979 throw ( ucb::CommandFailedException, in lcl_getTruncatedOutputStream()
3008 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in getTruncatedOutputStream()
3009 throw ( ucb::CommandFailedException, in getTruncatedOutputStream()
3023 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in getStream()
3024 throw ( ucb::CommandFailedException, in getStream()
3065 uno::Sequence< ucb::ContentInfo >
3081 uno::Sequence< ucb::ContentInfo > aSeq( 1 ); in getCreatableContentsInfo()
3087 = ucb::ContentInfoAttribute::KIND_FOLDER; in getCreatableContentsInfo()
3095 uno::Sequence< ucb::ContentInfo > aSeq( 2 ); in getCreatableContentsInfo()
3101 = ucb::ContentInfoAttribute::KIND_FOLDER; in getCreatableContentsInfo()
3108 = ucb::ContentInfoAttribute::INSERT_WITH_INPUTSTREAM in getCreatableContentsInfo()
3109 | ucb::ContentInfoAttribute::KIND_DOCUMENT; in getCreatableContentsInfo()
3123 return uno::Sequence< ucb::ContentInfo >( 0 ); in getCreatableContentsInfo()