Home
last modified time | relevance | path

Searched refs:IsStorageFile (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Dstorage.cxx575 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()
[all …]
H A Dstg.cxx349 sal_Bool Storage::IsStorageFile( const String & rFileName ) in IsStorageFile() function in Storage
357 sal_Bool Storage::IsStorageFile( SvStream* pStream ) in IsStorageFile() function in Storage
H A Ducbstorage.cxx2048 if ( Storage::IsStorageFile( pElement->m_xStream ) )
3316 sal_Bool UCBStorage::IsStorageFile( const String& rFileName ) function in UCBStorage
3328 sal_Bool bRet = UCBStorage::IsStorageFile( pStm );
3333 sal_Bool UCBStorage::IsStorageFile( SvStream* pFile ) function in UCBStorage
/trunk/main/sot/inc/sot/
H A Dstg.hxx209 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 );
H A Dstorage.hxx155 static sal_Bool IsStorageFile( const String & rFileName );
156 static sal_Bool IsStorageFile( SvStream* pStream );
/trunk/main/sw/source/filter/basflt/
H A Diodetect.cxx230 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()
H A Dshellio.cxx627 if ( pStrm && SotStorage::IsStorageFile(pStrm) && (SW_STORAGE_READER & GetReaderType()) ) in SetStrmStgPtr()
/trunk/main/writerfilter/source/filter/
H A DWriterFilterDetection.cxx93 if ( pStream && SotStorage::IsStorageFile(pStream) ) in detect()
/trunk/main/sc/source/filter/excel/
H A Dexcel.cxx141 if( SotStorage::IsStorageFile( pMedStrm ) ) in ScImportExcel()
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx578 sal_Bool bRet = UCBStorage::IsStorageFile( pStm ); in IsFileUCBStorage()
H A Dswblocks.cxx99 if( SvStorage::IsStorageFile( rFile ) ) in GetFileType()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx282 …if( pMedium->IsStorage() || ( pMedium->GetInStream() && SotStorage::IsStorageFile( pMedium->GetInS… in DoExecute()
/trunk/main/starmath/source/
H A Ddocument.cxx771 if ( SotStorage::IsStorageFile( pStream ) ) in ConvertFrom()
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx794 pImp->bIsStorage = SotStorage::IsStorageFile( aURL ) && !SotStorage::IsOLEStorage( aURL); in IsStorage()
800 …pImp->bIsStorage = SotStorage::IsStorageFile( pInStream ) && !SotStorage::IsOLEStorage( pInStream … in IsStorage()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1435 ( !pLibInfo->IsExtern() || SotStorage::IsStorageFile( pLibInfo->GetStorageName() ) ) ) in RemoveLib()

Completed in 101 milliseconds