Lines Matching refs:m_aTempURL
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()
1023 m_aTempURL = GetNewFilledTempFile_Impl( xOptParStorage, m_aEntryName, m_xFactory ); in GetTempURL_Impl()
1032 m_aTempURL = GetNewFilledTempFile_Impl( xInStream, m_xFactory ); in GetTempURL_Impl()
1036 return m_aTempURL; in GetTempURL_Impl()
1070 if ( !m_aTempURL.getLength() ) in CreateOleComponentAndLoad_Impl()
1073 m_pOleComponent->LoadEmbeddedObject( m_aTempURL ); in CreateOleComponentAndLoad_Impl()
1121 if( m_aTempURL.isEmpty() ) in StoreObjectToStream()
1133 uno::Reference< io::XInputStream > xTempInStream = xTempAccess->openFileRead( m_aTempURL ); in StoreObjectToStream()
2080 ::rtl::OUString aOldTempURL = m_aTempURL; in breakLink()
2081 m_aTempURL = ::rtl::OUString(); in breakLink()
2090 if( !m_aTempURL.isEmpty() ) in breakLink()
2091 KillFile_Impl( m_aTempURL, m_xFactory ); in breakLink()
2092 m_aTempURL = aOldTempURL; in breakLink()
2102 if( !m_aTempURL.isEmpty() ) in breakLink()
2103 KillFile_Impl( m_aTempURL, m_xFactory ); in breakLink()
2104 m_aTempURL = aOldTempURL; in breakLink()