Searched refs:m_pStorStm (Results 1 – 2 of 2) sorted by relevance
488 , m_pStorStm( NULL ) \530 DBG_ASSERT( !m_pStorStm && !m_pOwnStg, "Use only in ctor!" ); in CreateStorage()565 m_pStorStm = ::utl::UcbStreamHelper::CreateStream( m_aName, nMode ); in CreateStorage()566 if ( m_pStorStm && m_pStorStm->GetError() ) in CreateStorage()567 DELETEZ( m_pStorStm ); in CreateStorage()569 if ( m_pStorStm ) in CreateStorage()572 sal_Bool bIsUCBStorage = UCBStorage::IsStorageFile( m_pStorStm ); in CreateStorage()575 bIsUCBStorage = !Storage::IsStorageFile( m_pStorStm ); in CreateStorage()579 if ( UCBStorage::GetLinkedFile( *m_pStorStm ).Len() ) in CreateStorage()582 …m_pOwnStg = new UCBStorage( *m_pStorStm, (nStorageMode & STORAGE_TRANSACTED) ? sal_False : sal_Tru… in CreateStorage()[all …]
123 SvStream * m_pStorStm; // nur fuer SDSTORAGES member in SotStorage