Lines Matching refs:ucb

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()
198 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
199 task::InteractionClassification_ERROR, ucb::IOErrorCode_ACCESS_DENIED, aArgs); in convertToException()
203 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
204 task::InteractionClassification_ERROR, ucb::IOErrorCode_NO_FILE, aArgs); in convertToException()
208 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
209 task::InteractionClassification_ERROR, ucb::IOErrorCode_NO_FILE, aArgs); in convertToException()
213 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
214 task::InteractionClassification_ERROR, ucb::IOErrorCode_NO_DIRECTORY, aArgs); in convertToException()
218 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
219 task::InteractionClassification_ERROR, ucb::IOErrorCode_NAME_TOO_LONG, aArgs); in convertToException()
223 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
224 task::InteractionClassification_ERROR, ucb::IOErrorCode_PENDING, aArgs); in convertToException()
231 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
232 task::InteractionClassification_ERROR, ucb::IOErrorCode_GENERAL, aArgs); in convertToException()
238 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
239 task::InteractionClassification_ERROR, ucb::IOErrorCode_NOT_SUPPORTED, aArgs); in convertToException()
243 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
244 task::InteractionClassification_ERROR, ucb::IOErrorCode_OUT_OF_DISK_SPACE, aArgs); in convertToException()
248 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
249 task::InteractionClassification_ERROR, ucb::IOErrorCode_INVALID_CHARACTER, aArgs); in convertToException()
253 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
254 task::InteractionClassification_ERROR, ucb::IOErrorCode_WRITE_PROTECTED, aArgs); in convertToException()
258 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
259 task::InteractionClassification_ERROR, ucb::IOErrorCode_DEVICE_NOT_READY, aArgs); in convertToException()
263 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
264 task::InteractionClassification_ERROR, ucb::IOErrorCode_RECURSIVE, aArgs); in convertToException()
269 { ucb::InteractiveAugmentedIOException aExcept(sMessage, rContext, in convertToException()
270 task::InteractionClassification_ERROR, ucb::IOErrorCode_LOCKING_VIOLATION, aArgs); in convertToException()
274 { ucb::InteractiveNetworkResolveNameException aExcept(sMessage, rContext, in convertToException()
284 { ucb::InteractiveNetworkGeneralException aExcept(sMessage, rContext, in convertToException()
314 MountOperation(const uno::Reference< ucb::XCommandEnvironment >& xEnv);
319 MountOperation::MountOperation(const uno::Reference< ucb::XCommandEnvironment >& xEnv) : mpError(NU… in MountOperation()
345 GFileInfo* Content::getGFileInfo(const uno::Reference< ucb::XCommandEnvironment >& xEnv, GError **p… in getGFileInfo()
376 bool Content::isFolder(const uno::Reference< ucb::XCommandEnvironment >& xEnv) in isFolder()
398 const uno::Reference< ucb::XCommandEnvironment > & xEnv, in getPropertyValuesFromGFileInfo()
514 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in getPropertyValues()
571 sal_Bool Content::exchangeIdentity( const uno::Reference< ucb::XContentIdentifier >& xNewId ) in exchangeIdentity()
576 uno::Reference< ucb::XContent > xThis = this; in exchangeIdentity()
601 uno::Reference< ucb::XContentIdentifier > xOldChildId = xChild->getIdentifier(); in exchangeIdentity()
606 uno::Reference< ucb::XContentIdentifier > xNewChildId in exchangeIdentity()
622 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in setPropertyValues()
737 uno::Reference< ucb::XContentIdentifier > xNewId in setPropertyValues()
803 const uno::Reference< ucb::XCommandEnvironment >& /*xEnv*/ ) in feedSink()
832 uno::Any Content::open(const ucb::OpenCommandArgument2 & rOpenCommand, in open()
833 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in open()
843ucb::InteractiveAugmentedIOException(rtl::OUString(), static_cast< cppu::OWeakObject * >( this ), in open()
845 … bIsFolder ? ucb::IOErrorCode_NOT_EXISTING_PATH : ucb::IOErrorCode_NOT_EXISTING, aArgs) in open()
854 ( rOpenCommand.Mode == ucb::OpenMode::ALL ) || in open()
855 ( rOpenCommand.Mode == ucb::OpenMode::FOLDERS ) || in open()
856 ( rOpenCommand.Mode == ucb::OpenMode::DOCUMENTS ) in open()
861 uno::Reference< ucb::XDynamicResultSet > xSet in open()
868 ( rOpenCommand.Mode == ucb::OpenMode::DOCUMENT_SHARE_DENY_NONE ) || in open()
869 ( rOpenCommand.Mode == ucb::OpenMode::DOCUMENT_SHARE_DENY_WRITE ) in open()
873 uno::makeAny ( ucb::UnsupportedOpenModeException in open()
890 uno::makeAny (ucb::UnsupportedDataSinkException in open()
902 const ucb::Command& aCommand, in execute()
904 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in execute()
906 ucb::CommandAbortedException, in execute()
927 ucb::OpenCommandArgument2 aOpenCommand; in execute()
934 ucb::TransferInfo transferArgs; in execute()
949 ucb::ContentInfo arg; in execute()
956 ucb::InsertCommandArgument arg; in execute()
988 ( uno::makeAny( ucb::UnsupportedCommandException in execute()
1000 uno::Reference< ucb::XContent > xThis = this; in destroy()
1018 sal_Bool bReplaceExisting, const uno::Reference< ucb::XCommandEnvironment > &xEnv ) in insert()
1038 ( ucb::MissingInputStreamException in insert()
1065 void Content::transfer( const ucb::TransferInfo& aTransferInfo, const uno::Reference< ucb::XCommand… in transfer()
1089 uno::Sequence< ucb::ContentInfo > Content::queryCreatableContentsInfo( in queryCreatableContentsInfo()
1090 const uno::Reference< ucb::XCommandEnvironment >& xEnv) in queryCreatableContentsInfo()
1095 uno::Sequence< ucb::ContentInfo > seq(2); in queryCreatableContentsInfo()
1107 seq[0].Attributes = ( ucb::ContentInfoAttribute::INSERT_WITH_INPUTSTREAM | in queryCreatableContentsInfo()
1108 ucb::ContentInfoAttribute::KIND_DOCUMENT ); in queryCreatableContentsInfo()
1113 seq[1].Attributes = ucb::ContentInfoAttribute::KIND_FOLDER; in queryCreatableContentsInfo()
1120 return uno::Sequence< ucb::ContentInfo >(); in queryCreatableContentsInfo()
1124 uno::Sequence< ucb::ContentInfo > SAL_CALL Content::queryCreatableContentsInfo() in queryCreatableContentsInfo()
1127 return queryCreatableContentsInfo( uno::Reference< ucb::XCommandEnvironment >() ); in queryCreatableContentsInfo()
1130 uno::Reference< ucb::XContent >
1131 SAL_CALL Content::createNewContent( const ucb::ContentInfo& Info ) in createNewContent()
1147 return uno::Reference< ucb::XContent >(); in createNewContent()
1162 … uno::Reference< ucb::XContentIdentifier > xId(new ::ucbhelper::ContentIdentifier(m_xSMgr, aURL)); in createNewContent()
1167 } catch ( ucb::ContentCreationException & ) in createNewContent()
1169 return uno::Reference< ucb::XContent >(); in createNewContent()
1176 if ( isFolder( uno::Reference< ucb::XCommandEnvironment >() ) ) in getTypes()
1182 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
1183 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
1185 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
1189 CPPU_TYPE_REF( ucb::XContentCreator ) ); in getTypes()
1198 CPPU_TYPE_REF( ucb::XContent ), in getTypes()
1199 CPPU_TYPE_REF( ucb::XCommandProcessor ), in getTypes()
1201 CPPU_TYPE_REF( ucb::XCommandInfoChangeNotifier ), in getTypes()
1211 const uno::Reference< ucb::XCommandEnvironment > & /*xEnv*/ ) in getProperties()
1249 -1, getCppuType( static_cast< const uno::Sequence< ucb::ContentInfo > * >( 0 ) ), in getProperties()
1257 uno::Sequence< ucb::CommandInfo > Content::getCommands( const uno::Reference< ucb::XCommandEnvironm… in getCommands()
1259 static ucb::CommandInfo aCommandInfoTable[] = in getCommands()
1262 ucb::CommandInfo in getCommands()
1265 ucb::CommandInfo in getCommands()
1268 ucb::CommandInfo in getCommands()
1271 ucb::CommandInfo in getCommands()
1276 ucb::CommandInfo in getCommands()
1279 ucb::CommandInfo in getCommands()
1281 -1, getCppuType( static_cast<ucb::InsertCommandArgument * >( 0 ) ) ), in getCommands()
1282 ucb::CommandInfo in getCommands()
1284 -1, getCppuType( static_cast<ucb::OpenCommandArgument2 * >( 0 ) ) ), in getCommands()
1287 ucb::CommandInfo in getCommands()
1289 -1, getCppuType( static_cast<ucb::TransferInfo * >( 0 ) ) ), in getCommands()
1290 ucb::CommandInfo in getCommands()
1292 -1, getCppuType( static_cast<ucb::ContentInfo * >( 0 ) ) ) in getCommands()
1296 … return uno::Sequence< ucb::CommandInfo >(aCommandInfoTable, isFolder(xEnv) ? nProps : nProps - 2); in getCommands()
1313 uno::Any aRet = cppu::queryInterface( rType, static_cast< ucb::XContentCreator * >( this ) ); in queryInterface()