Home
last modified time | relevance | path

Searched refs:ucbhelper (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/AOO42X/main/ucbhelper/
H A DPackage_inc.mk24 $(eval $(call gb_Package_Package,ucbhelper_inc,$(SRCDIR)/ucbhelper/inc))
25 $(eval $(call gb_Package_add_file,ucbhelper_inc,inc/ucbhelper/contentbroker.hxx,ucbhelper/contentbr…
26 …(eval $(call gb_Package_add_file,ucbhelper_inc,inc/ucbhelper/simpleauthenticationrequest.hxx,ucbhe…
27 $(eval $(call gb_Package_add_file,ucbhelper_inc,inc/ucbhelper/propertyvalueset.hxx,ucbhelper/proper…
28 $(eval $(call gb_Package_add_file,ucbhelper_inc,inc/ucbhelper/contentinfo.hxx,ucbhelper/contentinfo…
29 $(eval $(call gb_Package_add_file,ucbhelper_inc,inc/ucbhelper/resultsetmetadata.hxx,ucbhelper/resul…
30 $(eval $(call gb_Package_add_file,ucbhelper_inc,inc/ucbhelper/contenthelper.hxx,ucbhelper/contenthe…
31 $(eval $(call gb_Package_add_file,ucbhelper_inc,inc/ucbhelper/activedatasink.hxx,ucbhelper/activeda…
32 $(eval $(call gb_Package_add_file,ucbhelper_inc,inc/ucbhelper/commandenvironment.hxx,ucbhelper/comm…
33 $(eval $(call gb_Package_add_file,ucbhelper_inc,inc/ucbhelper/interceptedinteraction.hxx,ucbhelper/…
[all …]
H A DLibrary_ucbhelper.mk24 $(eval $(call gb_Library_Library,ucbhelper))
26 $(eval $(call gb_Library_add_package_headers,ucbhelper,ucbhelper_inc))
28 $(eval $(call gb_Library_add_precompiled_header,ucbhelper,$(SRCDIR)/ucbhelper/inc/pch/precompiled_u…
30 $(eval $(call gb_Library_add_api,ucbhelper,\
35 $(eval $(call gb_Library_set_include,ucbhelper,\
37 -I$(SRCDIR)/ucbhelper/inc \
38 -I$(SRCDIR)/ucbhelper/inc/pch \
41 $(eval $(call gb_Library_add_defs,ucbhelper,\
45 $(eval $(call gb_Library_add_linked_libs,ucbhelper,\
54 $(eval $(call gb_Library_add_exception_objects,ucbhelper,\
[all …]
/AOO42X/main/ucbhelper/source/provider/
H A Dhandleinteractionrequest.cxx68 namespace ucbhelper { namespace
72 rtl::Reference< ucbhelper::SimpleInteractionRequest > const & rRequest, in handleInteractionRequest()
81 case ucbhelper::CONTINUATION_UNKNOWN: in handleInteractionRequest()
85 case ucbhelper::CONTINUATION_ABORT: in handleInteractionRequest()
95 rtl::Reference< ucbhelper::InteractionSupplyAuthentication > >
97 rtl::Reference< ucbhelper::SimpleAuthenticationRequest > const & rRequest, in handleInteractionRequest()
103 rtl::Reference< ucbhelper::InteractionContinuation > in handleInteractionRequest()
113 ucbhelper::CONTINUATION_ABORT, in handleInteractionRequest()
115 ucbhelper::InteractionSupplyAuthentication >()); in handleInteractionRequest()
120 ucbhelper::CONTINUATION_ABORT, in handleInteractionRequest()
[all …]
/AOO42X/main/unotools/source/ucbhelper/
H A Dlocalfilehelper.cxx51 ::ucbhelper::ContentBroker* pBroker = ::ucbhelper::ContentBroker::get(); in ConvertSystemPathToURL()
64 rReturn = ::ucbhelper::getFileURLFromSystemPath( xManager, rBaseURL, rName ); in ConvertSystemPathToURL()
78 ::ucbhelper::ContentBroker* pBroker = ::ucbhelper::ContentBroker::get(); in ConvertURLToSystemPath()
91 rReturn = ::ucbhelper::getSystemPathFromFileURL( xManager, rName ); in ConvertURLToSystemPath()
104 ::ucbhelper::ContentBroker* pBroker = ::ucbhelper::ContentBroker::get(); in ConvertPhysicalNameToURL()
118 rtl::OUString aBase( ::ucbhelper::getLocalFileURL( xManager ) ); in ConvertPhysicalNameToURL()
119 rReturn = ::ucbhelper::getFileURLFromSystemPath( xManager, aBase, rName ); in ConvertPhysicalNameToURL()
132 ::ucbhelper::ContentBroker* pBroker = ::ucbhelper::ContentBroker::get(); in ConvertURLToPhysicalName()
146 INetURLObject aLocal( ::ucbhelper::getLocalFileURL( xManager ) ); in ConvertURLToPhysicalName()
148 rReturn = ::ucbhelper::getSystemPathFromFileURL( xManager, rName ); in ConvertURLToPhysicalName()
[all …]
/AOO42X/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx303 rtl::Reference<ucbhelper::SimpleAuthenticationRequest> in execute()
304 p( new ucbhelper::SimpleAuthenticationRequest( in execute()
307 ucbhelper::SimpleAuthenticationRequest::ENTITY_NA, in execute()
309 ucbhelper::SimpleAuthenticationRequest in execute()
312 ucbhelper::SimpleAuthenticationRequest in execute()
365 ucbhelper::cancelCommandExecution( in execute()
379 ucbhelper::cancelCommandExecution( in execute()
390 ucbhelper::cancelCommandExecution( in execute()
400 ucbhelper::cancelCommandExecution( in execute()
414 ucbhelper::cancelCommandExecution( in execute()
[all …]
/AOO42X/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx413 ucbhelper::cancelCommandExecution( in execute()
435 ucbhelper::cancelCommandExecution( in execute()
447 ucbhelper::cancelCommandExecution( in execute()
487 ucbhelper::cancelCommandExecution( in execute()
509 ucbhelper::cancelCommandExecution( in execute()
527 ucbhelper::cancelCommandExecution( in execute()
544 ucbhelper::cancelCommandExecution( in execute()
572 ucbhelper::cancelCommandExecution( in execute()
601 ucbhelper::cancelCommandExecution( in execute()
627 ucbhelper::cancelCommandExecution( in execute()
[all …]
/AOO42X/main/sfx2/source/doc/
H A Ddocfile.cxx267 ::ucbhelper::Content aContent;
471 …::rtl::Reference< ::ucbhelper::InteractionRequest > xInteractionRequestImpl = new ::ucbhelper::Int… in CheckFileDate()
474 … aContinuations[0] = new ::ucbhelper::InteractionAbort( xInteractionRequestImpl.get() ); in CheckFileDate()
475 … aContinuations[1] = new ::ucbhelper::InteractionApprove( xInteractionRequestImpl.get() ); in CheckFileDate()
480 …::rtl::Reference< ::ucbhelper::InteractionContinuation > xSelected = xInteractionRequestImpl->getS… in CheckFileDate()
510 … ::ucbhelper::Content aContent( GetURLObject().GetMainURL( INetURLObject::NO_DECODE ), xDummyEnv ); in GetInitFileDate()
539 pImp->aContent = ::ucbhelper::Content( xContent, xEnv ); in GetContent()
554 ::ucbhelper::Content::create( aURL, xEnv, pImp->aContent ); in GetContent()
845 ::ucbhelper::Content aOriginalContent; in StorageBackup_Impl()
854 …&& ::ucbhelper::Content::create( GetURLObject().GetMainURL( INetURLObject::NO_DECODE ), xDummyEnv,… in StorageBackup_Impl()
[all …]
/AOO42X/main/sfx2/source/bastyp/
H A Dhelper.cxx99 …::ucbhelper::Content aDestPath( aDestObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< u… in Transfer_Impl()
138 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in IsDocument()
170 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in IsFolder()
202 …::ucbhelper::Content aCnt( aObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb::XComm… in GetTitle()
229 …::ucbhelper::Content aCnt( aDeleteObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb:… in Kill()
255 …::ucbhelper::Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb:… in GetFolderContents()
264 …::ucbhelper::ResultSetInclude eInclude = bFolder ? ::ucbhelper::INCLUDE_FOLDERS_AND_DOCUMENTS : :: in GetFolderContents()
363 …::ucbhelper::Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), new ::ucbhelper::Com… in GetFolderContentProperties()
376 …::ucbhelper::ResultSetInclude eInclude = bIsFolder ? ::ucbhelper::INCLUDE_FOLDERS_AND_DOCUMENTS : … in GetFolderContentProperties()
493 ::ucbhelper::Content aCnt( rURL, uno::Reference< ucb::XCommandEnvironment >() ); in GetResultSet()
[all …]
/AOO42X/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx389 ucbhelper::cancelCommandExecution( in execute()
411 ucbhelper::cancelCommandExecution( in execute()
423 ucbhelper::cancelCommandExecution( in execute()
463 ucbhelper::cancelCommandExecution( in execute()
489 ucbhelper::cancelCommandExecution( in execute()
529 ucbhelper::cancelCommandExecution( in execute()
555 ucbhelper::cancelCommandExecution( in execute()
580 ucbhelper::cancelCommandExecution( in execute()
598 ucbhelper::cancelCommandExecution( in execute()
667 = new ::ucbhelper::ContentIdentifier( m_xSMgr, aURL ); in createNewContent()
[all …]
/AOO42X/main/ucb/source/ucp/gio/
H A Dgio_mount.cxx84 ucbhelper::SimpleAuthenticationRequest::EntityType eUserName = in ooo_mount_operation_ask_password()
86 ? ucbhelper::SimpleAuthenticationRequest::ENTITY_MODIFY in ooo_mount_operation_ask_password()
87 : ucbhelper::SimpleAuthenticationRequest::ENTITY_NA; in ooo_mount_operation_ask_password()
92 ucbhelper::SimpleAuthenticationRequest::EntityType ePassword = in ooo_mount_operation_ask_password()
94 ? ucbhelper::SimpleAuthenticationRequest::ENTITY_MODIFY in ooo_mount_operation_ask_password()
95 : ucbhelper::SimpleAuthenticationRequest::ENTITY_NA; in ooo_mount_operation_ask_password()
110 ucbhelper::SimpleAuthenticationRequest::EntityType eDomain = in ooo_mount_operation_ask_password()
112 ? ucbhelper::SimpleAuthenticationRequest::ENTITY_MODIFY in ooo_mount_operation_ask_password()
113 : ucbhelper::SimpleAuthenticationRequest::ENTITY_NA; in ooo_mount_operation_ask_password()
118 uno::Reference< ucbhelper::SimpleAuthenticationRequest > xRequest in ooo_mount_operation_ask_password()
[all …]
H A Dgio_content.cxx401 … rtl::Reference< ::ucbhelper::PropertyValueSet > xRow = new ::ucbhelper::PropertyValueSet( rSMgr ); in getPropertyValuesFromGFileInfo()
519 ucbhelper::cancelCommandExecution(mapGIOError(pError), xEnv); in getPropertyValues()
536 ucbhelper::ContentRefList aAllContents; in queryChildren()
547 ucbhelper::ContentRefList::const_iterator it = aAllContents.begin(); in queryChildren()
548 ucbhelper::ContentRefList::const_iterator end = aAllContents.end(); in queryChildren()
552 ucbhelper::ContentImplHelperRef xChild = (*it); in queryChildren()
607 = new ::ucbhelper::ContentIdentifier( m_xSMgr, aNewChildURL ); in exchangeIdentity()
632 ucbhelper::cancelCommandExecution(mapGIOError(pError), xEnv); in setPropertyValues()
738 = new ::ucbhelper::ContentIdentifier( m_xSMgr, aNewURL ); in setPropertyValues()
848 ucbhelper::cancelCommandExecution(aErr, xEnv); in open()
[all …]
/AOO42X/main/ucb/source/ucp/odma/
H A Dodma_content.cxx238 ucbhelper::cancelCommandExecution( in execute()
260 ucbhelper::cancelCommandExecution( in execute()
272 ucbhelper::cancelCommandExecution( in execute()
310 ucbhelper::cancelCommandExecution( in execute()
347 ucbhelper::cancelCommandExecution( in execute()
360 m_pContent = new ::ucbhelper::Content(sFileURL,NULL); in execute()
366 ucbhelper::cancelCommandExecution( in execute()
413 ucbhelper::cancelCommandExecution( in execute()
439 ucbhelper::cancelCommandExecution( in execute()
457 ucbhelper::cancelCommandExecution( in execute()
[all …]
/AOO42X/main/fileaccess/source/
H A DFileAccess.cxx290 ucbhelper::Content aFullDest( in transferImpl()
297 ucbhelper::Content aParent( xParent, mxEnvironment ); in transferImpl()
359 ucbhelper::Content aDestPath( aDestURL, mxEnvironment ); in transferImpl()
360 ucbhelper::Content aSrc ( aSourceURL, mxEnvironment ); in transferImpl()
366 ? ucbhelper::InsertOperation_MOVE in transferImpl()
367 : ucbhelper::InsertOperation_COPY, in transferImpl()
394 ucbhelper::Content aCnt( aDeleteObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in kill()
412 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in isFolder()
423 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in isReadOnly()
434 ucbhelper::Content aCnt( aURLObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in setReadOnly()
[all …]
/AOO42X/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx184 = new ::ucbhelper::ContentIdentifier( rxSMgr, aURI.getUri() ); in create()
199 = new ::ucbhelper::ContentIdentifier( rxSMgr, aURI.getUri() ); in create()
241 = new ::ucbhelper::ContentIdentifier( rxSMgr, aURI.getUri() ); in create()
490 ucbhelper::cancelCommandExecution( in execute()
512 ucbhelper::cancelCommandExecution( in execute()
524 ucbhelper::cancelCommandExecution( in execute()
566 ucbhelper::cancelCommandExecution( in execute()
589 ucbhelper::cancelCommandExecution( in execute()
628 ucbhelper::cancelCommandExecution( in execute()
652 ucbhelper::cancelCommandExecution( in execute()
[all …]
/AOO42X/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx140 ::ucbhelper::Content m_aContent;
148 ::ucbhelper::Content& rNewContent );
175 InsertEntry( ::ucbhelper::Content& rContent, SvLBoxEntry* pParent );
337 ::ucbhelper::Content& rNewContent ) in createNewContent()
465 ::ucbhelper::ContentBroker* pBroker = ::ucbhelper::ContentBroker::get(); in createNewContent()
477 xEnv = new ::ucbhelper::CommandEnvironment( xInteractionHandler, in createNewContent()
481 ::ucbhelper::Content aSourceContent( aSourceURL, xEnv ); in createNewContent()
592 ::ucbhelper::INCLUDE_FOLDERS_AND_DOCUMENTS ); in RequestingChilds()
884 ::ucbhelper::Content aNewContent; in Command()
910 ::ucbhelper::Content& rContent, in InsertEntry()
[all …]
/AOO42X/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx77 ::ucbhelper::ContentProviderImplHelper* pProvider, in Content()
240 ::ucbhelper::cancelCommandExecution( in execute()
262 ::ucbhelper::cancelCommandExecution( in execute()
274 ::ucbhelper::cancelCommandExecution( in execute()
313 ::ucbhelper::cancelCommandExecution( in execute()
350 ::ucbhelper::cancelCommandExecution( in execute()
383 ::ucbhelper::cancelCommandExecution( in execute()
408 ::ucbhelper::cancelCommandExecution( in execute()
448 ::ucbhelper::cancelCommandExecution( in execute()
491 ::ucbhelper::ContentProviderImplHelper >& rProvider, in getPropertyValues()
[all …]
/AOO42X/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx534 ucbhelper::cancelCommandExecution( in execute()
556 ucbhelper::cancelCommandExecution( in execute()
568 ucbhelper::cancelCommandExecution( in execute()
611 ucbhelper::cancelCommandExecution( in execute()
633 ucbhelper::cancelCommandExecution( in execute()
698 ucbhelper::cancelCommandExecution( in execute()
720 ucbhelper::cancelCommandExecution( in execute()
759 ucbhelper::cancelCommandExecution( in execute()
776 ucbhelper::cancelCommandExecution( in execute()
793 ucbhelper::cancelCommandExecution( uno::makeAny( e ), Environment ); in execute()
[all …]
/AOO42X/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx311 ucbhelper::cancelCommandExecution ( getBadArgExcept (), xEnv ); in execute()
320 ucbhelper::cancelCommandExecution ( getBadArgExcept (), xEnv ); in execute()
339 ucbhelper::cancelCommandExecution ( getBadArgExcept (), xEnv ); in execute()
357 ucbhelper::cancelCommandExecution in execute()
371 ucbhelper::cancelCommandExecution in execute()
387 ucbhelper::cancelCommandExecution ( getBadArgExcept (), xEnv ); in execute()
394 ucbhelper::cancelCommandExecution ( getBadArgExcept (), xEnv ); in execute()
415 ucbhelper::cancelCommandExecution( getBadArgExcept(), xEnv ); in execute()
424 ucbhelper::cancelCommandExecution in execute()
519 ( new ::ucbhelper::ContentIdentifier( m_xSMgr, aURL ) ); in createNewContent()
[all …]
/AOO42X/main/svl/source/fsstor/
H A Dfsstorage.cxx79 ::ucbhelper::ContentBroker* pBroker = ::ucbhelper::ContentBroker::get(); in isLocalFile_Impl()
87 aSystemPath = ::ucbhelper::getSystemPathFromFileURL( xManager, aURL ); in isLocalFile_Impl()
103 ::ucbhelper::Content* m_pContent;
123 …FSStorage_Impl( const ::ucbhelper::Content& aContent, sal_Int32 nMode, uno::Reference< lang::XMult… in FSStorage_Impl()
125 , m_pContent( new ::ucbhelper::Content( aContent ) ) in FSStorage_Impl()
154 FSStorage::FSStorage( const ::ucbhelper::Content& aContent, in FSStorage()
187 ::ucbhelper::Content aParent; in MakeFolderNoUI()
188 ::ucbhelper::Content aResultContent; in MakeFolderNoUI()
190 if ( ::ucbhelper::Content::create( aURL.GetMainURL( INetURLObject::NO_DECODE ), in MakeFolderNoUI()
199 ::ucbhelper::Content* FSStorage::GetContent() in GetContent()
[all …]
/AOO42X/main/comphelper/source/misc/
H A Dstillreadwriteinteraction.cxx53 ::std::vector< ::ucbhelper::InterceptedInteraction::InterceptedRequest > lInterceptions; in StillReadWriteInteraction()
54 ::ucbhelper::InterceptedInteraction::InterceptedRequest aInterceptedRequest; in StillReadWriteInteraction()
80 setInterceptions(::std::vector< ::ucbhelper::InterceptedInteraction::InterceptedRequest >()); in resetInterceptions()
95 ucbhelper::InterceptedInteraction::EInterceptionState StillReadWriteInteraction::intercepted(const … in intercepted()
133 return ::ucbhelper::InterceptedInteraction::E_INTERCEPTED; in intercepted()
145 …css::uno::Reference< css::task::XInteractionContinuation > xAbort = ::ucbhelper::InterceptedIntera… in intercepted()
149 return ::ucbhelper::InterceptedInteraction::E_NO_CONTINUATION_FOUND; in intercepted()
151 return ::ucbhelper::InterceptedInteraction::E_INTERCEPTED; in intercepted()
160 return ::ucbhelper::InterceptedInteraction::E_INTERCEPTED; in intercepted()
/AOO42X/main/ucb/source/core/
H A Ducbcmds.cxx409 rtl::Reference< ucbhelper::SimpleNameClashResolveRequest > xRequest( in interactiveNameClashResolve()
410 new ucbhelper::SimpleNameClashResolveRequest( in interactiveNameClashResolve()
426 rtl::Reference< ucbhelper::InteractionContinuation > in interactiveNameClashResolve()
553 ucbhelper::cancelCommandExecution( in createNew()
607 ucbhelper::cancelCommandExecution( in createNew()
628 ucbhelper::cancelCommandExecution( in createNew()
696 ucbhelper::cancelCommandExecution( in createNew()
744 ucbhelper::cancelCommandExecution( in createNew()
785 ucbhelper::cancelCommandExecution( in transferProperties()
815 ucbhelper::cancelCommandExecution( in transferProperties()
[all …]
/AOO42X/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx104 ::ucbhelper::Content tempFolder( in getExtensionFolder()
109 ::ucbhelper::INCLUDE_FOLDERS_ONLY ) ); in getExtensionFolder()
130 ::ucbhelper::Content ucbContent; in initActivationLayer()
138 ::ucbhelper::INCLUDE_FOLDERS_AND_DOCUMENTS ) ); in initActivationLayer()
154 ::ucbhelper::Content sourceContent( in initActivationLayer()
204 ::ucbhelper::Content tempFolder( in initActivationLayer()
209 ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ) ); in initActivationLayer()
276 ucbhelper::Content remFileContent( in initActivationLayer()
428 ::ucbhelper::Content ucbStamp( stampURL, xCmdEnv ); in create()
603 ::ucbhelper::Content const & ucbContent_, bool throw_exc ) in detectMediaType()
[all …]
/AOO42X/main/ucbhelper/inc/ucbhelper/
H A Dhandleinteractionrequest.hxx40 namespace ucbhelper { namespace
87 namespace ucbhelper { namespace
91 rtl::Reference< ucbhelper::SimpleInteractionRequest > const & rRequest,
144 namespace ucbhelper { namespace
147 rtl::Reference< ucbhelper::InteractionSupplyAuthentication > >
149 rtl::Reference< ucbhelper::SimpleAuthenticationRequest > const & rRequest,
198 namespace ucbhelper { namespace
202 rtl::Reference< ucbhelper::SimpleCertificateValidationRequest > const & rRequest,
/AOO42X/main/sw/source/core/unocore/
H A Dswunohelper.cxx80 ucbhelper::Content aTempContent( rURL, in UCB_DeleteFile()
105 ucbhelper::Content aTempContent( sMainURL, in UCB_CopyFile()
138 ucbhelper::ContentIdentifier( xMSF, in UCB_IsCaseSensitiveFileName()
143 ucbhelper::ContentIdentifier( xMSF, in UCB_IsCaseSensitiveFileName()
147 ucbhelper::ContentBroker::get()->getContentProviderInterface(); 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()
218 ucbhelper::Content aCnt( rURL, STAR_REFERENCE( ucb::XCommandEnvironment )()); in UCB_GetFileListOfFolder()
230 xResultSet = aCnt.createCursor( aProps, ::ucbhelper::INCLUDE_DOCUMENTS_ONLY ); in UCB_GetFileListOfFolder()
/AOO42X/main/unotools/
H A DLibrary_utl.mk66 ucbhelper \
94 unotools/source/ucbhelper/localfilehelper \
95 unotools/source/ucbhelper/ucbstreamhelper \
96 unotools/source/ucbhelper/xtempfile \
97 unotools/source/ucbhelper/ucblockbytes \
98 unotools/source/ucbhelper/tempfile \
99 unotools/source/ucbhelper/ucbhelper \
100 unotools/source/ucbhelper/progresshandlerwrap \

12345678910>>...20