Lines Matching refs:xEnv

314     MountOperation(const uno::Reference< ucb::XCommandEnvironment >& xEnv);
319 MountOperation::MountOperation(const uno::Reference< ucb::XCommandEnvironment >& xEnv) : mpError(NU… in MountOperation() argument
322 mpAuthentication = ooo_mount_operation_new(xEnv); in MountOperation()
345 GFileInfo* Content::getGFileInfo(const uno::Reference< ucb::XCommandEnvironment >& xEnv, GError **p… in getGFileInfo() argument
357 MountOperation aMounter(xEnv); in getGFileInfo()
376 bool Content::isFolder(const uno::Reference< ucb::XCommandEnvironment >& xEnv) in isFolder() argument
378 GFileInfo *pInfo = getGFileInfo(xEnv); in isFolder()
398 const uno::Reference< ucb::XCommandEnvironment > & xEnv, in getPropertyValuesFromGFileInfo()
498 xRow->appendObject( rProp, uno::makeAny( queryCreatableContentsInfo( xEnv ) ) ); in getPropertyValuesFromGFileInfo()
514 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in getPropertyValues()
517 GFileInfo *pInfo = getGFileInfo(xEnv, &pError); in getPropertyValues()
519 ucbhelper::cancelCommandExecution(mapGIOError(pError), xEnv); in getPropertyValues()
521 return getPropertyValuesFromGFileInfo(pInfo, m_xSMgr, xEnv, rProperties); in getPropertyValues()
622 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in setPropertyValues()
626 GFileInfo *pInfo = getGFileInfo(xEnv, &pError); in setPropertyValues()
632 ucbhelper::cancelCommandExecution(mapGIOError(pError), xEnv); in setPropertyValues()
833 const uno::Reference< ucb::XCommandEnvironment > & xEnv ) in open()
836 bool bIsFolder = isFolder(xEnv); in open()
848 ucbhelper::cancelCommandExecution(aErr, xEnv); in open()
862 = new DynamicResultSet(m_xSMgr, this, rOpenCommand, xEnv ); in open()
876 xEnv ); in open()
879 if ( !feedSink( rOpenCommand.Sink, xEnv ) ) in open()
893 xEnv ); in open()
904 const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in execute()
918 ucbhelper::cancelCommandExecution ( getBadArgExcept (), xEnv ); in execute()
919 aRet <<= getPropertyValues( Properties, xEnv ); in execute()
922 aRet <<= getPropertySetInfo( xEnv, sal_False ); in execute()
924 aRet <<= getCommandInfo( xEnv, sal_False ); in execute()
929 ucbhelper::cancelCommandExecution ( getBadArgExcept (), xEnv ); in execute()
930 aRet = open( aOpenCommand, xEnv ); in execute()
936 ucbhelper::cancelCommandExecution ( getBadArgExcept (), xEnv ); in execute()
937 transfer( transferArgs, xEnv ); in execute()
943 ucbhelper::cancelCommandExecution ( getBadArgExcept (), xEnv ); in execute()
944 aRet <<= setPropertyValues( aProperties, xEnv ); in execute()
947 && isFolder( xEnv ) ) in execute()
951 ucbhelper::cancelCommandExecution ( getBadArgExcept (), xEnv ); in execute()
958 ucbhelper::cancelCommandExecution ( getBadArgExcept (), xEnv ); in execute()
959 insert( arg.Data, arg.ReplaceExisting, xEnv ); in execute()
975 ucbhelper::cancelCommandExecution(mapGIOError(pError), xEnv); in execute()
991 xEnv ); in execute()
1018 sal_Bool bReplaceExisting, const uno::Reference< ucb::XCommandEnvironment > &xEnv ) in insert()
1022 GFileInfo *pInfo = getGFileInfo(xEnv); in insert()
1031 ucbhelper::cancelCommandExecution(mapGIOError(pError), xEnv); in insert()
1040 xEnv ); in insert()
1047 ucbhelper::cancelCommandExecution(mapGIOError(pError), xEnv); in insert()
1052 ucbhelper::cancelCommandExecution(mapGIOError(pError), xEnv); in insert()
1065 …r( const ucb::TransferInfo& aTransferInfo, const uno::Reference< ucb::XCommandEnvironment >& xEnv ) in transfer() argument
1086 ucbhelper::cancelCommandExecution(mapGIOError(pError), xEnv); in transfer()
1090 const uno::Reference< ucb::XCommandEnvironment >& xEnv) in queryCreatableContentsInfo()
1093 if ( isFolder( xEnv ) ) in queryCreatableContentsInfo()
1257 …< ucb::CommandInfo > Content::getCommands( const uno::Reference< ucb::XCommandEnvironment > & xEnv) in getCommands() argument
1296 … return uno::Sequence< ucb::CommandInfo >(aCommandInfoTable, isFolder(xEnv) ? nProps : nProps - 2); in getCommands()