/aoo42x/main/sfx2/source/appl/ |
H A D | xpackcreator.cxx | 92 ::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 D | sfxhelp.cxx | 792 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()
|
/aoo42x/main/svl/source/fsstor/ |
H A D | fsfactory.cxx | 74 ::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()
|
/aoo42x/main/embeddedobj/source/msole/ |
H A D | olecomponent.cxx | 563 ::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 D | olecomponent.hxx | 115 void LoadEmbeddedObject( const ::rtl::OUString& aTempURL );
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 2350 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 D | addresslistdialog.cxx | 411 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()
|
/aoo42x/main/package/source/xstor/ |
H A D | owriteablestream.cxx | 246 ::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 …]
|
/aoo42x/main/comphelper/source/streaming/ |
H A D | otransactedfilestream.cxx | 299 ::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()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objstor.cxx | 292 ::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 D | doctemplates.cxx | 1390 ::rtl::OUString aTempURL; in WriteUINamesForTemplateDir_Impl() 1392 aUrl >>= aTempURL; in WriteUINamesForTemplateDir_Impl() 1407 Content aSourceContent( aTempURL, maCmdEnv ); in WriteUINamesForTemplateDir_Impl()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | glosbib.cxx | 116 INetURLObject aTempURL(sPath); in SwGlossaryGroupDlg() local 117 sPath = aTempURL.GetMainURL(INetURLObject::DECODE_WITH_CHARSET ); in SwGlossaryGroupDlg()
|
H A D | glosdoc.cxx | 105 INetURLObject aTempURL( aTemp.GetURL() ); in lcl_CheckFileName() local 106 sRet = aTempURL.GetBase(); in lcl_CheckFileName()
|
/aoo42x/main/package/source/package/zippackage/ |
H A D | ZipPackage.cxx | 1570 ::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()
|
/aoo42x/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 1395 INetURLObject aNewURL, aTempURL; in WriteData() local
|