Searched refs:bIncludeFolders (Results 1 – 3 of 3) sorted by relevance
114 …L_CALL getFolderContents( const ::rtl::OUString& FolderURL, sal_Bool bIncludeFolders ) throw(::com…561 …String > OFileAccess::getFolderContents( const rtl::OUString& FolderURL, sal_Bool bIncludeFolders ) in DECLARE_LIST()576 …ucbhelper::ResultSetInclude eInclude = bIncludeFolders ? ucbhelper::INCLUDE_FOLDERS_AND_DOCUMENTS … in DECLARE_LIST()
195 @param bIncludeFolders201 sequence<string> getFolderContents( [in] string FolderURL, [in] boolean bIncludeFolders )
2703 sal_Bool bIncludeFolders = ((nFlags & Sb_ATTR_DIRECTORY) != 0); in RTLFUNC() local2704 pRTLData->aDirSeq = xSFI->getFolderContents( aDirURLStr, bIncludeFolders ); in RTLFUNC()2708 if( bIncludeFolders ) in RTLFUNC()2865 sal_Bool bIncludeFolders = ((nFlags & Sb_ATTR_DIRECTORY) != 0); in RTLFUNC()2878 if( bIncludeFolders ) in RTLFUNC()
Completed in 41 milliseconds