Searched refs:IsStorageFile (Results 1 – 15 of 15) sorted by relevance
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 SotStorage908 sal_Bool bRet = SotStorage::IsStorageFile( pStm ); in IsStorageFile()913 sal_Bool SotStorage::IsStorageFile( SvStream* pStream ) in IsStorageFile() function in SotStorage919 sal_Bool bRet = UCBStorage::IsStorageFile( pStream ); in IsStorageFile()921 bRet = Storage::IsStorageFile( pStream ); in IsStorageFile()1445 return Storage::IsStorageFile( rFileName ); in IsOLEStorage()[all …]
349 sal_Bool Storage::IsStorageFile( const String & rFileName ) in IsStorageFile() function in Storage357 sal_Bool Storage::IsStorageFile( SvStream* pStream ) in IsStorageFile() function in Storage
2048 if ( Storage::IsStorageFile( pElement->m_xStream ) )3316 sal_Bool UCBStorage::IsStorageFile( const String& rFileName ) function in UCBStorage3328 sal_Bool bRet = UCBStorage::IsStorageFile( pStm );3333 sal_Bool UCBStorage::IsStorageFile( SvStream* pFile ) function in UCBStorage
209 static sal_Bool IsStorageFile( const String & rFileName );210 static sal_Bool IsStorageFile( SvStream* );308 static sal_Bool IsStorageFile( SvStream* );309 static sal_Bool IsStorageFile( const String& rName );
155 static sal_Bool IsStorageFile( const String & rFileName );156 static sal_Bool IsStorageFile( SvStream* pStream );
230 if ( pStream && SotStorage::IsStorageFile(pStream) ) in IsFileFilter()304 …m ? ( pMedium->IsStorage() || SotStorage::IsStorageFile( pMedium->GetInStream() ) ) : SotStorage::… in GetFileFilter()349 if ( pStream && SotStorage::IsStorageFile(pStream) ) in GetFileFilter()
627 if ( pStrm && SotStorage::IsStorageFile(pStrm) && (SW_STORAGE_READER & GetReaderType()) ) in SetStrmStgPtr()
93 if ( pStream && SotStorage::IsStorageFile(pStream) ) in detect()
141 if( SotStorage::IsStorageFile( pMedStrm ) ) in ScImportExcel()
578 sal_Bool bRet = UCBStorage::IsStorageFile( pStm ); in IsFileUCBStorage()
99 if( SvStorage::IsStorageFile( rFile ) ) in GetFileType()
282 …if( pMedium->IsStorage() || ( pMedium->GetInStream() && SotStorage::IsStorageFile( pMedium->GetInS… in DoExecute()
771 if ( SotStorage::IsStorageFile( pStream ) ) in ConvertFrom()
794 pImp->bIsStorage = SotStorage::IsStorageFile( aURL ) && !SotStorage::IsOLEStorage( aURL); in IsStorage()800 …pImp->bIsStorage = SotStorage::IsStorageFile( pInStream ) && !SotStorage::IsOLEStorage( pInStream … in IsStorage()
1435 ( !pLibInfo->IsExtern() || SotStorage::IsStorageFile( pLibInfo->GetStorageName() ) ) ) in RemoveLib()
Completed in 143 milliseconds