Searched refs:aFolderURL (Results 1 – 5 of 5) sorted by relevance
596 INetURLObject aFolderURL( m_pImpl->m_aURL ); in openStorageElement() local597 aFolderURL.Append( aStorName ); in openStorageElement()599 …sal_Bool bFolderExists = ::utl::UCBContentHelper::IsFolder( aFolderURL.GetMainURL( INetURLObject::… in openStorageElement()600 …if ( !bFolderExists && ::utl::UCBContentHelper::IsDocument( aFolderURL.GetMainURL( INetURLObject::… in openStorageElement()614 ::utl::UCBContentHelper::Kill( aFolderURL.GetMainURL( INetURLObject::NO_DECODE ) ); in openStorageElement()616 …MakeFolderNoUI( aFolderURL.GetMainURL( INetURLObject::NO_DECODE ), sal_True ); // TODO: not atomar… in openStorageElement()621 …MakeFolderNoUI( aFolderURL.GetMainURL( INetURLObject::NO_DECODE ), sal_True ); // TODO: not atomar… in openStorageElement()630 …::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()
715 aFolderURL = rURL; in OpenFolder()754 ::utl::UCBContentHelper::GetTitle( aFolderURL, aTitle ); in GetFolderTitle()1828 ::rtl::OUString aFolderURL = pImpl->pWin->GetFolderURL(); in CanEnableEditBtn()1829 if ( pImpl->pWin->IsFileSelected() && aFolderURL.getLength() ) in CanEnableEditBtn()
2237 INetURLObject aFolderURL( _aPath ); in PrepareExecute() local2238 String aFileName( aFolderURL.getName( INetURLObject::LAST_SEGMENT, false ) ); in PrepareExecute()2243 _pImp->_pEdFileName->SetText( GET_DECODED_NAME( aFolderURL ) ); in PrepareExecute()2244 aFolderURL.removeSegment(); in PrepareExecute()2247 INetURLObject aObj = aFolderURL; in PrepareExecute()
3423 String aFolderURL( aFolderObj.GetMainURL( INetURLObject::NO_DECODE ) ); local3424 ::utl::TempFile* pTempFile = new ::utl::TempFile( &aFolderURL );3439 Content aFolder( aFolderURL, Reference < XCommandEnvironment >() );
Completed in 51 milliseconds