Searched refs:m_aTempURL (Results 1 – 6 of 6) sorted by relevance
648 …OSL_ENSURE( !m_pOleComponent || m_aTempURL.getLength(), "The temporary file must exist if there is… in HasVisReplInStream()649 if ( m_aTempURL.getLength() ) in HasVisReplInStream()662 xStream = xTempAccess->openFileRead( m_aTempURL ); in HasVisReplInStream()807 if ( m_aTempURL.getLength() ) in TryToRetrieveCachedVisualRepresentation_Impl()810 KillFile_Impl( m_aTempURL, m_xFactory ); in TryToRetrieveCachedVisualRepresentation_Impl()811 m_aTempURL = ::rtl::OUString(); in TryToRetrieveCachedVisualRepresentation_Impl()1006 OSL_ENSURE( !m_aTempURL.getLength(), "The object has already the temporary file!" ); in CreateTempURLEmpty_Impl()1007 m_aTempURL = GetNewTempFileURL_Impl( m_xFactory ); in CreateTempURLEmpty_Impl()1009 return m_aTempURL; in CreateTempURLEmpty_Impl()1015 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()
461 String m_aTempURL; // URL of this temporary stream member in UCBStorageStream_Impl747 if ( m_aTempURL.Len() ) in ~UCBStorageStream_Impl()748 ::utl::UCBContentHelper::Kill( m_aTempURL ); in ~UCBStorageStream_Impl()827 if ( !m_aTempURL.Len() ) in Init()828 m_aTempURL = ::utl::TempFile().GetURL(); in Init()830 …m_pStream = ::utl::UcbStreamHelper::CreateStream( m_aTempURL, STREAM_STD_READWRITE, sal_True /* bF… in Init()1231 … DBG_ASSERT( m_aTempURL.Len() || ( m_nMode & STREAM_TRUNC ), "No temporary file to read from!");1232 if ( !m_aTempURL.Len() && !( m_nMode & STREAM_TRUNC ) )1236 Reference < XInputStream > xStream = new FileStreamWrapper_Impl( m_aTempURL );1246 m_aTempURL.Erase();[all …]
183 ::rtl::OUString m_aTempURL;