| /AOO42X/main/sfx2/source/doc/ |
| H A D | docfilt.cxx | 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()
|
| /AOO42X/main/sot/inc/sot/ |
| H A D | stg.hxx | 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;
|
| H A D | storinfo.hxx | 54 sal_Bool IsStream() const { return bStream; } in IsStream() function in SvStorageInfo
|
| H A D | storage.hxx | 225 virtual sal_Bool IsStream( const String & rEleName ) const;
|
| /AOO42X/main/sot/source/sdstor/ |
| H A D | storage.cxx | 775 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 D | stg.cxx | 915 sal_Bool Storage::IsStream( const String& rName ) const in IsStream() function in Storage
|
| H A D | ucbstorage.cxx | 3173 sal_Bool UCBStorage::IsStream( const String& rEleName ) const function in UCBStorage
|
| /AOO42X/main/sc/source/ui/unoobj/ |
| H A D | scdetect.cxx | 476 sal_Bool bExcel97Stream = ( aStorage->IsStream( aStreamName ) ); in detect() 479 sal_Bool bExcel5Stream = ( aStorage->IsStream( aStreamName ) ); in detect()
|
| /AOO42X/main/extensions/source/xmlextract/ |
| H A D | xmxtrct.cxx | 174 if( !aStorage->GetError() && aStmName.Len() && aStorage->IsStream( aStmName ) ) in REF()
|
| /AOO42X/main/sd/source/filter/ |
| H A D | sdpptwrp.cxx | 107 if ( pStorage->IsStream( String( RTL_CONSTASCII_USTRINGPARAM("EncryptedSummary") ) ) ) in Import()
|
| H A D | sddetect.cxx | 359 … if ( aStorage->IsStream( aStreamName ) && SvtModuleOptions().IsImpress() ) in detect()
|
| /AOO42X/main/sc/source/filter/ftools/ |
| H A D | ftools.cxx | 189 if( xStrg.Is() && xStrg->IsContained( rStrmName ) && xStrg->IsStream( rStrmName ) ) in OpenStorageStreamRead()
|
| /AOO42X/main/basic/source/basmgr/ |
| H A D | basmgr.cxx | 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()
|
| /AOO42X/main/starmath/source/ |
| H A D | smdetect.cxx | 309 …if ( aStorage->IsStream( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "Equation Native" ) … in detect()
|
| H A D | document.cxx | 767 if ( aStorage->IsStream( C2S( "Equation Native" ) ) ) in ConvertFrom()
|
| /AOO42X/main/filter/source/msfilter/ |
| H A D | svxmsbas.cxx | 104 if (!rInfo.IsStream() && rInfo.GetName() != rSubStorageName) in ImportForms_Impl()
|
| /AOO42X/main/sd/source/filter/ppt/ |
| H A D | propread.cxx | 626 if ( rStorage.IsStream( rName ) ) in PropRead()
|
| /AOO42X/main/editeng/source/misc/ |
| H A D | svxacorr.cxx | 2089 if( rStg.Is() && rStg->IsStream( sStrmName ) ) in LoadXMLExceptList_Imp() 2476 xStg->IsStream( rName ) ) in RemoveStream_Imp()
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | wrtww8gr.cxx | 292 if ( !xOleStg->IsStream( aObjInfo ) ) in OutputOLENode()
|