Searched refs:bIncludeFolders (Results 1 – 3 of 3) sorted by relevance
112 …L_CALL getFolderContents( const ::rtl::OUString& FolderURL, sal_Bool bIncludeFolders ) throw(::com…559 …String > OFileAccess::getFolderContents( const rtl::OUString& FolderURL, sal_Bool bIncludeFolders ) in DECLARE_LIST()574 …ucbhelper::ResultSetInclude eInclude = bIncludeFolders ? ucbhelper::INCLUDE_FOLDERS_AND_DOCUMENTS … in DECLARE_LIST()
195 @param bIncludeFolders201 sequence<string> getFolderContents( [in] string FolderURL, [in] boolean bIncludeFolders )
2688 sal_Bool bIncludeFolders = ((nFlags & Sb_ATTR_DIRECTORY) != 0); in RTLFUNC() local2689 pRTLData->aDirSeq = xSFI->getFolderContents( aDirURLStr, bIncludeFolders ); in RTLFUNC()2693 if( bIncludeFolders ) in RTLFUNC()2850 sal_Bool bIncludeFolders = ((nFlags & Sb_ATTR_DIRECTORY) != 0); in RTLFUNC()2863 if( bIncludeFolders ) in RTLFUNC()
Completed in 109 milliseconds