Home
last modified time | relevance | path

Searched refs:IsStream (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Ddocfilt.cxx139 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()
/trunk/main/sot/inc/sot/
H A Dstg.hxx143 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;
H A Dstorinfo.hxx54 sal_Bool IsStream() const { return bStream; } in IsStream() function in SvStorageInfo
H A Dstorage.hxx225 virtual sal_Bool IsStream( const String & rEleName ) const;
/trunk/main/sot/source/sdstor/
H A Dstorage.cxx775 if ( IsStream( rEleName ) ) in GetUNOAPIDuplicate()
1262 sal_Bool SotStorage::IsStream( const String & rEleName ) const in IsStream() function in SotStorage
1267 return m_pOwnStg->IsStream( rEleName ); in IsStream()
H A Dstg.cxx915 sal_Bool Storage::IsStream( const String& rName ) const in IsStream() function in Storage
H A Ducbstorage.cxx3173 sal_Bool UCBStorage::IsStream( const String& rEleName ) const function in UCBStorage
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx476 sal_Bool bExcel97Stream = ( aStorage->IsStream( aStreamName ) ); in detect()
479 sal_Bool bExcel5Stream = ( aStorage->IsStream( aStreamName ) ); in detect()
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx174 if( !aStorage->GetError() && aStmName.Len() && aStorage->IsStream( aStmName ) ) in REF()
/trunk/main/sd/source/filter/
H A Dsdpptwrp.cxx107 if ( pStorage->IsStream( String( RTL_CONSTASCII_USTRINGPARAM("EncryptedSummary") ) ) ) in Import()
H A Dsddetect.cxx359 if ( aStorage->IsStream( aStreamName ) && SvtModuleOptions().IsImpress() ) in detect()
/trunk/main/sc/source/filter/ftools/
H A Dftools.cxx189 if( xStrg.Is() && xStrg->IsContained( rStrmName ) && xStrg->IsStream( rStrmName ) ) in OpenStorageStreamRead()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx687 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()
/trunk/main/starmath/source/
H A Dsmdetect.cxx309 …if ( aStorage->IsStream( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "Equation Native" ) … in detect()
H A Ddocument.cxx774 if ( aStorage->IsStream( C2S( "Equation Native" ) ) ) in ConvertFrom()
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx104 if (!rInfo.IsStream() && rInfo.GetName() != rSubStorageName) in ImportForms_Impl()
/trunk/main/sd/source/filter/ppt/
H A Dpropread.cxx626 if ( rStorage.IsStream( rName ) ) in PropRead()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx2089 if( rStg.Is() && rStg->IsStream( sStrmName ) ) in LoadXMLExceptList_Imp()
2476 xStg->IsStream( rName ) ) in RemoveStream_Imp()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx293 if ( !xOleStg->IsStream( aObjInfo ) ) in OutputOLENode()

Completed in 150 milliseconds