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.cxx3100 INetURLObject aFolderObj( pImp->m_aURL ); local
3101 String aName = aFolderObj.GetName();
3102 aFolderObj.removeSegment();
3419 INetURLObject aFolderObj( rName ); local
3420 String aName = aFolderObj.GetName();
3421 aFolderObj.removeSegment();
3422 String aFolderURL( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ) );
3443 aFolderObj.insertName( aTitle );
3444 if ( ::utl::UCBContentHelper::Exists( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ) ) )
3458 aFolderObj.SetName( aTmp );
[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/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()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx567 INetURLObject aFolderObj( FolderURL, INET_PROT_FILE ); in DECLARE_LIST() local
569 ucbhelper::Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in DECLARE_LIST()

Completed in 70 milliseconds