Searched refs:IsStream (Results 1 – 19 of 19) sorted by relevance
139 if ( rStg.IsStream( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "WordDocument" ) ) ) ) in GetTypeFromStorage()141 …if ( rStg.IsStream( String::CreateFromAscii("0Table" ) ) || rStg.IsStream( String::CreateFromAscii… in GetTypeFromStorage()146 else if ( rStg.IsStream( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "Book" ) ) ) ) in GetTypeFromStorage()150 else if ( rStg.IsStream( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "Workbook" ) ) ) ) in GetTypeFromStorage()154 …else if ( rStg.IsStream( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "PowerPoint Document… in GetTypeFromStorage()158 …else if ( rStg.IsStream( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "Equation Native" ) … in GetTypeFromStorage()
143 virtual sal_Bool IsStream( const String& rEleName ) const = 0;243 virtual sal_Bool IsStream( const String& rEleName ) const;363 virtual sal_Bool IsStream( const String& rEleName ) const;
54 sal_Bool IsStream() const { return bStream; } in IsStream() function in SvStorageInfo
225 virtual sal_Bool IsStream( const String & rEleName ) const;
775 if ( IsStream( rEleName ) ) in GetUNOAPIDuplicate()1262 sal_Bool SotStorage::IsStream( const String & rEleName ) const in IsStream() function in SotStorage1267 return m_pOwnStg->IsStream( rEleName ); in IsStream()
915 sal_Bool Storage::IsStream( const String& rName ) const in IsStream() function in Storage
3174 sal_Bool UCBStorage::IsStream( const String& rEleName ) const function in UCBStorage
476 sal_Bool bExcel97Stream = ( aStorage->IsStream( aStreamName ) ); in detect()479 sal_Bool bExcel5Stream = ( aStorage->IsStream( aStreamName ) ); in detect()
174 if( !aStorage->GetError() && aStmName.Len() && aStorage->IsStream( aStmName ) ) in REF()
107 if ( pStorage->IsStream( String( RTL_CONSTASCII_USTRINGPARAM("EncryptedSummary") ) ) ) in Import()
189 if( xStrg.Is() && xStrg->IsContained( rStrmName ) && xStrg->IsStream( rStrmName ) ) in OpenStorageStreamRead()
687 if ( rStorage.IsStream( String(RTL_CONSTASCII_USTRINGPARAM(szManagerStream)) ) ) in BasicManager()753 if ( rStorage.IsStream( String::CreateFromAscii(szOldManagerStream) ) ) in BasicManager()1454 else if ( xBasicStorage->IsStream( pLibInfo->GetLibName() ) ) in RemoveLib()
344 … if ( aStorage->IsStream( aStreamName ) && SvtModuleOptions().IsImpress() ) in detect()
105 if (!rInfo.IsStream() && rInfo.GetName() != rSubStorageName) in ImportForms_Impl()
317 …if ( aStorage->IsStream( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "Equation Native" ) … in detect()
774 if ( aStorage->IsStream( C2S( "Equation Native" ) ) ) in ConvertFrom()
626 if ( rStorage.IsStream( rName ) ) in PropRead()
293 if ( !xOleStg->IsStream( aObjInfo ) ) in OutputOLENode()
2089 if( rStg.Is() && rStg->IsStream( sStrmName ) ) in LoadXMLExceptList_Imp()2476 xStg->IsStream( rName ) ) in RemoveStream_Imp()
Completed in 407 milliseconds