Home
last modified time | relevance | path

Searched refs:ucb (Results 76 – 100 of 1084) sorted by relevance

12345678910>>...44

/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_provider.cxx76 ucb::XContentProvider );
88 ucb::XContentProvider );
119 uno::Reference< ucb::XContent > SAL_CALL ContentProvider::queryContent( in queryContent()
120 const uno::Reference< ucb::XContentIdentifier >& Identifier ) in queryContent()
121 throw( ucb::IllegalIdentifierException, uno::RuntimeException ) in queryContent()
127 throw ucb::IllegalIdentifierException(); in queryContent()
132 throw ucb::IllegalIdentifierException(); in queryContent()
139 uno::Reference< ucb::XContentIdentifier > xCanonicId in queryContent()
142 uno::Reference< ucb::XContentIdentifier > xCanonicId = Identifier; in queryContent()
148 uno::Reference< ucb::XContent > xContent in queryContent()
[all …]
H A Dmyucp_datasupplier.cxx56 uno::Reference< ucb::XContentIdentifier > xId;
57 uno::Reference< ucb::XContent > xContent;
165 uno::Reference< ucb::XContentIdentifier >
172 uno::Reference< ucb::XContentIdentifier > xId in queryContentIdentifier()
194 uno::Reference< ucb::XContent >
201 uno::Reference< ucb::XContent > xContent in queryContent()
210 uno::Reference< ucb::XContentIdentifier > xId in queryContent()
216 uno::Reference< ucb::XContent > xContent in queryContent()
222 catch ( ucb::IllegalIdentifierException& ) in queryContent()
226 return uno::Reference< ucb::XContent >(); in queryContent()
[all …]
/trunk/main/fileaccess/source/
H A DFileAccess.cxx68 using namespace ::com::sun::star::ucb;
106 …virtual void SAL_CALL kill( const ::rtl::OUString& FileURL ) throw(::com::sun::star::ucb::CommandA…
115 …virtual sal_Bool SAL_CALL exists( const ::rtl::OUString& FileURL ) throw(::com::sun::star::ucb::Co…
297 Reference< com::sun::star::ucb::XContent > in transferImpl()
381 ::com::sun::star::ucb::NameClash::OVERWRITE ); in transferImpl()
383 catch ( ::com::sun::star::ucb::CommandFailedException const & ) in transferImpl()
411 catch ( ::com::sun::star::ucb::CommandFailedException const & ) in kill()
513 catch ( ::com::sun::star::ucb::CommandFailedException const & ) in createFolder()
582 catch ( ::com::sun::star::ucb::CommandFailedException const & ) in DECLARE_LIST()
590 Reference< com::sun::star::ucb::XContentAccess > xContentAccess( xResultSet, UNO_QUERY ); in DECLARE_LIST()
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DGnomeVFSFolderContent.idl30 #include <com/sun/star/ucb/XContent.idl>
34 #include <com/sun/star/ucb/XCommandProcessor.idl>
38 #include <com/sun/star/ucb/XCommandProcessor2.idl>
54 #include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
62 #include <com/sun/star/ucb/XContentCreator.idl>
67 module com { module sun { module star { module ucb {
72 @see com::sun::star::ucb::GnomeVFSContentProvider
73 @see com::sun::star::ucb::GnomeVFSDocumentContent
87 interface com::sun::star::ucb::XContent;
89 interface com::sun::star::ucb::XCommandProcessor;
[all …]
H A DXSimpleFileAccess.idl39 #include <com/sun/star/ucb/CommandAbortedException.idl>
66 module com { module sun { module star { module ucb {
85 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
98 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
110 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
122 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
134 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
144 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
153 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
164 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
[all …]
H A DHierarchyFolderContent.idl31 #include <com/sun/star/ucb/XContent.idl>
35 #include <com/sun/star/ucb/XCommandProcessor.idl>
39 #include <com/sun/star/ucb/XCommandProcessor2.idl>
63 #include <com/sun/star/ucb/XContentCreator.idl>
68 module com { module sun { module star { module ucb {
73 @see com::sun::star::ucb::HierarchyContentProvider
74 @see com::sun::star::ucb::HierarchyRootFolderContent
75 @see com::sun::star::ucb::HierarchyLinkContent
89 interface com::sun::star::ucb::XContent;
143 interface com::sun::star::ucb::XCommandProcessor;
[all …]
H A DXCachedDynamicResultSetStubFactory.idl31 #include <com/sun/star/ucb/XDynamicResultSet.idl>
35 #include <com/sun/star/ucb/NumberedSortingInfo.idl>
39 #include <com/sun/star/ucb/XAnyCompareFactory.idl>
44 module com { module sun { module star { module ucb {
78 com::sun::star::ucb::XDynamicResultSet createCachedDynamicResultSetStub(
79 [in] com::sun::star::ucb::XDynamicResultSet Source );
108 [in] com::sun::star::ucb::XDynamicResultSet Source
109 , [in] com::sun::star::ucb::XDynamicResultSet TargetCache
111 , [in] com::sun::star::ucb::XAnyCompareFactory CompareFactory
114 com::sun::star::ucb::ListenerAlreadySetException
[all …]
H A DHierarchyRootFolderContent.idl31 #include <com/sun/star/ucb/XContent.idl>
35 #include <com/sun/star/ucb/XCommandProcessor.idl>
39 #include <com/sun/star/ucb/XCommandProcessor2.idl>
63 #include <com/sun/star/ucb/XContentCreator.idl>
68 module com { module sun { module star { module ucb {
77 @see com::sun::star::ucb::HierarchyContentProvider
78 @see com::sun::star::ucb::HierarchyFolderContent
79 @see com::sun::star::ucb::HierarchyLinkContent
93 interface com::sun::star::ucb::XContent;
141 interface com::sun::star::ucb::XCommandProcessor;
[all …]
H A DHierarchyLinkContent.idl31 #include <com/sun/star/ucb/XContent.idl>
35 #include <com/sun/star/ucb/XCommandProcessor.idl>
39 #include <com/sun/star/ucb/XCommandProcessor2.idl>
55 #include <com/sun/star/ucb/XCommandInfoChangeNotifier.idl>
64 module com { module sun { module star { module ucb {
71 @see com::sun::star::ucb::HierarchyContentProvider
72 @see com::sun::star::ucb::HierarchyRootFolderContent
73 @see com::sun::star::ucb::HierarchyFolderContent
87 interface com::sun::star::ucb::XContent;
138 interface com::sun::star::ucb::XCommandProcessor;
[all …]
/trunk/main/ucb/source/sorter/
H A Dsortdynres.hxx48 #define NUMBERED_SORTINGINFO com::sun::star::ucb::NumberedSortingInfo
57 #define XANYCOMPAREFACTORY com::sun::star::ucb::XAnyCompareFactory
58 #define XDYNAMICRESULTSET com::sun::star::ucb::XDynamicResultSet
59 #define XDYNAMICRESULTSETLISTENER com::sun::star::ucb::XDynamicResultSetListener
72 public com::sun::star::ucb::XDynamicResultSet
151 com::sun::star::ucb::AlreadyInitializedException,
152 com::sun::star::ucb::ServiceNotFoundException,
167 impl_notify( const ::com::sun::star::ucb::ListEvent& Changes )
175 public com::sun::star::ucb::XDynamicResultSetListener
200 notify( const ::com::sun::star::ucb::ListEvent& Changes )
[all …]
/trunk/main/ucb/source/ucp/package/
H A Dpkgdatasupplier.cxx60 uno::Reference< ucb::XContentIdentifier > xId;
61 uno::Reference< ucb::XContent > xContent;
167 uno::Reference< ucb::XContentIdentifier >
174 uno::Reference< ucb::XContentIdentifier > xId in queryContentIdentifier()
186 uno::Reference< ucb::XContentIdentifier > xId in queryContentIdentifier()
203 uno::Reference< ucb::XContent > xContent in queryContent()
212 uno::Reference< ucb::XContentIdentifier > xId in queryContent()
218 uno::Reference< ucb::XContent > xContent in queryContent()
228 return uno::Reference< ucb::XContent >(); in queryContent()
457 throw( ucb::ResultSetException ) in validate()
[all …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_datasupplier.cxx56 uno::Reference< ucb::XContentIdentifier > xId;
57 uno::Reference< ucb::XContent > xContent;
166 uno::Reference< ucb::XContentIdentifier >
173 uno::Reference< ucb::XContentIdentifier > xId in queryContentIdentifier()
195 uno::Reference< ucb::XContent >
202 uno::Reference< ucb::XContent > xContent in queryContent()
211 uno::Reference< ucb::XContentIdentifier > xId in queryContent()
217 uno::Reference< ucb::XContent > xContent in queryContent()
227 return uno::Reference< ucb::XContent >(); in queryContent()
418 throw( ucb::ResultSetException ) in validate()
[all …]
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dresultsethelper.hxx64 public com::sun::star::ucb::XDynamicResultSet
72 com::sun::star::ucb::OpenCommandArgument2 m_aCommand;
83 com::sun::star::ucb::XDynamicResultSetListener > m_xListener;
144 const com::sun::star::ucb::OpenCommandArgument2& rCommand );
177 throw( com::sun::star::ucb::ListenerAlreadySetException,
181 com::sun::star::ucb::XDynamicResultSetListener >& Listener )
182 throw( com::sun::star::ucb::ListenerAlreadySetException,
186 com::sun::star::ucb::XDynamicResultSet > & xCache )
187 throw( com::sun::star::ucb::ListenerAlreadySetException,
188 com::sun::star::ucb::AlreadyInitializedException,
[all …]
H A Dproviderhelper.hxx43 namespace com { namespace sun { namespace star { namespace ucb { namespace
75 public com::sun::star::ucb::XContentProvider
90 ::com::sun::star::ucb::XPropertySetRegistry >
108 ::com::sun::star::ucb::XContentIdentifier >& Identifier );
137 ::com::sun::star::ucb::XContent > & xContent );
192 ::com::sun::star::ucb::XContent > SAL_CALL
194 ::com::sun::star::ucb::XContentIdentifier >& Identifier )
195 throw( ::com::sun::star::ucb::IllegalIdentifierException,
199 ::com::sun::star::ucb::XContentIdentifier >& Id1,
201 ::com::sun::star::ucb::XContentIdentifier >& Id2 )
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_cached/
H A DCachedDynamicResultSetFactory.java28 import com.sun.star.ucb.Command;
29 import com.sun.star.ucb.NumberedSortingInfo;
30 import com.sun.star.ucb.OpenCommandArgument2;
31 import com.sun.star.ucb.OpenMode;
32 import com.sun.star.ucb.XCachedDynamicResultSetStubFactory;
33 import com.sun.star.ucb.XCommandProcessor;
34 import com.sun.star.ucb.XContent;
35 import com.sun.star.ucb.XContentIdentifier;
36 import com.sun.star.ucb.XContentIdentifierFactory;
37 import com.sun.star.ucb.XContentProvider;
[all …]
H A DCachedContentResultSetFactory.java29 import com.sun.star.ucb.Command;
30 import com.sun.star.ucb.NumberedSortingInfo;
31 import com.sun.star.ucb.OpenCommandArgument2;
32 import com.sun.star.ucb.OpenMode;
33 import com.sun.star.ucb.XCachedContentResultSetStubFactory;
34 import com.sun.star.ucb.XCommandProcessor;
35 import com.sun.star.ucb.XContent;
36 import com.sun.star.ucb.XContentIdentifier;
37 import com.sun.star.ucb.XContentIdentifierFactory;
38 import com.sun.star.ucb.XContentProvider;
[all …]
H A DCachedDynamicResultSetStubFactory.java28 import com.sun.star.ucb.Command;
29 import com.sun.star.ucb.NumberedSortingInfo;
30 import com.sun.star.ucb.OpenCommandArgument2;
31 import com.sun.star.ucb.OpenMode;
32 import com.sun.star.ucb.XCommandProcessor;
33 import com.sun.star.ucb.XContent;
34 import com.sun.star.ucb.XContentIdentifier;
35 import com.sun.star.ucb.XContentIdentifierFactory;
36 import com.sun.star.ucb.XContentProvider;
37 import com.sun.star.ucb.XDynamicResultSet;
H A DCachedContentResultSetStubFactory.java29 import com.sun.star.ucb.Command;
30 import com.sun.star.ucb.NumberedSortingInfo;
31 import com.sun.star.ucb.OpenCommandArgument2;
32 import com.sun.star.ucb.OpenMode;
33 import com.sun.star.ucb.XCommandProcessor;
34 import com.sun.star.ucb.XContent;
35 import com.sun.star.ucb.XContentIdentifier;
36 import com.sun.star.ucb.XContentIdentifierFactory;
37 import com.sun.star.ucb.XContentProvider;
38 import com.sun.star.ucb.XDynamicResultSet;
/trunk/main/uui/source/
H A Diahndl-cookies.cxx78 ucb::HandleCookiesRequest const & rRequest, in handleCookiesRequest_()
105 case ucb::CookiePolicy_CONFIRM: in handleCookiesRequest_()
109 case ucb::CookiePolicy_ACCEPT: in handleCookiesRequest_()
113 case ucb::CookiePolicy_IGNORE: in handleCookiesRequest_()
136 rRequest.Request == ucb::CookieRequest_RECEIVE in handleCookiesRequest_()
142 uno::Reference< ucb::XInteractionCookieHandling > in handleCookiesRequest_()
150 setGeneralPolicy(ucb::CookiePolicy_CONFIRM); in handleCookiesRequest_()
155 setGeneralPolicy(ucb::CookiePolicy_ACCEPT); in handleCookiesRequest_()
160 setGeneralPolicy(ucb::CookiePolicy_IGNORE); in handleCookiesRequest_()
165 == ucb::CookiePolicy_CONFIRM) in handleCookiesRequest_()
[all …]
/trunk/main/ucb/test/com/sun/star/comp/ucb/
H A DGlobalTransfer_Test.java24 package com.sun.star.comp.ucb;
32 import com.sun.star.ucb.Command;
33 import com.sun.star.ucb.GlobalTransferCommandArgument;
34 import com.sun.star.ucb.NameClash;
35 import com.sun.star.ucb.NameClashResolveRequest;
36 import com.sun.star.ucb.TransferCommandOperation;
37 import com.sun.star.ucb.XCommandEnvironment;
38 import com.sun.star.ucb.XCommandProcessor;
39 import com.sun.star.ucb.XInteractionReplaceExistingData;
40 import com.sun.star.ucb.XInteractionSupplyName;
[all …]
/trunk/main/ucb/
H A DLibrary_ucpext.mk26 $(eval $(call gb_Library_add_precompiled_header,ucpext,$(SRCDIR)/ucb/inc/pch/precompiled_ext))
28 $(eval $(call gb_Library_set_componentfile,ucpext,ucb/source/ucp/ext/ucpext))
32 -I$(SRCDIR)/ucb/inc/pch \
33 -I$(SRCDIR)/ucb/source/inc \
53 ucb/source/ucp/ext/ucpext_provider \
54 ucb/source/ucp/ext/ucpext_content \
55 ucb/source/ucp/ext/ucpext_services \
56 ucb/source/ucp/ext/ucpext_resultset \
57 ucb/source/ucp/ext/ucpext_datasupplier \
/trunk/main/ucb/source/cacher/
H A Dcacheddynamicresultsetstub.hxx50 com::sun::star::ucb::XDynamicResultSet > xOrigin
77 , public com::sun::star::ucb::XCachedDynamicResultSetStubFactory
107 com::sun::star::ucb::XDynamicResultSet > SAL_CALL
110 com::sun::star::ucb::XDynamicResultSet > & Source )
116 com::sun::star::ucb::XDynamicResultSet > & Source
118 com::sun::star::ucb::XDynamicResultSet > & TargetCache
120 com::sun::star::ucb::NumberedSortingInfo > & SortingInfo
122 com::sun::star::ucb::XAnyCompareFactory > & CompareFactory
125 com::sun::star::ucb::ListenerAlreadySetException
126 , com::sun::star::ucb::AlreadyInitializedException
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontentcaps.cxx42 const uno::Reference< star::ucb::XCommandEnvironment > & /*xEnv*/ ) in getProperties()
189 uno::Sequence< star::ucb::CommandInfo > Content::getCommands( in getCommands()
190 const uno::Reference< star::ucb::XCommandEnvironment > & /*xEnv*/ ) in getCommands()
202 static const star::ucb::CommandInfo aCommandInfoTable[] = in getCommands()
207 star::ucb::CommandInfo( in getCommands()
212 star::ucb::CommandInfo( in getCommands()
218 star::ucb::CommandInfo( in getCommands()
225 star::ucb::CommandInfo( in getCommands()
232 star::ucb::CommandInfo( in getCommands()
236 static_cast< star::ucb::OpenCommandArgument2 * >( 0 ) ) in getCommands()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dsimpleauthenticationrequest.cxx43 ucb::URLAuthenticationRequest aRequest; in SimpleAuthenticationRequest()
82 ucb::URLAuthenticationRequest aRequest; in SimpleAuthenticationRequest()
123 ucb::URLAuthenticationRequest aRequest; in SimpleAuthenticationRequest()
168 ucb::URLAuthenticationRequest aRequest; in SimpleAuthenticationRequest()
199 const ucb::URLAuthenticationRequest & rRequest, in initialize()
210 uno::Sequence< ucb::RememberAuthentication > aRememberModes( in initialize()
212 aRememberModes[ 0 ] = ucb::RememberAuthentication_NO; in initialize()
213 aRememberModes[ 1 ] = ucb::RememberAuthentication_SESSION; in initialize()
215 aRememberModes[ 2 ] = ucb::RememberAuthentication_PERSISTENT; in initialize()
225 ucb::RememberAuthentication_SESSION, // eDefaultRememberPasswordMode in initialize()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dswunohelper.cxx81 STAR_REFERENCE( ucb::XCommandEnvironment )()); in UCB_DeleteFile()
106 STAR_REFERENCE( ucb::XCommandEnvironment )()); in UCB_CopyFile()
109 STAR_NMSPC::ucb::TransferInfo aInfo; in UCB_CopyFile()
110 aInfo.NameClash = STAR_NMSPC::ucb::NameClash::ERROR; in UCB_CopyFile()
137 STAR_REFERENCE( ucb::XContentIdentifier ) xRef1 = new in UCB_IsCaseSensitiveFileName()
142 STAR_REFERENCE( ucb::XContentIdentifier ) xRef2 = new in UCB_IsCaseSensitiveFileName()
146 STAR_REFERENCE( ucb::XContentProvider ) xProv = in UCB_IsCaseSensitiveFileName()
165 ucbhelper::Content aCnt( rURL, STAR_REFERENCE( ucb::XCommandEnvironment )()); in UCB_IsReadOnlyFileName()
183 ::ucbhelper::Content aContent( rURL, STAR_REFERENCE( ucb::XCommandEnvironment )() ); in UCB_IsFile()
197 ::ucbhelper::Content aContent( rURL, STAR_REFERENCE( ucb::XCommandEnvironment )() ); in UCB_IsDirectory()
[all …]

Completed in 99 milliseconds

12345678910>>...44