Lines Matching refs:UCBStorage

509 …m_pOwnStg = new UCBStorage( rContent, m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? sal_Fa…  in SotStorage()
550 String aURL = UCBStorage::CreateLinkFile( m_aName ); in CreateStorage()
554 m_pOwnStg = new UCBStorage( aContent, aURL, nMode, sal_False ); in CreateStorage()
572 sal_Bool bIsUCBStorage = UCBStorage::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()
588 if ( UCBStorage::IsDiskSpannedFile( m_pStorStm ) ) in CreateStorage()
593 …m_pOwnStg = new UCBStorage( m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? sal_False : sal_… in CreateStorage()
605 …m_pOwnStg = new UCBStorage( m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? sal_False : sal_… in CreateStorage()
619 …m_pOwnStg = new UCBStorage( m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? sal_False : sal_… in CreateStorage()
662 if ( UCBStorage::IsStorageFile( &rStm ) || bUCBStorage ) in SotStorage()
663 m_pOwnStg = new UCBStorage( rStm, sal_False ); in SotStorage()
681 if ( UCBStorage::IsStorageFile( &rStm ) ) in SotStorage()
682 m_pOwnStg = new UCBStorage( rStm, sal_False ); in SotStorage()
700 if ( UCBStorage::IsStorageFile( pStm ) ) in SotStorage()
701 m_pOwnStg = new UCBStorage( *pStm, sal_False ); in SotStorage()
734 UCBStorage* pStg = PTR_CAST( UCBStorage, m_pOwnStg ); in RemoveUNOStorageHolder()
759 UCBStorage* pStg = PTR_CAST( UCBStorage, m_pOwnStg ); in GetUNOAPIDuplicate()
794 UCBStorage* pChildUCBStg = PTR_CAST( UCBStorage, pChildStorage->m_pOwnStg ); in GetUNOAPIDuplicate()
797UCBStorage* pTempStorage = new UCBStorage( pTempFile->GetURL(), STREAM_WRITE, sal_False, sal_True … in GetUNOAPIDuplicate()
919 sal_Bool bRet = UCBStorage::IsStorageFile( pStream ); in IsStorageFile()
1388 UCBStorage* pStg = PTR_CAST( UCBStorage, m_pOwnStg ); in SetProperty()
1402 UCBStorage* pStg = PTR_CAST( UCBStorage, m_pOwnStg ); in GetProperty()
1425 UCBStorage* pStg = PTR_CAST( UCBStorage, m_pOwnStg ); in GetProperty()
1439 UCBStorage* pStg = PTR_CAST( UCBStorage, m_pOwnStg ); in IsOLEStorage()