Home
last modified time | relevance | path

Searched refs:ucb (Results 201 – 225 of 1084) sorted by relevance

12345678910>>...44

/trunk/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsContent.java30 import com.sun.star.ucb.Command;
31 import com.sun.star.ucb.XCommandProcessor;
32 import com.sun.star.ucb.XContent;
33 import com.sun.star.ucb.XContentIdentifier;
34 import com.sun.star.ucb.XContentIdentifierFactory;
35 import com.sun.star.ucb.XContentProvider;
/trunk/main/offapi/com/sun/star/ucb/
H A DXContent.idl31 #include <com/sun/star/ucb/XContentIdentifier.idl>
35 #include <com/sun/star/ucb/XContentEventListener.idl>
41 module com { module sun { module star { module ucb {
60 com::sun::star::ucb::XContentIdentifier getIdentifier();
80 [in] com::sun::star::ucb::XContentEventListener Listener );
91 [in] com::sun::star::ucb::XContentEventListener Listener );
H A DXCachedDynamicResultSetFactory.idl31 #include <com/sun/star/ucb/XDynamicResultSet.idl>
35 #include <com/sun/star/ucb/XContentIdentifierMapping.idl>
40 module com { module sun { module star { module ucb {
73 com::sun::star::ucb::XDynamicResultSet createCachedDynamicResultSet(
74 [in] com::sun::star::ucb::XDynamicResultSet SourceStub
75 , [in] com::sun::star::ucb::XContentIdentifierMapping ContentIdentifierMapping );
H A DXContentCreator.idl31 #include <com/sun/star/ucb/ContentInfo.idl>
35 #include <com/sun/star/ucb/XContent.idl>
41 module com { module sun { module star { module ucb {
74 sequence<com::sun::star::ucb::ContentInfo> queryCreatableContentsInfo();
85 com::sun::star::ucb::XContent createNewContent(
86 [in] com::sun::star::ucb::ContentInfo Info );
H A DODMAContentProvider.idl27 #include <com/sun/star/ucb/XContentProvider.idl>
32 module com { module sun { module star { module ucb {
41 @see com::sun::star::ucb::ContentProvider
42 @see com::sun::star::ucb::Content
43 @see com::sun::star::ucb::ODMAContent
79 interface com::sun::star::ucb::XContentProvider;
H A DXPropertyMatcherFactory.idl31 #include <com/sun/star/ucb/XPropertyMatcher.idl>
35 #include <com/sun/star/ucb/SearchCriterium.idl>
40 module com { module sun { module star { module ucb {
56 com::sun::star::ucb::XPropertyMatcher createPropertyMatcher(
57 [in] sequence<com::sun::star::ucb::SearchCriterium> Criteria);
H A DHandleCookiesRequest.idl31 #include <com/sun/star/ucb/Cookie.idl>
35 #include <com/sun/star/ucb/CookieRequest.idl>
41 module com { module sun { module star { module ucb {
56 sequence<com::sun::star::ucb::Cookie> Cookies;
61 com::sun::star::ucb::CookieRequest Request;
H A DHelpContentProvider.idl27 #include <com/sun/star/ucb/XContentProvider.idl>
33 module com { module sun { module star { module ucb {
42 @see com::sun::star::ucb::Content
51 @see com::sun::star::ucb::HelpContent
54 interface com::sun::star::ucb::XContentProvider;
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DDataStreamComposer.java24 import com.sun.star.ucb.InsertCommandArgument;
25 import com.sun.star.ucb.XContent;
77 throws com.sun.star.ucb.CommandAbortedException, in setDataStream()
95 throws com.sun.star.ucb.CommandAbortedException, in setDataStream()
120 throws com.sun.star.ucb.CommandAbortedException, com.sun.star.uno.Exception { in setDataStream()
238 } catch ( com.sun.star.ucb.CommandAbortedException e ) { in main()
H A DResourceManager.java24 import com.sun.star.ucb.NameClash;
25 import com.sun.star.ucb.TransferCommandOperation;
26 import com.sun.star.ucb.GlobalTransferCommandArgument;
82 throws com.sun.star.ucb.CommandAbortedException, com.sun.star.uno.Exception { in transferResource()
103 throws com.sun.star.ucb.CommandAbortedException, com.sun.star.uno.Exception { in transferResource()
269 } catch ( com.sun.star.ucb.CommandAbortedException e ) { in main()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx74 using namespace ::com::sun::star::ucb;
1274 Reference<css::ucb::XCommandEnvironment> const & xCmdEnv) in synchronizeRemovedExtensions()
1364 Reference<css::ucb::XCommandEnvironment> const & xCmdEnv) in synchronizeAddedExtensions()
1494 Reference<css::ucb::XCommandEnvironment> const & xCmdEnv) in synchronize()
1496 css::ucb::CommandFailedException, in synchronize()
1497 css::ucb::CommandAbortedException, in synchronize()
1512 Reference<ucb::XCommandEnvironment> const & xCmdEnv) in getExtensionsWithUnacceptedLicenses()
1576 css::ucb::CommandFailedException, in checkPrerequisites()
1577 css::ucb::CommandAbortedException, in checkPrerequisites()
1616 } catch (ucb::CommandFailedException & ) { in checkPrerequisites()
[all …]
/trunk/main/ucb/
H A DJunitTest_ucb_unoapi.mk28 -Dorg.openoffice.test.arg.sce=$(SRCDIR)/ucb/qa/unoapi/ucb.sce \
29 -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/ucb/qa/unoapi/knownissues.xcl \
40 ucb/qa/unoapi/Test \
44 org.openoffice.ucb.qa.unoapi.Test \
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/
H A DFilterOptions.java30 import com.sun.star.ucb.XSimpleFileAccess;
36 import com.sun.star.ucb.CommandAbortedException;
203 …com.sun.star.ucb.XSimpleFileAccess xHelper = (com.sun.star.ucb.XSimpleFileAccess)UnoRuntime.queryI… in impl_openStreams()
204 com.sun.star.ucb.XSimpleFileAccess.class, in impl_openStreams()
216 catch(com.sun.star.ucb.CommandAbortedException exAborted) {} in impl_openStreams()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dcancelcommandexecution.hxx35 namespace ucb { class XCommandEnvironment; } namespace
60 com::sun::star::ucb::XCommandEnvironment > &
93 UCBHELPER_DLLPUBLIC void cancelCommandExecution( const com::sun::star::ucb::IOErrorCode eError,
97 com::sun::star::ucb::XCommandEnvironment > &
101 com::sun::star::ucb::XCommandProcessor > &
H A Dcontentbroker.hxx34 namespace com { namespace sun { namespace star { namespace ucb { namespace
168 ::com::sun::star::ucb::XContentIdentifierFactory >
177 ::com::sun::star::ucb::XContentProvider >
186 ::com::sun::star::ucb::XContentProviderManager >
195 ::com::sun::star::ucb::XCommandProcessor >
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_theextmgr.cxx211 … uno::Reference< ucb::XCommandEnvironment >() ); in checkUpdates()
214 } catch ( ucb::CommandFailedException & ) { in checkUpdates()
216 } catch ( ucb::CommandAbortedException & ) { in checkUpdates()
293 … uno::Reference< ucb::XCommandEnvironment >() ); in createPackageList()
296 } catch ( ucb::CommandFailedException & ) { in createPackageList()
298 } catch ( ucb::CommandAbortedException & ) { in createPackageList()
325 … uno::Reference< ucb::XCommandEnvironment >() ); in createPackageList()
342 uno::Reference< ucb::XCommandEnvironment >() ) ); in getPackageState()
/trunk/main/ucbhelper/source/client/
H A Dfileidentifierconverter.cxx48 uno::Reference< ucb::XContentProviderManager > const &) in getLocalFileURL()
66 uno::Reference< ucb::XContentProviderManager > const & rManager, in getFileURLFromSystemPath()
73 uno::Reference< ucb::XFileIdentifierConverter > in getFileURLFromSystemPath()
89 uno::Reference< ucb::XContentProviderManager > const & rManager, in getSystemPathFromFileURL()
95 uno::Reference< ucb::XFileIdentifierConverter > in getSystemPathFromFileURL()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx42 const uno::Reference< ucb::XContentProvider >& xProvider, in ResultSetBase()
45 const uno::Sequence< ucb::NumberedSortingInfo >& seqSort ) in ResultSetBase()
100 SAL_STATIC_CAST( ucb::XContentAccess*, this) ); in queryInterface()
404 uno::Reference< ucb::XContentIdentifier > SAL_CALL
413 m_aIdents[m_nRow] = uno::Reference< ucb::XContentIdentifier >( in queryContentIdentifier()
418 return uno::Reference< ucb::XContentIdentifier >(); in queryContentIdentifier()
422 uno::Reference< ucb::XContent > SAL_CALL
430 return uno::Reference< ucb::XContent >(); in queryContent()
H A Durlparameter.hxx122 throw( com::sun::star::ucb::IllegalIdentifierException );
177 const com::sun::star::ucb::Command& aCommand,
179 … const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment >& Environment,
183 const com::sun::star::ucb::Command& aCommand,
185 … const com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment >& Environment,
239 void parse() throw( com::sun::star::ucb::IllegalIdentifierException );
/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx42 const uno::Reference< ucb::XContentProvider >& xProvider, in ResultSetBase()
45 const uno::Sequence< ucb::NumberedSortingInfo >& seqSort ) in ResultSetBase()
101 SAL_STATIC_CAST( ucb::XContentAccess*, this) ); in queryInterface()
404 uno::Reference< ucb::XContentIdentifier > SAL_CALL
418 uno::Reference< ucb::XContentIdentifier >( in queryContentIdentifier()
424 return uno::Reference<ucb::XContentIdentifier>(); in queryContentIdentifier()
428 uno::Reference< ucb::XContent > SAL_CALL
436 return uno::Reference< ucb::XContent >(); in queryContent()
/trunk/main/svl/source/misc/
H A Ddocumentlockfile.cxx117 uno::Reference < ::com::sun::star::ucb::XCommandEnvironment > xEnv; in CreateOwnLockFile()
120 ucb::InsertCommandArgument aInsertArg; in CreateOwnLockFile()
132 catch( ucb::NameClashException& ) in CreateOwnLockFile()
170 uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess > xSimpleFileAccess( in OpenStream()
184 uno::Reference < ::com::sun::star::ucb::XCommandEnvironment > xEnv; in OverwriteOwnLockFile()
223 uno::Reference< ::com::sun::star::ucb::XSimpleFileAccess > xSimpleFileAccess( in RemoveFile()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DProcess.java102 private UCB ucb; field in Process
122 ucb = new UCB(xmsf); in Process()
345 copyMedia(ucb, settings, dir, task); in publish()
346 copyStaticImages(ucb, settings, dir); in publish()
373 if (!publish(dir, p, ucb, task)) in publish()
445 copyLayoutFiles(ucb, fileAccess, settings, layout, targetDir); in generate()
473 …public static void copyLayoutFiles(UCB ucb, FileAccess fileAccess, CGSettings settings, CGLayout l… in copyLayoutFiles() argument
478 ucb.copy(filesPath, targetDir, new ExtensionVerifier("xsl")); in copyLayoutFiles()
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx50 using namespace ::com::sun::star::ucb;
102 Reference<ucb::XCommandEnvironment> const & xCmdEnv);
112 Reference< ucb::XSimpleFileAccess > getFileAccess( void );
113 Reference< ucb::XSimpleFileAccess > m_xSFA;
391 Reference<ucb::XCommandEnvironment> const & xCmdEnv) in implProcessHelp()
407 Reference< ucb::XSimpleFileAccess > xSFA = getFileAccess(); in implProcessHelp()
615 Reference< ucb::XSimpleFileAccess > xSFA = getFileAccess(); in implCollectXhpFiles()
641 Reference< ucb::XSimpleFileAccess > BackendImpl::getFileAccess( void ) in getFileAccess()
648 m_xSFA = Reference< ucb::XSimpleFileAccess >( in getFileAccess()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_datasupplier.hxx39 com::sun::star::uno::Reference< com::sun::star::ucb::XContentIdentifier > xId;
40 com::sun::star::uno::Reference< com::sun::star::ucb::XContent > xContent;
72 virtual com::sun::star::uno::Reference< com::sun::star::ucb::XContentIdentifier >
74 virtual com::sun::star::uno::Reference< com::sun::star::ucb::XContent >
90 throw( com::sun::star::ucb::ResultSetException );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/
H A D_XContentProviderManager.java24 package ifc.ucb;
31 import com.sun.star.ucb.ContentProviderInfo;
32 import com.sun.star.ucb.DuplicateProviderException;
33 import com.sun.star.ucb.XContentProvider;
34 import com.sun.star.ucb.XContentProviderManager;

Completed in 128 milliseconds

12345678910>>...44