Lines Matching refs:IsStorageFile
572 sal_Bool bIsUCBStorage = UCBStorage::IsStorageFile( m_pStorStm ); in CreateStorage()
575 bIsUCBStorage = !Storage::IsStorageFile( m_pStorStm ); in CreateStorage()
662 if ( UCBStorage::IsStorageFile( &rStm ) || bUCBStorage ) in SotStorage()
681 if ( UCBStorage::IsStorageFile( &rStm ) ) in SotStorage()
700 if ( UCBStorage::IsStorageFile( pStm ) ) in SotStorage()
895 sal_Bool SotStorage::IsStorageFile( const String & rFileName ) in IsStorageFile() function in SotStorage
908 sal_Bool bRet = SotStorage::IsStorageFile( pStm ); in IsStorageFile()
913 sal_Bool SotStorage::IsStorageFile( SvStream* pStream ) in IsStorageFile() function in SotStorage
919 sal_Bool bRet = UCBStorage::IsStorageFile( pStream ); in IsStorageFile()
921 bRet = Storage::IsStorageFile( pStream ); in IsStorageFile()
1445 return Storage::IsStorageFile( rFileName ); in IsOLEStorage()
1450 return Storage::IsStorageFile( pStream ); in IsOLEStorage()