Home
last modified time | relevance | path

Searched refs:aFolderObj (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx251 INetURLObject aFolderObj( rFolder ); in GetFolderContents() local
252 DBG_ASSERT( aFolderObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in GetFolderContents()
255 …::ucbhelper::Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ucb:… in GetFolderContents()
355 INetURLObject aFolderObj( rFolder ); in GetFolderContentProperties() local
356 DBG_ASSERT( aFolderObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in GetFolderContentProperties()
363 …::ucbhelper::Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), new ::ucbhelper::Com… in GetFolderContentProperties()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx3099 INetURLObject aFolderObj( pImp->m_aURL ); local
3100 String aName = aFolderObj.GetName();
3101 aFolderObj.removeSegment();
3103 …Content aFolder( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), Reference < XCommandEnvironmen…
3418 INetURLObject aFolderObj( rName ); local
3419 String aName = aFolderObj.GetName();
3420 aFolderObj.removeSegment();
3421 String aFolderURL( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ) );
3442 aFolderObj.insertName( aTitle );
3443 if ( ::utl::UCBContentHelper::Exists( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ) ) )
[all …]
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx285 INetURLObject aFolderObj( rFolder ); in GetFolderContents() local
286 DBG_ASSERT( aFolderObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in GetFolderContents()
289 …Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), uno::Reference< ::com::sun::star:… in GetFolderContents()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx391 INetURLObject aFolderObj( rURL ); in ReadFolder() local
392 DBG_ASSERT( aFolderObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in ReadFolder()
398 Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), in ReadFolder()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx525 INetURLObject aFolderObj( FolderURL, INET_PROT_FILE ); in DECLARE_LIST() local
527 ucbhelper::Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in DECLARE_LIST()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx1951 INetURLObject aFolderObj( rFolder ); in GetFolderContent_Impl() local
1952 DBG_ASSERT( aFolderObj.GetProtocol() != INET_PROT_NOT_VALID, "Invalid URL!" ); in GetFolderContent_Impl()
1955 SetActualFolder( aFolderObj ); in GetFolderContent_Impl()
1957 FolderDescriptor aFolder( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ) ); in GetFolderContent_Impl()