Lines Matching refs:pStorage

1202     Storage *pStorage = new Storage( *pNewStorageStream, m_bDirect );  local
1205 long nTmpErr = pStorage->GetError();
1206 pStorage->SetError( nTmpErr );
1209 return static_cast< BaseStorage* > ( pStorage );
1702 …::Content& rContent, const String& rName, StreamMode nMode, UCBStorage* pStorage, sal_Bool bDirect… argument
1703 : m_pAntiImpl( pStorage )
1737 UCBStorage_Impl::UCBStorage_Impl( const String& rName, StreamMode nMode, UCBStorage* pStorage, sal_… argument
1738 : m_pAntiImpl( pStorage )
1791 UCBStorage_Impl::UCBStorage_Impl( SvStream& rStream, UCBStorage* pStorage, sal_Bool bDirect ) argument
1792 : m_pAntiImpl( pStorage )
2780 BaseStorage* pStorage = NULL; local
2785 pStorage = rElement.m_xStorage->m_pAntiImpl;
2786 if ( !pStorage )
2788pStorage = ( const_cast < UCBStorage* > (this) )->OpenStorage( rElement.m_aName, pImp->m_nMode, pI…
2793 UCBStorage* pUCBCopy = PTR_CAST( UCBStorage, pStorage );
2803 pOtherStorage->SetClass( pStorage->GetClassName(),
2804 pStorage->GetFormat(),
2807 pOtherStorage->SetClassId( pStorage->GetClassId() );
2808 pStorage->CopyTo( pOtherStorage );
2809 SetError( pStorage->GetError() );
2816 delete pStorage;
3025 …UCBStorage *pStorage = new UCBStorage( aName, nMode, bDirect, sal_False, pImp->m_bRepairPackage, p… local
3026 pStorage->pImp->m_bIsRoot = sal_False;
3027 pStorage->pImp->m_bListCreated = sal_True; // the storage is pretty new, nothing to read
3028 pStorage->SetError( GetError() );
3029 return pStorage;
3082 …UCBStorage* pStorage = new UCBStorage( aName, nMode, bDirect, sal_False, pImp->m_bRepairPackage, p… local
3083 pElement->m_xStorage = pStorage->pImp;
3084 return pStorage;