Home
last modified time | relevance | path

Searched refs:ucb (Results 176 – 200 of 1084) sorted by relevance

12345678910>>...44

/trunk/main/offapi/com/sun/star/frame/
H A DXTransientDocumentsDocumentContentFactory.idl31 #include <com/sun/star/ucb/XContent.idl>
48 <type scope="com::sun::star::ucb">TransientDocumentsDocumentContent</type>s.
53 @see com::sun::star::ucb::TransientDocumentsDocumentContent
61 <type scope="com::sun::star::ucb">TransientDocumentsDocumentContent</type>
66 <type scope="com::sun::star::ucb">TransientDocumentsDocumentContent</type>
73 <type scope="com::sun::star::ucb">TransientDocumentsDocumentContent</type>.
78 com::sun::star::ucb::XContent createDocumentContent(
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DHelper.java31 import com.sun.star.ucb.Command;
32 import com.sun.star.ucb.XContent;
33 import com.sun.star.ucb.XContentProvider;
34 import com.sun.star.ucb.XContentIdentifier;
35 import com.sun.star.ucb.XContentIdentifierFactory;
36 import com.sun.star.ucb.XCommandProcessor;
143 throws com.sun.star.ucb.CommandAbortedException, com.sun.star.uno.Exception { in executeCommand()
H A DResourceCreator.java26 import com.sun.star.ucb.ContentInfo;
27 import com.sun.star.ucb.InsertCommandArgument;
28 import com.sun.star.ucb.XContent;
89 throws com.sun.star.ucb.CommandAbortedException, in createNewResource()
108 throws com.sun.star.ucb.CommandAbortedException, in createNewResource()
134 throws com.sun.star.ucb.CommandAbortedException, com.sun.star.uno.Exception { in createNewResource()
293 } catch ( com.sun.star.ucb.CommandAbortedException e ) { in main()
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_directory.hxx37 com::sun::star::ucb::XCommandEnvironment > m_xEnv;
47 const com::sun::star::ucb::OpenCommandArgument2& rCommand,
49 com::sun::star::ucb::XCommandEnvironment >& rxEnv );
70 com::sun::star::ucb::XContentIdentifier >
72 virtual com::sun::star::uno::Reference< com::sun::star::ucb::XContent >
86 throw( com::sun::star::ucb::ResultSetException );
/trunk/main/ucbhelper/source/provider/
H A Dcancelcommandexecution.cxx50 ucb::XCommandEnvironment > & xEnv ) in cancelCommandExecution()
75 throw ucb::CommandFailedException( in cancelCommandExecution()
90 void cancelCommandExecution( const ucb::IOErrorCode eError, in cancelCommandExecution()
93 ucb::XCommandEnvironment > & xEnv, in cancelCommandExecution()
96 ucb::XCommandProcessor > & xContext ) in cancelCommandExecution()
114 throw ucb::CommandFailedException( rtl::OUString(), in cancelCommandExecution()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/
H A D_XContentProvider.java24 package ifc.ucb;
30 import com.sun.star.ucb.XContent;
31 import com.sun.star.ucb.XContentIdentifier;
32 import com.sun.star.ucb.XContentIdentifierFactory;
33 import com.sun.star.ucb.XContentProvider;
97 } catch (com.sun.star.ucb.IllegalIdentifierException e) { in _queryContent()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx116 ucb::XProgressHandler >
378 ucb::CommandFailedException cfExc; in handle()
793 catch ( ucb::CommandAbortedException & ) in execute()
805 catch ( ucb::CommandFailedException & ) in execute()
898 catch ( ucb::CommandFailedException & ) in _addExtension()
903 catch ( ucb::CommandAbortedException & ) in _addExtension()
927 catch ( ucb::CommandFailedException & ) in _removeExtension()
929 catch ( ucb::CommandAbortedException & ) in _removeExtension()
1009 catch ( ::ucb::CommandAbortedException & ) in _enableExtension()
1031 catch ( ::ucb::CommandAbortedException & ) in _disableExtension()
[all …]
/trunk/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx166 : public ::cppu::WeakImplHelper2< css::ucb::XCommandEnvironment,
172 css::uno::Reference< css::ucb::XCommandEnvironment > m_xCommandEnv;
183 virtual css::uno::Reference<css::ucb::XProgressHandler >
195 const Reference< css::ucb::XCommandEnvironment >& xCmdEnv) in ExtensionDescription()
204 Reference<css::ucb::XCommandEnvironment> xFilter = in ExtensionDescription()
205 static_cast<css::ucb::XCommandEnvironment*>( in ExtensionDescription()
288 const Reference< css::ucb::XCommandEnvironment >& xCmdEnv): in FileDoesNotExistFilter()
307 Reference<css::ucb::XProgressHandler >
312 : Reference<css::ucb::XProgressHandler>(); in getProgressHandler()
324 css::ucb::InteractiveAugmentedIOException ioexc; in handle()
[all …]
/trunk/main/unotools/source/ucbhelper/
H A Dlocalfilehelper.cxx42 using namespace ::com::sun::star::ucb;
60 … ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContentProviderManager > xManager = in ConvertSystemPathToURL()
87 … ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContentProviderManager > xManager = in ConvertURLToSystemPath()
113 … ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContentProviderManager > xManager = in ConvertPhysicalNameToURL()
141 … ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContentProviderManager > xManager = in ConvertURLToPhysicalName()
188 catch( ::com::sun::star::ucb::CommandAbortedException& ) in DECLARE_LIST()
208 catch( ::com::sun::star::ucb::CommandAbortedException& ) in DECLARE_LIST()
/trunk/main/uui/source/
H A Diahndl-ioexceptions.cxx117 ucb::InteractiveIOException aIoException; in handleInteractiveIOException()
121 ucb::InteractiveAugmentedIOException aAugmentedIoException; in handleInteractiveIOException()
128 aErrorCode[ucb::IOErrorCode_WRONG_VERSION + 1][2] in handleInteractiveIOException()
199 case ucb::IOErrorCode_CANT_CREATE: in handleInteractiveIOException()
228 case ucb::IOErrorCode_DEVICE_NOT_READY: in handleInteractiveIOException()
262 case ucb::IOErrorCode_DIFFERENT_DEVICES: in handleInteractiveIOException()
287 case ucb::IOErrorCode_NOT_EXISTING: in handleInteractiveIOException()
/trunk/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsDocumentContent.java36 import com.sun.star.ucb.Command;
37 import com.sun.star.ucb.ContentInfo;
38 import com.sun.star.ucb.OpenCommandArgument2;
39 import com.sun.star.ucb.OpenMode;
40 import com.sun.star.ucb.XCommandProcessor;
41 import com.sun.star.ucb.XContent;
42 import com.sun.star.ucb.XDynamicResultSet;
/trunk/main/offapi/com/sun/star/ucb/
H A DContentProviderProxy.idl27 #include <com/sun/star/ucb/XContentProviderSupplier.idl>
31 #include <com/sun/star/ucb/XContentProvider.idl>
35 #include <com/sun/star/ucb/XParameterizedContentProvider.idl>
40 module com { module sun { module star { module ucb {
73 interface com::sun::star::ucb::XContentProviderSupplier;
78 interface com::sun::star::ucb::XContentProvider;
84 interface com::sun::star::ucb::XParameterizedContentProvider;
H A DContent.idl25 #include <com/sun/star/ucb/XContent.idl>
27 #include <com/sun/star/ucb/XCommandProcessor.idl>
28 #include <com/sun/star/ucb/XCommandProcessor2.idl>
29 #include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
33 #include <com/sun/star/ucb/XContentCreator.idl>
36 module com { module sun { module star { module ucb {
50 interface com::sun::star::ucb::XContent;
887 interface com::sun::star::ucb::XCommandProcessor;
899 [optional] interface com::sun::star::ucb::XCommandProcessor2;
971 [optional] interface com::sun::star::ucb::XCommandInfoChangeNotifier;
[all …]
H A DXInteractionSupplyAuthentication.idl31 #include <com/sun/star/ucb/RememberAuthentication.idl>
37 module com { module sun { module star { module ucb {
106 …sequence<com::sun::star::ucb::RememberAuthentication> getRememberPasswordModes( [out] com::sun::st…
121 void setRememberPassword( [in] com::sun::star::ucb::RememberAuthentication Remember );
150 …sequence<com::sun::star::ucb::RememberAuthentication> getRememberAccountModes( [out] com::sun::sta…
165 void setRememberAccount( [in] com::sun::star::ucb::RememberAuthentication Remember );
H A DCommandEnvironment.idl27 #include <com/sun/star/ucb/XCommandEnvironment.idl>
29 #include <com/sun/star/ucb/XProgressHandler.idl>
31 module com { module sun { module star { module ucb {
36 <type scope="com::sun::star::ucb">XProgressHandler</type>. The respective
41 published service CommandEnvironment : ::com::sun::star::ucb::XCommandEnvironment
55 [in] com::sun::star::ucb::XProgressHandler ProgressHandler );
/trunk/main/ucb/source/core/
H A Ducbprops.cxx44 using namespace com::sun::star::ucb;
111 com::sun::star::ucb::CrossReference > * >( 0 ) ); in Sequence_CrossReference_getCppuType()
130 com::sun::star::ucb::DocumentHeaderField > * >( 0 ) ); in Sequence_DocumentHeaderField_getCppuType()
137 com::sun::star::ucb::XDataContainer > * >( 0 ) ); in XDataContainer_getCppuType()
144 com::sun::star::ucb::RecipientInfo > * >( 0 ) ); in Sequence_RecipientInfo_getCppuType()
150 static_cast< com::sun::star::ucb::RuleSet * >( 0 ) ); in RuleSet_getCppuType()
157 com::sun::star::ucb::SendInfo > * >( 0 ) ); in Sequence_SendInfo_getCppuType()
164 com::sun::star::ucb::SendMediaTypes > * >( 0 ) ); in Sequence_SendMediaTypes_getCppuType()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DUCB.java39 import com.sun.star.ucb.*;
52 private Object ucb; field in UCB
60 ucb = xmsf.createInstanceWithArguments( in UCB()
107 executeCommand(ucb, "globalTransfer", copyArg(sourceDir,filename, targetDir,targetName)); in copy()
144 throws com.sun.star.ucb.CommandAbortedException, in executeCommand()
253 …XContentIdentifier id = UnoRuntime.queryInterface(XContentIdentifierFactory.class, ucb).createCont… in getContent()
256 XContentProvider.class,ucb).queryContent(id); in getContent()
/trunk/main/desktop/source/deployment/inc/
H A Ddp_interact.h41 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv ) in progressUpdate()
44 css::uno::Reference<css::ucb::XProgressHandler> xProgressHandler( in progressUpdate()
55 css::uno::Reference<css::ucb::XProgressHandler> m_xProgressHandler;
60 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv,
69 css::uno::Reference< css::ucb::XCommandEnvironment > const & xCmdEnv, in ProgressLevel()
106 css::uno::Reference<css::ucb::XCommandEnvironment> const & xCmdEnv,
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dprovider.cxx92 ucb::XContentProvider,
106 ucb::XContentProvider,
188 uno::Reference< ucb::XContent > SAL_CALL
190 const uno::Reference< ucb::XContentIdentifier >& xCanonicId ) in queryContent()
191 throw( ucb::IllegalIdentifierException, uno::RuntimeException ) in queryContent()
196 throw ucb::IllegalIdentifierException(); in queryContent()
214 uno::Reference< ucb::XContent > xContent in queryContent()
227 throw ucb::IllegalIdentifierException(); in queryContent()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/ucprmt/
H A Dcom.sun.star.comp.ucb.ucp.remote.ContentProvider.csv1 "ContentProvider";"com::sun::star::ucb::XParameterizedContentProvider";"registerInstance()"
2 "ContentProvider";"com::sun::star::ucb::XParameterizedContentProvider";"deregisterInstance()"
3 "ContentProvider";"com::sun::star::ucb::XContentProvider";"queryContent()"
4 "ContentProvider";"com::sun::star::ucb::XContentProvider";"compareContentIds()"
5 "ContentProvider";"com::sun::star::ucb::XContentIdentifierFactory#optional";"createContentIdentifie…
H A Dcom.sun.star.comp.ucb.ucp.remote.ProxyProvider.csv1 "ProxyProvider";"com::sun::star::ucb::XParameterizedContentProvider#optional";"registerInstance()"
2 "ProxyProvider";"com::sun::star::ucb::XParameterizedContentProvider#optional";"deregisterInstance()"
3 "ProxyProvider";"com::sun::star::ucb::XContentProvider";"queryContent()"
4 "ProxyProvider";"com::sun::star::ucb::XContentProvider";"compareContentIds()"
5 "ProxyProvider";"com::sun::star::ucb::XContentIdentifierFactory#optional";"createContentIdentifier(…
/trunk/main/ucb/workben/cachemap/
H A Dcachemaptest.cxx50 using ucb::cachemap::Object1;
51 using ucb::cachemap::Object2;
52 using ucb::cachemap::Object3;
53 using ucb::cachemap::ObjectContainer1;
54 using ucb::cachemap::ObjectContainer2;
55 using ucb::cachemap::ObjectContainer3;
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java67 import com.sun.star.ucb.Command;
68 import com.sun.star.ucb.XContentProvider;
69 import com.sun.star.ucb.XContent;
70 import com.sun.star.ucb.XCommandProcessor;
71 import com.sun.star.ucb.XContentIdentifier;
72 import com.sun.star.ucb.XContentIdentifierFactory;
690 …Object ucb = m_xMultiComponentFactory.createInstanceWithArgumentsAndContext( "com.sun.star.ucb.Uni… in getModelFromDocUrl() local
695 ucb ); in getModelFromDocUrl()
703 ucb ); in getModelFromDocUrl()
723 com.sun.star.ucb.XCommandEnvironment env = null ; in getModelFromDocUrl()
/trunk/main/ucb/
H A DModule_ucb.mk24 $(eval $(call gb_Module_Module,ucb))
26 $(eval $(call gb_Module_add_targets,ucb,\
42 $(eval $(call gb_Module_add_targets,ucb,\
48 $(eval $(call gb_Module_add_targets,ucb,\
54 $(eval $(call gb_Module_add_subsequentcheck_targets,ucb,\
H A DLibrary_ucpexpand1.mk26 $(eval $(call gb_Library_add_precompiled_header,ucpexpand1,$(SRCDIR)/ucb/inc/pch/precompiled_expand…
28 $(eval $(call gb_Library_set_componentfile,ucpexpand1,ucb/source/ucp/expand/ucpexpand1))
32 -I$(SRCDIR)/ucb/inc/pch \
33 -I$(SRCDIR)/ucb/source/inc \
51 ucb/source/ucp/expand/ucpexpand \

Completed in 93 milliseconds

12345678910>>...44