Home
last modified time | relevance | path

Searched refs:aTempURL (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sfx2/source/appl/
H A Dxpackcreator.cxx92 ::rtl::OUString aTempURL = ::utl::TempFile().GetURL(); in convertToPackage()
103 if ( aTempURL.getLength() ) in convertToPackage()
105 pTempStream = new SvFileStream( aTempURL, STREAM_STD_READWRITE ); in convertToPackage()
142 if ( aTempURL.getLength() ) in convertToPackage()
143 ::utl::UCBContentHelper::Kill( aTempURL ); in convertToPackage()
152 if ( aTempURL.getLength() ) in convertToPackage()
153 ::utl::UCBContentHelper::Kill( aTempURL ); in convertToPackage()
164 if ( aTempURL.getLength() ) in convertToPackage()
165 ::utl::UCBContentHelper::Kill( aTempURL ); in convertToPackage()
H A Dsfxhelp.cxx792 String aTempURL = aHelpURL; in CreateHelpURL_Impl() local
793 AppendConfigToken_Impl( aTempURL, sal_True ); in CreateHelpURL_Impl()
794 bHasAnchor = GetHelpAnchor_Impl( aTempURL, aAnchor ); in CreateHelpURL_Impl()
/trunk/main/svl/source/fsstor/
H A Dfsfactory.cxx74 ::rtl::OUString aTempURL; in createInstance()
76 aTempURL = ::utl::TempFile( NULL, sal_True ).GetURL(); in createInstance()
78 if ( !aTempURL.getLength() ) in createInstance()
82 aTempURL, uno::Reference< ucb::XCommandEnvironment >() ); in createInstance()
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx563 ::rtl::OUString aTempURL; in CreateNewIStorage_Impl()
567 aTempURL = m_pUnoOleObject->CreateTempURLEmpty_Impl(); in CreateNewIStorage_Impl()
569 aTempURL = GetNewTempFileURL_Impl( m_xFactory ); in CreateNewIStorage_Impl()
571 if ( !aTempURL.getLength() ) in CreateNewIStorage_Impl()
576 …if ( ::osl::FileBase::getSystemPathFromFileURL( aTempURL, aTempFilePath ) != ::osl::FileBase::E_No… in CreateNewIStorage_Impl()
727 void OleComponent::LoadEmbeddedObject( const ::rtl::OUString& aTempURL ) in LoadEmbeddedObject() argument
729 if ( !aTempURL.getLength() ) in LoadEmbeddedObject()
736 HRESULT hr = OpenIStorageFromURL_Impl( aTempURL, &m_pNativeImpl->m_pIStorage ); in LoadEmbeddedObject()
H A Dolecomponent.hxx115 void LoadEmbeddedObject( const ::rtl::OUString& aTempURL );
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx2350 INetURLObject aTempURL(aURL); in LoadAndRegisterDataSource() local
2361 sDBURL += aTempURL.GetMainURL(INetURLObject::NO_DECODE); in LoadAndRegisterDataSource()
2366 aTempURL.removeSegment(); in LoadAndRegisterDataSource()
2367 aTempURL.removeFinalSlash(); in LoadAndRegisterDataSource()
2369 sDBURL += aTempURL.GetMainURL(INetURLObject::NO_DECODE); in LoadAndRegisterDataSource()
2379 aTempURL.removeSegment(); in LoadAndRegisterDataSource()
2380 aTempURL.removeFinalSlash(); in LoadAndRegisterDataSource()
2383 sDBURL += aTempURL.GetMainURL(INetURLObject::NO_DECODE); in LoadAndRegisterDataSource()
2397 sDBURL += aTempURL.PathToFileName(); in LoadAndRegisterDataSource()
2404 sDBURL += aTempURL.PathToFileName(); in LoadAndRegisterDataSource()
[all …]
H A Daddresslistdialog.cxx411 INetURLObject aTempURL(aURL); in IMPL_LINK() local
412 aTempURL.removeSegment(); in IMPL_LINK()
413 aTempURL.removeFinalSlash(); in IMPL_LINK()
414 sDBURL += aTempURL.GetMainURL(INetURLObject::NO_DECODE); in IMPL_LINK()
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx246 ::rtl::OUString aTempURL; in GetNewTempFileURL()
258 aUrl >>= aTempURL; in GetNewTempFileURL()
266 if ( !aTempURL.getLength() ) in GetNewTempFileURL()
269 return aTempURL; in GetNewTempFileURL()
565 ::rtl::OUString aTempURL = GetNewTempFileURL( GetServiceFactory() ); in GetFilledTempFileIfNo()
568 if ( !aTempURL.isEmpty() && xStream.is() ) in GetFilledTempFileIfNo()
578 … uno::Reference< io::XOutputStream > xTempOutStream = xTempAccess->openFileWrite( aTempURL ); in GetFilledTempFileIfNo()
595 KillFile( aTempURL, GetServiceFactory() ); in GetFilledTempFileIfNo()
603 KillFile( aTempURL, GetServiceFactory() ); in GetFilledTempFileIfNo()
607 if ( aTempURL.getLength() ) in GetFilledTempFileIfNo()
[all …]
/trunk/main/comphelper/source/streaming/
H A Dotransactedfilestream.cxx299 ::rtl::OUString aTempURL; in Commit_Impl()
303 aUrl >>= aTempURL; in Commit_Impl()
317 embed::UseBackupException aException( aErrTxt, uno::Reference< uno::XInterface >(), aTempURL ); in Commit_Impl()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx292 ::rtl::OUString aTempURL = ::utl::TempFile().GetURL(); in CreateTempCopyOfStorage_Impl()
294 DBG_ASSERT( aTempURL.getLength(), "Can't create a temporary file!\n" ); in CreateTempCopyOfStorage_Impl()
295 if ( aTempURL.getLength() ) in CreateTempCopyOfStorage_Impl()
300 … ::comphelper::OStorageHelper::GetStorageFromURL( aTempURL, embed::ElementModes::READWRITE ); in CreateTempCopyOfStorage_Impl()
310 ::utl::UCBContentHelper::Kill( aTempURL ); in CreateTempCopyOfStorage_Impl()
312 aTempURL = ::rtl::OUString(); in CreateTempCopyOfStorage_Impl()
319 return aTempURL; in CreateTempCopyOfStorage_Impl()
H A Ddoctemplates.cxx1390 ::rtl::OUString aTempURL; in WriteUINamesForTemplateDir_Impl()
1392 aUrl >>= aTempURL; in WriteUINamesForTemplateDir_Impl()
1407 Content aSourceContent( aTempURL, maCmdEnv ); in WriteUINamesForTemplateDir_Impl()
/trunk/main/sw/source/ui/misc/
H A Dglosbib.cxx116 INetURLObject aTempURL(sPath); in SwGlossaryGroupDlg() local
117 sPath = aTempURL.GetMainURL(INetURLObject::DECODE_WITH_CHARSET ); in SwGlossaryGroupDlg()
H A Dglosdoc.cxx105 INetURLObject aTempURL( aTemp.GetURL() ); in lcl_CheckFileName() local
106 sRet = aTempURL.GetBase(); in lcl_CheckFileName()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx1570 ::rtl::OUString aTempURL; in DisconnectFromTargetAndThrowException_Impl()
1574 aUrl >>= aTempURL; in DisconnectFromTargetAndThrowException_Impl()
1584 embed::UseBackupException aException( aErrTxt, uno::Reference< uno::XInterface >(), aTempURL ); in DisconnectFromTargetAndThrowException_Impl()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx1395 INetURLObject aNewURL, aTempURL; in WriteData() local

Completed in 118 milliseconds