/trunk/main/offapi/com/sun/star/ucb/ |
H A D | HelpContent.idl | 126 boolean IsFolder ( read-only ) 136 sequence<string> KeywordList ( read-only, only if IsFolder is true, 140 sequence<sequence<string>> KeywordRef ( read-only, only if IsFolder is true, 144 sequence<sequence<string>> KeywordAnchorForRef ( read-only, only if IsFolder is true, 148 sequence<sequence<string>> KeywordTitleForRef ( read-only, , only if IsFolder is true, 152 sequence<string> SearchScopes ( read only, , only if IsFolder is true,
|
H A D | FileContent.idl | 75 inspecting its property <b>IsFolder</b> or <b>IsDocument</b>. 178 boolean IsFolder ( read-only ), always <false/> for files, always
|
H A D | ContentInfoAttribute.idl | 57 <p>It's value for the property "IsFolder" will be true.
|
H A D | TransientDocumentsRootContent.idl | 128 boolean IsFolder ( read-only, always true )
|
H A D | HierarchyLinkContent.idl | 126 boolean IsFolder ( read-only, always false )
|
H A D | ODMAContent.idl | 131 boolean IsFolder
|
H A D | TransientDocumentsStreamContent.idl | 134 boolean IsFolder ( read-only, always false )
|
H A D | WebDAVDocumentContent.idl | 137 boolean IsFolder ( read-only, always false )
|
H A D | PackageStreamContent.idl | 128 boolean IsFolder ( read-only, always false )
|
H A D | HierarchyFolderContent.idl | 134 boolean IsFolder ( read-only, always true )
|
H A D | FTPContent.idl | 171 boolean IsFolder ( read-only ), always <false/> for files, always
|
/trunk/main/svl/source/fsstor/ |
H A D | fsstorage.cxx | 470 if ( ::utl::UCBContentHelper::IsFolder( aFileURL.GetMainURL( INetURLObject::NO_DECODE ) ) ) in openStreamElement() 809 return !::utl::UCBContentHelper::IsFolder( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in isStreamElement() 830 return ::utl::UCBContentHelper::IsFolder( aURL.GetMainURL( INetURLObject::NO_DECODE ) ); in isStorageElement() 853 if ( !::utl::UCBContentHelper::IsFolder( aURL.GetMainURL( INetURLObject::NO_DECODE ) ) in removeElement() 884 if ( !::utl::UCBContentHelper::IsFolder( aOldURL.GetMainURL( INetURLObject::NO_DECODE ) ) in renameElement() 888 if ( ::utl::UCBContentHelper::IsFolder( aNewURL.GetMainURL( INetURLObject::NO_DECODE ) ) in renameElement() 972 if ( ::utl::UCBContentHelper::IsFolder( aOwnURL.GetMainURL( INetURLObject::NO_DECODE ) ) ) in copyElementTo() 1073 if ( ::utl::UCBContentHelper::IsFolder( aURL.GetMainURL( INetURLObject::NO_DECODE ) ) ) in getByName() 1208 return ( ::utl::UCBContentHelper::IsFolder( aURL.GetMainURL( INetURLObject::NO_DECODE ) ) in hasByName() 1462 if ( ::utl::UCBContentHelper::IsFolder( aFileURL.GetMainURL( INetURLObject::NO_DECODE ) ) ) in openStreamElementByHierarchicalName() [all …]
|
H A D | fsfactory.cxx | 187 else if ( !::utl::UCBContentHelper::IsFolder( aURL ) ) in createInstanceWithArguments()
|
/trunk/main/connectivity/source/drivers/adabas/ |
H A D | BDriver.cxx | 818 if(!UCBContentHelper::IsFolder(m_sDbWorkURL)) in createNeededDirs() 823 if(!UCBContentHelper::IsFolder(sDbWork)) in createNeededDirs() 830 if(!UCBContentHelper::IsFolder(sTemp)) in createNeededDirs() 835 if(!UCBContentHelper::IsFolder(sTemp)) in createNeededDirs() 842 if(!UCBContentHelper::IsFolder(sDBConfig)) in createNeededDirs() 848 if(!UCBContentHelper::IsFolder(sTemp)) in createNeededDirs() 859 if(!UCBContentHelper::IsFolder(sTemp)) in createNeededDirs() 864 if(!UCBContentHelper::IsFolder(sTemp)) in createNeededDirs() 869 if(!UCBContentHelper::IsFolder(sTemp)) in createNeededDirs()
|
/trunk/main/svtools/source/contnr/ |
H A D | templwin.cxx | 931 else if ( !::utl::UCBContentHelper::IsFolder( rURL ) ) in OpenFile() 1145 if ( ::utl::UCBContentHelper::IsFolder( aURL ) ) in IMPL_LINK() 1176 sal_Bool bIsFile = ( sURL.Len() != 0 && !::utl::UCBContentHelper::IsFolder( sURL ) && in IMPL_LINK() 1452 sal_Bool bRet = ( aURL.Len() > 0 && !::utl::UCBContentHelper::IsFolder( aURL ) ); in IsFileSelected() 1461 if ( aURL.Len() > 0 && !::utl::UCBContentHelper::IsFolder( aURL ) ) in OpenFile()
|
/trunk/main/svl/inc/svl/ |
H A D | fstathelper.hxx | 57 SVL_DLLPUBLIC sal_Bool IsFolder( const UniString& rURL );
|
/trunk/main/svl/source/misc/ |
H A D | fstathelper.cxx | 81 sal_Bool FStatHelper::IsFolder( const UniString& rURL ) in IsFolder() function in FStatHelper
|
/trunk/main/svtools/source/misc/ |
H A D | imagemgr.cxx | 444 if ( bDetectFolder && CONTENT_HELPER::IsFolder( sURL ) ) in GetImageId_Impl() 728 sal_Bool bFolder = bDetectFolder ? CONTENT_HELPER::IsFolder( sURL ) : sal_False; in GetDescription_Impl()
|
/trunk/main/sfx2/source/inc/ |
H A D | helper.hxx | 45 static sal_Bool IsFolder( const String& rContent );
|
/trunk/main/unotools/inc/unotools/ |
H A D | ucbhelper.hxx | 51 static sal_Bool IsFolder( const String& rContent );
|
/trunk/main/ucb/source/ucp/gvfs/ |
H A D | gvfs_content.cxx | 131 sal_Bool IsFolder) in Content() argument 140 g_warning ("New Transient content ('%s') (%d)", getURI(), IsFolder); in Content() 144 m_info.type = IsFolder ? GNOME_VFS_FILE_TYPE_DIRECTORY : in Content()
|
/trunk/main/package/inc/ |
H A D | ZipPackageEntry.hxx | 63 bool IsFolder ( ) { return mbIsFolder; } in IsFolder() function in ZipPackageEntry
|
/trunk/main/svtools/source/control/ |
H A D | inettbc.cxx | 346 if( !UCBContentHelper::IsFolder( rURL ) ) in ReadFolder() 639 if ( UCBContentHelper::IsFolder( aMainURL ) && aURLObject.hasFinalSlash() ) in run()
|
/trunk/main/ucb/source/ucp/file/ |
H A D | shell.cxx | 169 IsFolder( rtl::OUString::createFromAscii( "IsFolder" ) ), in shell() 210 IsFolder, in shell() 2170 seq[j].Name == IsFolder || in getMaskFromProperties() 2361 it1 = properties.find( MyProperty( IsFolder ) ); in commit()
|
/trunk/main/cui/source/dialogs/ |
H A D | hldocntp.cxx | 437 else if( !::utl::UCBContentHelper::IsFolder( aStrURL ) ) in IMPL_LINK()
|