Home
last modified time | relevance | path

Searched refs:bIncludeFolders (Results 1 – 3 of 3) sorted by relevance

/trunk/main/fileaccess/source/
H A DFileAccess.cxx114 …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()
/trunk/main/offapi/com/sun/star/ucb/
H A DXSimpleFileAccess.idl195 @param bIncludeFolders
201 sequence<string> getFolderContents( [in] string FolderURL, [in] boolean bIncludeFolders )
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2703 sal_Bool bIncludeFolders = ((nFlags & Sb_ATTR_DIRECTORY) != 0); in RTLFUNC() local
2704 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 44 milliseconds