Searched refs:aFolderURL (Results 1 – 5 of 5) sorted by relevance
570 INetURLObject aFolderURL( m_pImpl->m_aURL ); in openStorageElement() local571 aFolderURL.Append( aStorName ); in openStorageElement()573 …sal_Bool bFolderExists = ::utl::UCBContentHelper::IsFolder( aFolderURL.GetMainURL( INetURLObject::… in openStorageElement()574 …if ( !bFolderExists && ::utl::UCBContentHelper::IsDocument( aFolderURL.GetMainURL( INetURLObject::… in openStorageElement()588 ::utl::UCBContentHelper::Kill( aFolderURL.GetMainURL( INetURLObject::NO_DECODE ) ); in openStorageElement()590 …MakeFolderNoUI( aFolderURL.GetMainURL( INetURLObject::NO_DECODE ), sal_True ); // TODO: not atomar… in openStorageElement()595 …MakeFolderNoUI( aFolderURL.GetMainURL( INetURLObject::NO_DECODE ), sal_True ); // TODO: not atomar… in openStorageElement()604 …::ucbhelper::Content aResultContent( aFolderURL.GetMainURL( INetURLObject::NO_DECODE ), xDummyEnv … in openStorageElement()
127 String aFolderURL; member in SvtFileViewWindow_Impl149 inline String GetFolderURL() const { return aFolderURL; } in GetFolderURL()
712 aFolderURL = rURL; in OpenFolder()751 ::utl::UCBContentHelper::GetTitle( aFolderURL, aTitle ); in GetFolderTitle()1825 ::rtl::OUString aFolderURL = pImpl->pWin->GetFolderURL(); in CanEnableEditBtn()1826 if ( pImpl->pWin->IsFileSelected() && aFolderURL.getLength() ) in CanEnableEditBtn()
2239 INetURLObject aFolderURL( _aPath ); in PrepareExecute() local2240 String aFileName( aFolderURL.getName( INetURLObject::LAST_SEGMENT, false ) ); in PrepareExecute()2245 _pImp->_pEdFileName->SetText( GET_DECODED_NAME( aFolderURL ) ); in PrepareExecute()2246 aFolderURL.removeSegment(); in PrepareExecute()2249 INetURLObject aObj = aFolderURL; in PrepareExecute()
3421 String aFolderURL( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ) ); local3422 ::utl::TempFile* pTempFile = new ::utl::TempFile( &aFolderURL );3437 Content aFolder( aFolderURL, Reference < XCommandEnvironment >() );