Searched refs:m_aTempURL (Results 1 – 6 of 6) sorted by relevance
641 …OSL_ENSURE( !m_pOleComponent || m_aTempURL.getLength(), "The temporary file must exist if there is… in HasVisReplInStream()642 if ( m_aTempURL.getLength() ) in HasVisReplInStream()655 xStream = xTempAccess->openFileRead( m_aTempURL ); in HasVisReplInStream()800 if ( m_aTempURL.getLength() ) in TryToRetrieveCachedVisualRepresentation_Impl()803 KillFile_Impl( m_aTempURL, m_xFactory ); in TryToRetrieveCachedVisualRepresentation_Impl()804 m_aTempURL = ::rtl::OUString(); in TryToRetrieveCachedVisualRepresentation_Impl()999 OSL_ENSURE( !m_aTempURL.getLength(), "The object has already the temporary file!" ); in CreateTempURLEmpty_Impl()1000 m_aTempURL = GetNewTempFileURL_Impl( m_xFactory ); in CreateTempURLEmpty_Impl()1002 return m_aTempURL; in CreateTempURLEmpty_Impl()1008 if ( !m_aTempURL.getLength() ) in GetTempURL_Impl()[all …]
155 if ( m_aTempURL.getLength() ) in ~OleEmbeddedObject()156 KillFile_Impl( m_aTempURL, m_xFactory ); in ~OleEmbeddedObject()
323 if ( m_aTempURL.getLength() ) in ~OWriteStream_Impl()325 KillFile( m_aTempURL, GetServiceFactory() ); in ~OWriteStream_Impl()326 m_aTempURL = ::rtl::OUString(); in ~OWriteStream_Impl()411 if ( m_aTempURL.getLength() || m_xCacheStream.is() ) in IsEncrypted()563 if ( !m_aTempURL.getLength() ) in GetFilledTempFileIfNo()610 m_aTempURL = aTempURL; in GetFilledTempFileIfNo()613 return m_aTempURL; in GetFilledTempFileIfNo()620 if ( !m_xCacheStream.is() && !m_aTempURL.getLength() ) in FillTempGetFileName()653 else if ( !m_aTempURL.getLength() ) in FillTempGetFileName()655 m_aTempURL = GetNewTempFileURL( GetServiceFactory() ); in FillTempGetFileName()[all …]
107 ::rtl::OUString m_aTempURL;188 sal_Bool HasTempFile_Impl() { return ( m_aTempURL.getLength() != 0 ); } in HasTempFile_Impl()
460 String m_aTempURL; // URL of this temporary stream member in UCBStorageStream_Impl746 if ( m_aTempURL.Len() ) in ~UCBStorageStream_Impl()747 ::utl::UCBContentHelper::Kill( m_aTempURL ); in ~UCBStorageStream_Impl()826 if ( !m_aTempURL.Len() ) in Init()827 m_aTempURL = ::utl::TempFile().GetURL(); in Init()829 …m_pStream = ::utl::UcbStreamHelper::CreateStream( m_aTempURL, STREAM_STD_READWRITE, sal_True /* bF… in Init()1230 … DBG_ASSERT( m_aTempURL.Len() || ( m_nMode & STREAM_TRUNC ), "No temporary file to read from!");1231 if ( !m_aTempURL.Len() && !( m_nMode & STREAM_TRUNC ) )1235 Reference < XInputStream > xStream = new FileStreamWrapper_Impl( m_aTempURL );1245 m_aTempURL.Erase();[all …]
183 ::rtl::OUString m_aTempURL;