Searched refs:aFolderObj (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sfx2/source/bastyp/ |
H A D | helper.cxx | 251 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()
|
/aoo41x/main/sot/source/sdstor/ |
H A D | ucbstorage.cxx | 3101 INetURLObject aFolderObj( pImp->m_aURL ); local 3102 String aName = aFolderObj.GetName(); 3103 aFolderObj.removeSegment(); 3420 INetURLObject aFolderObj( rName ); local 3421 String aName = aFolderObj.GetName(); 3422 aFolderObj.removeSegment(); 3423 String aFolderURL( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ) ); 3444 aFolderObj.insertName( aTitle ); 3445 if ( ::utl::UCBContentHelper::Exists( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ) ) ) 3459 aFolderObj.SetName( aTmp ); [all …]
|
/aoo41x/main/unotools/source/ucbhelper/ |
H A D | ucbhelper.cxx | 285 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()
|
/aoo41x/main/svtools/source/control/ |
H A D | inettbc.cxx | 391 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()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | fileview.cxx | 1951 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()
|
/aoo41x/main/fileaccess/source/ |
H A D | FileAccess.cxx | 565 INetURLObject aFolderObj( FolderURL, INET_PROT_FILE ); in DECLARE_LIST() local 567 ucbhelper::Content aCnt( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ), mxEnvironment ); in DECLARE_LIST()
|
Completed in 75 milliseconds